| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix declaration vs. definition inconsistency. No functional change. | jkim | 2013-04-05 | 1 | -3/+3 |
* | Fix an instance in pam_krb5(8), where the variable 'user' could be used | dim | 2012-08-06 | 1 | -2/+2 |
* | Rev 228065 (change bsd.own.mk -> bsd.init.mk) broke pam_unix.so by causing | peter | 2012-01-18 | 1 | -2/+2 |
* | .include <bsd.init.mk> instead of <bsd.own.mk> | fjoe | 2011-11-28 | 1 | -3/+1 |
* | Remove an unused variable from pam_unix. | ed | 2011-11-05 | 1 | -2/+0 |
* | Note that pam_unix(8) does not respect PAM_CHANGE_EXPIRED_AUTHTOK. | des | 2011-11-02 | 1 | -0/+6 |
* | Add <time.h> for ctime(), which we accidentally picked up through | des | 2010-11-22 | 1 | -0/+1 |
* | Respect passwordtime from login.conf if set. | des | 2010-02-02 | 1 | -2/+9 |
* | Note that nullok should not be used by processes that can't access the | des | 2009-11-13 | 1 | -0/+11 |
* | Rewrap; this was getting painful. Translators can ignore this. | des | 2009-06-20 | 1 | -59/+36 |
* | Reword. | des | 2009-06-20 | 1 | -4/+2 |
* | Adjust for OpenPAM Hydrangea. | des | 2007-12-21 | 1 | -1/+1 |
* | - Convert NO_INSTALLLIB option to a new syntax: makefiles should | ru | 2007-10-20 | 1 | -0/+1 |
* | In account management, verify whether the account has been locked | yar | 2007-03-27 | 2 | -3/+22 |
* | The pam_unix module also provides password management. | ru | 2006-10-12 | 1 | -7/+8 |
* | Fix build until I find a way to handle this case properly. | ru | 2006-03-19 | 1 | -0/+1 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -1/+3 |
* | Use the correct login class when setting a new password. | des | 2005-07-05 | 1 | -1/+1 |
* | NI_WITHSCOPEID cleanup | ume | 2005-05-13 | 1 | -1/+1 |
* | Fixed xref. | ru | 2005-01-21 | 1 | -2/+2 |
* | Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. | bz | 2004-11-13 | 1 | -3/+7 |
* | Fix numerous constness and aliasing issues. | des | 2004-02-10 | 1 | -1/+1 |
* | Remove crossref to pam.conf(5) which never existed. | schweikh | 2004-01-17 | 1 | -1/+0 |
* | Fix strict aliasing breakage in PAM modules (except pam_krb5, which needs | des | 2003-12-11 | 1 | -13/+10 |
* | Fix the master yppasswd routines, so they really work | mbr | 2003-06-15 | 1 | -0/+26 |
* | Update copyright dates. | des | 2003-05-31 | 1 | -1/+1 |
* | Remove all instances of pam_std_option() | des | 2003-05-31 | 1 | -38/+11 |
* | Make sure rhostip is always initialized. | des | 2003-04-30 | 1 | -1/+1 |
* | Treat an empty PAM_RHOST the same as a NULL one. | des | 2003-04-30 | 1 | -1/+1 |
* | Remove a bogus null password check which assumed that a user with an empty | des | 2003-04-24 | 1 | -2/+8 |
* | style.Makefile(5) police | obrien | 2003-03-09 | 1 | -6/+8 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | Free old_pwd only in the code path where it has been allocated. | jmallett | 2002-05-22 | 1 | -1/+1 |
* | Use libutil and libypclnt for all passwd manipulation and NIS needs. | des | 2002-05-08 | 2 | -22/+41 |
* | Don't ask root for the old password, except in the NIS case. | des | 2002-04-26 | 1 | -1/+6 |
* | Fix a really dumb bug (missing curly braces around the body of an if | des | 2002-04-26 | 1 | -2/+3 |
* | Revert previous commit, it is incorrect. | des | 2002-04-15 | 1 | -1/+1 |
* | Properly spell rpcsvc/ypclnt.h and fix the build. | obrien | 2002-04-15 | 1 | -1/+1 |
* | Prompt for new password during update phase, not during preliminary phase. | des | 2002-04-15 | 1 | -16/+10 |
* | Dike out most of the NIS code and replace it with calls to libypclnt. | des | 2002-04-15 | 2 | -285/+79 |
* | Major cleanup: | des | 2002-04-12 | 1 | -67/+36 |
* | Moved SHLIB_NAME definition into one place. | ru | 2002-04-10 | 1 | -2/+1 |
* | Fixed broken "make depend; make clean; make all" sequence. | ru | 2002-04-10 | 1 | -1/+1 |
* | Align for const poisoning in -lutil. | ru | 2002-04-08 | 1 | -3/+3 |
* | Reorganize pam_sm_authenticate() to reduce code duplication. | des | 2002-04-07 | 1 | -59/+22 |
* | Fix bug in previous commit that passed the wrong default value to | des | 2002-04-07 | 1 | -6/+8 |
* | Aggressive cleanup of warnings + authtok-related code in preparation for | des | 2002-04-06 | 1 | -78/+29 |
* | Fix some style issues, a const warning, and abuse of PAM_ABORT. | des | 2002-04-06 | 1 | -11/+15 |
* | Fix world breakage introduced by my recent modifications to | cjc | 2002-03-18 | 2 | -2/+3 |
* | NAI DBA update. | des | 2002-03-14 | 2 | -2/+2 |