aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam
Commit message (Expand)AuthorAgeFilesLines
* MFC r278182:Enji Cooper2015-02-111-0/+2
* MFH (r277237): pass PAM_RHOST to RADIUS server as Calling-Station-IDDag-Erling Smørgrav2015-01-291-12/+18
* MFH (r272280, r272281, r272348): allow use with null user and rhostDag-Erling Smørgrav2014-10-011-4/+8
* MFH (r271624): Upgrade to OpenPAM Ourouparia.Dag-Erling Smørgrav2014-09-221-0/+1
* MFH (r271256, r271617): avoid segfault if PAM_RHOST nor PAM_TTY are unset.Dag-Erling Smørgrav2014-09-181-7/+10
* MFH (r268888): fix false negative for empty groupsDag-Erling Smørgrav2014-08-232-11/+29
* MFH (r269115): remove useless getpwnam() callDag-Erling Smørgrav2014-08-231-3/+1
* MFC: r269875Andrey A. Chernov2014-08-181-1/+1
* Make libldns and libssh private.Dag-Erling Smørgrav2013-09-081-0/+1
* Update to OpenPAM Nummularia.Dag-Erling Smørgrav2013-09-071-1/+6
|\
| * Vendor import of OpenPAM Nummularia..vendor/openpam/NUMMULARIADag-Erling Smørgrav2013-09-0784-422/+1223
* | MFV (r255364): move the code around in preparation for Nummularia.Dag-Erling Smørgrav2013-09-071-1/+1
|\|
| * Prepare for OpenPAM Nummularia by reorganizing to match its new directoryDag-Erling Smørgrav2013-09-0776-0/+8843
* Make the PAM password strength checking module WARNS=2 safe.Will Andrews2013-08-271-1/+1
* GC unused source file.Dag-Erling Smørgrav2013-08-161-178/+0
* Backport upstream r684 (OPENPAM_DEBUG enables debugging macros but doesDag-Erling Smørgrav2013-04-141-3/+1
* Fix declaration vs. definition inconsistency. No functional change.Jung-uk Kim2013-04-051-3/+3
* remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
* Remove unnecessary #include.Dag-Erling Smørgrav2012-09-281-1/+0
* Bump date missed in r202756Eitan Adler2012-09-141-1/+1
* Fix an instance in pam_krb5(8), where the variable 'user' could be usedDimitry Andric2012-08-061-2/+2
* Fix two instances in pam_krb5(8), where the variable 'princ_name' couldDimitry Andric2012-08-061-4/+4
* Add an option for pam_krb5 to allow it to authenticate users which don't haveDoug Rabson2012-08-051-4/+7
* Update to OpenPAM Micrampelis.Dag-Erling Smørgrav2012-05-261-2/+15
* Passing NULL as a key casues a segfault when loading SSH 1 keys. UseDag-Erling Smørgrav2012-05-261-1/+1
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-241-2/+2
* Fix error messages containing the executed command nameJean-Sébastien Pédron2012-04-121-31/+77
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Use program exit status as pam_exec return code (optional)Jean-Sébastien Pédron2012-03-262-38/+362
* - Avoid using deprecated heimdal functions in pam_krb5.Stanislav Sedov2012-03-242-69/+102
* - Avoid use of deprecated KRB5 functions.Stanislav Sedov2012-03-222-15/+25
* - Update FreeBSD Heimdal distribution to version 1.5.1. This also bringsStanislav Sedov2012-03-222-0/+4
* Rev 228065 (change bsd.own.mk -> bsd.init.mk) broke pam_unix.so by causingPeter Wemm2012-01-181-2/+2
* Upgrade to OpenPAM Lycopsida.Dag-Erling Smørgrav2011-12-181-0/+5
* .include <bsd.init.mk> instead of <bsd.own.mk>Max Khon2011-11-281-3/+1
* Revert r227841 and part of r227798. We still build libpam in two passes,Dag-Erling Smørgrav2011-11-241-1/+10
* Simplify the libpam build by removing the shared modules' dependencyDag-Erling Smørgrav2011-11-212-13/+3
* key_load_private() ignores the passphrase argument if the private keyDag-Erling Smørgrav2011-11-201-7/+18
* Ensure pam_lastlog removes the /dev/ component of the TTY name.Ed Schouten2011-11-071-0/+5
* Remove an unused variable from pam_unix.Ed Schouten2011-11-051-2/+0
* Note that pam_unix(8) does not respect PAM_CHANGE_EXPIRED_AUTHTOK.Dag-Erling Smørgrav2011-11-021-0/+6
* Revert the previous commit and add a comment explaining why it was wrong.Dag-Erling Smørgrav2011-10-221-2/+14
* openpam_static.c isn't auto-generated.Dag-Erling Smørgrav2011-10-221-5/+2
* Load the ECDSA key if there is one.Dag-Erling Smørgrav2011-10-072-2/+7
* Mention the name of the module in warning messages.Dag-Erling Smørgrav2011-03-121-2/+2
* Add "ruser" and "luser" options. The former corresponds to the currentDag-Erling Smørgrav2011-03-122-5/+35
* No newline required.Dag-Erling Smørgrav2011-03-091-2/+2
* Add <time.h> for ctime(), which we accidentally picked up throughDag-Erling Smørgrav2010-11-221-0/+1
* Bump .Dd date.Xin LI2010-05-031-1/+1
* Code indent according to style(9).Martin Matuska2010-05-031-23/+23