| Commit message (Expand) | Author | Age | Files | Lines |
| * | Free old_pwd only in the code path where it has been allocated. | Juli Mallett | 2002-05-22 | 1 | -1/+1 |
| * | Use libutil and libypclnt for all passwd manipulation and NIS needs. | Dag-Erling Smørgrav | 2002-05-08 | 1 | -13/+29 |
| * | Don't ask root for the old password, except in the NIS case. | Dag-Erling Smørgrav | 2002-04-26 | 1 | -1/+6 |
| * | Fix a really dumb bug (missing curly braces around the body of an if | Dag-Erling Smørgrav | 2002-04-26 | 1 | -2/+3 |
| * | Revert previous commit, it is incorrect. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -1/+1 |
| * | Properly spell rpcsvc/ypclnt.h and fix the build. | David E. O'Brien | 2002-04-15 | 1 | -1/+1 |
| * | Prompt for new password during update phase, not during preliminary phase. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -16/+10 |
| * | Dike out most of the NIS code and replace it with calls to libypclnt. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -244/+75 |
| * | Major cleanup: | Dag-Erling Smørgrav | 2002-04-12 | 1 | -67/+36 |
| * | Align for const poisoning in -lutil. | Ruslan Ermilov | 2002-04-08 | 1 | -3/+3 |
| * | Reorganize pam_sm_authenticate() to reduce code duplication. | Dag-Erling Smørgrav | 2002-04-07 | 1 | -59/+22 |
| * | Fix bug in previous commit that passed the wrong default value to | Dag-Erling Smørgrav | 2002-04-07 | 1 | -6/+8 |
| * | Aggressive cleanup of warnings + authtok-related code in preparation for | Dag-Erling Smørgrav | 2002-04-06 | 1 | -78/+29 |
| * | Fix some style issues, a const warning, and abuse of PAM_ABORT. | Dag-Erling Smørgrav | 2002-04-06 | 1 | -11/+15 |
| * | Fix world breakage introduced by my recent modifications to | Crist J. Clark | 2002-03-18 | 1 | -1/+1 |
| * | NAI DBA update. | Dag-Erling Smørgrav | 2002-03-14 | 1 | -1/+1 |
| * | Remove the use of random(3), and encapsulate the salt-generation in | Mark Murray | 2002-03-14 | 1 | -30/+33 |
| * | Switch to OpenPAM. Bump library version. Modules are now versioned, so | Dag-Erling Smørgrav | 2002-03-05 | 1 | -43/+36 |
| * | This file needs <syslog.h>. | Dag-Erling Smørgrav | 2002-02-09 | 1 | -0/+1 |
| * | #include cleanup. | Dag-Erling Smørgrav | 2002-02-05 | 1 | -2/+2 |
| * | Add the other half of the salt-generating code. No functional | Mark Murray | 2002-02-04 | 1 | -8/+7 |
| * | WARNS=n fixes (and some stylistic issues). | Mark Murray | 2002-02-03 | 1 | -25/+27 |
| * | With asbestos longjohns on, integrate most of the checks normally done by | Dag-Erling Smørgrav | 2002-01-30 | 1 | -32/+102 |
| * | Back out recent changes | Andrey A. Chernov | 2002-01-19 | 1 | -12/+12 |
| * | Back out second right-now-expired password check in pam_sm_chauthtok, | Andrey A. Chernov | 2002-01-19 | 1 | -2/+1 |
| * | Add yet one expired-right-now password check, in pam_sm_chauthtok | Andrey A. Chernov | 2002-01-19 | 1 | -13/+12 |
| * | Add missing check for right-now-expired password | Andrey A. Chernov | 2002-01-19 | 1 | -0/+2 |
| * | Don't put an extra space after password prompts, because it violates POLA, | Maxim Sobolev | 2001-10-25 | 1 | -4/+4 |
| * | Add __FBSDID()s to libpam | Matthew Dillon | 2001-09-30 | 1 | -2/+3 |
| * | Big module makeover; improve logging, standardise variable names, | Mark Murray | 2001-08-26 | 1 | -19/+460 |
| * | Clean up (and in some cases write) the PAM mudules, using | Mark Murray | 2001-07-09 | 1 | -33/+73 |
| * | Add the "nullok" option that causes this module to succeed if the Unix | Mark Murray | 2001-06-04 | 1 | -3/+11 |
| * | Add the "auth_as_self" option to the pam_unix module (there is no | Mark Murray | 2001-05-24 | 1 | -3/+8 |
| * | Revive the pam_deny and pam_permit modules from Linux-PAM. They are | John Polstra | 1999-05-08 | 1 | -0/+74 |
| * | Fix bug that prevented accounts with empty passwords from logging | John Polstra | 1999-04-06 | 1 | -1/+1 |
| * | Make it possible to use PAM in statically-linked applications. | John Polstra | 1999-01-20 | 1 | -0/+2 |
| * | Build structure for contribified Linux-PAM, plus some home-grown | John Polstra | 1998-11-18 | 1 | -0/+88 |