summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/modules.inc
Commit message (Collapse)AuthorAgeFilesLines
* Conditionalize building radius support into libpam, ppp, etc viangie2015-02-041-0/+2
| | | | | | | MK_RADIUS_SUPPORT MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| | | | from the latter.
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-2/+4
| | | | | | | | 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)
* NOCRYPT -> NO_CRYPTru2004-12-211-2/+2
|
* Introduce pam_guest(8) which will replace pam_ftp(8).des2003-05-311-1/+1
|
* Retire the useless NOSECURE knob.des2003-05-191-2/+1
| | | | Approved by: re (scottl)
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extramarkm2003-05-051-1/+1
| | | | | cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked.
* Connect the pam_chroot(8) module to the build.des2003-04-081-0/+1
|
* KerberosIV de-orbit burn continues. Remove the KerberosIV PAM module.markm2003-03-081-3/+0
|
* Replace pam_wheel(8) with pam_group(8) which has a cleaner interface. Thedes2003-02-061-1/+1
| | | | | | | | | | 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
* Add pam_ksu(8), a module to do Kerberos 5 authentication andnectar2002-05-281-0/+1
| | | | | | $HOME/.k5login authorization for su(1). Reviewed by: des (earlier version)
* Just to show that PAM can do almost anything from the ridiculous to thedes2002-05-231-0/+2
| | | | | | | 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.
* Do not build pam_ssh if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE)obrien2002-05-151-1/+2
|
* Add pam_ftpusers(8), which enforces /etc/ftpusers.des2002-05-081-0/+1
| | | | Sponsored by: DARPA, NAI Labs
* pam_passwdqc builds now.des2002-04-141-1/+1
|
* Add a pam_rhosts module, loosely based on code submitted by Danny Braniss.des2002-04-121-0/+1
| | | | | Submitted by: Danny Braniss <danny@cs.huji.ac.il> Sponsored by: DARPA, NAI Labs
* Aggressive cleanup of warnings + authtok-related code in preparation fordes2002-04-061-1/+1
| | | | | | PAMifying passwd(1). Sponsored by: DARPA, NAI Labs.
* Add pam_passwdqc to the build.des2002-04-041-0/+1
| | | | Sponsored by: DARPA, NAI Labs
* Now pam_alreadyloggedin lives in the ports.green2002-03-071-1/+0
|
* Add the pam_alreadyloggedin(8) module, which allows for authenticationgreen2002-03-061-0/+1
| | | | | | | based on information that the user is already logged in. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* Switch to OpenPAM. Bump library version. Modules are now versioned, sodes2002-03-051-0/+27
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
OpenPOWER on IntegriCloud