summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_unix
Commit message (Expand)AuthorAgeFilesLines
* Set retval in the empty password case to avoid a path through thetruckman2016-05-161-0/+1
* Hoist the getpwnam() call outside the first if/else block intruckman2016-05-161-2/+2
* Add META_MODE support.sjg2015-06-131-0/+23
|\
| * Merge sync of headsjg2015-05-271-4/+2
| |\ | |/ |/|
| * Need headers staged by libpamsjg2014-11-301-0/+1
| * Updated/new dependenciessjg2014-11-191-1/+0
| * Updated dependenciessjg2014-05-161-1/+1
| * Updated dependenciessjg2014-05-101-0/+2
| * Merge from headsjg2014-05-081-0/+1
| |\
| * \ sync from headsjg2013-04-121-3/+3
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+1
| * | | Updated dependenciessjg2013-02-161-2/+0
| * | | Updated/new Makefile.dependsjg2012-11-081-0/+6
| | | |
| | \ \
| *-. \ \ Sync from headsjg2012-11-041-2/+2
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+18
| | |/ / / | |/| | |
* | | | | Convert libraries to use LIBADDbapt2014-11-251-4/+2
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-0/+1
| |_|/ |/| |
* | | Fix declaration vs. definition inconsistency. No functional change.jkim2013-04-051-3/+3
| |/ |/|
* | Fix an instance in pam_krb5(8), where the variable 'user' could be useddim2012-08-061-2/+2
|/
* Rev 228065 (change bsd.own.mk -> bsd.init.mk) broke pam_unix.so by causingpeter2012-01-181-2/+2
* .include <bsd.init.mk> instead of <bsd.own.mk>fjoe2011-11-281-3/+1
* Remove an unused variable from pam_unix.ed2011-11-051-2/+0
* Note that pam_unix(8) does not respect PAM_CHANGE_EXPIRED_AUTHTOK.des2011-11-021-0/+6
* Add <time.h> for ctime(), which we accidentally picked up throughdes2010-11-221-0/+1
* Respect passwordtime from login.conf if set.des2010-02-021-2/+9
* Note that nullok should not be used by processes that can't access thedes2009-11-131-0/+11
* Rewrap; this was getting painful. Translators can ignore this.des2009-06-201-59/+36
* Reword.des2009-06-201-4/+2
* Adjust for OpenPAM Hydrangea.des2007-12-211-1/+1
* - Convert NO_INSTALLLIB option to a new syntax: makefiles shouldru2007-10-201-0/+1
* In account management, verify whether the account has been lockedyar2007-03-272-3/+22
* The pam_unix module also provides password management.ru2006-10-121-7/+8
* Fix build until I find a way to handle this case properly.ru2006-03-191-0/+1
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
* Use the correct login class when setting a new password.des2005-07-051-1/+1
* NI_WITHSCOPEID cleanupume2005-05-131-1/+1
* Fixed xref.ru2005-01-211-2/+2
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-131-3/+7
* Fix numerous constness and aliasing issues.des2004-02-101-1/+1
* Remove crossref to pam.conf(5) which never existed.schweikh2004-01-171-1/+0
* Fix strict aliasing breakage in PAM modules (except pam_krb5, which needsdes2003-12-111-13/+10
* Fix the master yppasswd routines, so they really workmbr2003-06-151-0/+26
* Update copyright dates.des2003-05-311-1/+1
* Remove all instances of pam_std_option()des2003-05-311-38/+11
* Make sure rhostip is always initialized.des2003-04-301-1/+1
* Treat an empty PAM_RHOST the same as a NULL one.des2003-04-301-1/+1
* Remove a bogus null password check which assumed that a user with an emptydes2003-04-241-2/+8
* style.Makefile(5) policeobrien2003-03-091-6/+8
* english(4) police.schweikh2002-12-271-1/+1
* Free old_pwd only in the code path where it has been allocated.jmallett2002-05-221-1/+1
OpenPOWER on IntegriCloud