History log of /freebsd-10.1-release/lib/libpam/modules/modules.inc
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 156813 17-Mar-2006 ru

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)


# 139113 21-Dec-2004 ru

NOCRYPT -> NO_CRYPT


# 115462 31-May-2003 des

Introduce pam_guest(8) which will replace pam_ftp(8).


# 115157 19-May-2003 des

Retire the useless NOSECURE knob.

Approved by: re (scottl)


# 114709 05-May-2003 markm

Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.


# 113261 08-Apr-2003 des

Connect the pam_chroot(8) module to the build.


# 111986 08-Mar-2003 markm

KerberosIV de-orbit burn continues. Remove the KerberosIV PAM module.


# 110453 06-Feb-2003 des

Replace pam_wheel(8) with pam_group(8) which has a cleaner interface. The
pam_wheel(8) module was written to work in spite of a broken libpam, and
has grown organically since its inception, which is reflected in both its
functionality and implementation. Rather than clean up pam_wheel(8) and
break backward compatibility, I've chosen to reimplement it under a new,
more generic name.

Sponsored by: DARPA, NAI Labs


# 97426 28-May-2002 nectar

Add pam_ksu(8), a module to do Kerberos 5 authentication and
$HOME/.k5login authorization for su(1).

Reviewed by: des (earlier version)


# 97182 23-May-2002 des

Just to show that PAM can do almost anything from the ridiculous to the
obscene, or - as they say in New York - sophisticated, add pam_echo(8) and
pam_exec(8) to our ever-lengthening roster of PAM modules.

Sponsored by: DARPA, NAI Labs.


# 96688 15-May-2002 obrien

Do not build pam_ssh if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE)


# 96191 07-May-2002 des

Add pam_ftpusers(8), which enforces /etc/ftpusers.

Sponsored by: DARPA, NAI Labs


# 94693 14-Apr-2002 des

pam_passwdqc builds now.


# 94551 12-Apr-2002 des

Add a pam_rhosts module, loosely based on code submitted by Danny Braniss.

Submitted by: Danny Braniss <danny@cs.huji.ac.il>
Sponsored by: DARPA, NAI Labs


# 93985 06-Apr-2002 des

(forced) Previous log message should have read: temporarily disconnect
pam_passwdqc from build.


# 93984 06-Apr-2002 des

Aggressive cleanup of warnings + authtok-related code in preparation for
PAMifying passwd(1).

Sponsored by: DARPA, NAI Labs.


# 93790 04-Apr-2002 des

Add pam_passwdqc to the build.

Sponsored by: DARPA, NAI Labs


# 91772 07-Mar-2002 green

Now pam_alreadyloggedin lives in the ports.


# 91759 06-Mar-2002 green

Add the pam_alreadyloggedin(8) module, which allows for authentication
based on information that the user is already logged in.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs


# 91714 05-Mar-2002 des

Switch to OpenPAM. Bump library version. Modules are now versioned, so
applications linked with Linux-PAM will still work.
Remove pam_get_pass(); OpenPAM has pam_get_authtok().
Remove pam_prompt(); OpenPAM has pam_{,v}{error,info,prompt}().
Remove pam_set_item(3) man page as OpenPAM has its own.

Sponsored by: DARPA, NAI Labs