| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove the use of random(3), and encapsulate the salt-generation in | markm | 2002-03-14 | 1 | -30/+33 |
* | Don't ignore system CFLAGS. | sobomax | 2002-03-07 | 1 | -1/+1 |
* | Switch to OpenPAM. Bump library version. Modules are now versioned, so | des | 2002-03-05 | 2 | -44/+37 |
* | This file needs <syslog.h>. | des | 2002-02-09 | 1 | -0/+1 |
* | Remove NO_WERROR, now that WARNS=n is gone. | markm | 2002-02-06 | 1 | -1/+0 |
* | #include cleanup. | des | 2002-02-05 | 1 | -2/+2 |
* | Add the other half of the salt-generating code. No functional | markm | 2002-02-04 | 1 | -8/+7 |
* | WARNS=n fixes (and some stylistic issues). | markm | 2002-02-03 | 1 | -25/+27 |
* | With asbestos longjohns on, integrate most of the checks normally done by | des | 2002-01-30 | 1 | -32/+102 |
* | WARNS=4 fixes. Protect with NO_WERROR for the modules that have | markm | 2002-01-24 | 1 | -0/+1 |
* | Back out recent changes | ache | 2002-01-19 | 1 | -12/+12 |
* | Back out second right-now-expired password check in pam_sm_chauthtok, | ache | 2002-01-19 | 1 | -2/+1 |
* | Add yet one expired-right-now password check, in pam_sm_chauthtok | ache | 2002-01-19 | 1 | -13/+12 |
* | Add missing check for right-now-expired password | ache | 2002-01-19 | 1 | -0/+2 |
* | mdoc(7) police: sort xrefs. | ru | 2001-12-08 | 1 | -5/+5 |
* | Document the local_pass and nis_pass options, add a few xrefs, and reorder | des | 2001-11-27 | 1 | -5/+29 |
* | Don't put an extra space after password prompts, because it violates POLA, | sobomax | 2001-10-25 | 1 | -4/+4 |
* | Add __FBSDID()s to libpam | dillon | 2001-09-30 | 1 | -2/+3 |
* | Big module makeover; improve logging, standardise variable names, | markm | 2001-08-26 | 3 | -22/+537 |
* | Fix a couple of cross-references to reflect the reality of the module. | markm | 2001-08-15 | 1 | -2/+2 |
* | mdoc(7) police: -xwidth has been fold into -width. | ru | 2001-07-13 | 1 | -3/+3 |