| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up. | ru | 2002-06-06 | 1 | -10/+3 |
* | Missed one in previous commit. | des | 2002-05-30 | 1 | -2/+4 |
* | mdoc(7) police: kill whitespace at EOL. | ru | 2002-05-30 | 1 | -1/+1 |
* | mdoc(7) police: polish markup. | ru | 2002-05-30 | 1 | -34/+68 |
* | mdoc(7) police: tidy up the markup. | ru | 2002-05-30 | 1 | -6/+15 |
* | Add pam_ksu(8), a module to do Kerberos 5 authentication and | nectar | 2002-05-28 | 4 | -0/+412 |
* | Add missing include. | des | 2002-05-24 | 1 | -0/+1 |
* | Just to show that PAM can do almost anything from the ridiculous to the | des | 2002-05-23 | 7 | -0/+418 |
* | Hide a couple of unguarded error returns behind the no_fail test. | des | 2002-05-23 | 1 | -5/+6 |
* | Free old_pwd only in the code path where it has been allocated. | jmallett | 2002-05-22 | 1 | -1/+1 |
* | Do not build pam_ssh if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE) | obrien | 2002-05-15 | 1 | -1/+2 |
* | Major cleanup of bsd.lib.mk. | ru | 2002-05-13 | 1 | -2/+2 |
* | Don't declare krb5_mcc_ops, it's already declared in <krb5.h> | des | 2002-05-12 | 1 | -2/+0 |
* | Use libutil and libypclnt for all passwd manipulation and NIS needs. | des | 2002-05-08 | 2 | -22/+41 |
* | Add a no_fail option. | des | 2002-05-08 | 2 | -6/+20 |
* | Add pam_ftpusers(8), which enforces /etc/ftpusers. | des | 2002-05-08 | 4 | -0/+222 |
* | 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 |
* | Oops, fix an inverted if test. | des | 2002-04-20 | 1 | -1/+1 |
* | Strip /dev/ from tty name, and clean up the "last login" printout. | des | 2002-04-20 | 1 | -6/+10 |
* | Add a missing .El and fix a typo. | des | 2002-04-16 | 1 | -1/+2 |
* | 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 |
* | Throw in NO_WERROR to please the peanut gallery. | des | 2002-04-15 | 1 | -0/+1 |
* | Use PAM_SUCCESS instead of PAM_IGNORE. | des | 2002-04-15 | 2 | -3/+3 |
* | Whitespace nits. | des | 2002-04-15 | 1 | -17/+17 |
* | Add a manual page based on Solar Designer's README. | des | 2002-04-15 | 2 | -1/+234 |
* | pam_passwdqc depends on libcrypt. | des | 2002-04-15 | 1 | -0/+2 |
* | 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 |
* | pam_passwdqc builds now. | des | 2002-04-14 | 1 | -1/+1 |
* | More recent versions of pam_passwdqc (not yet released) build with very | des | 2002-04-14 | 1 | -1/+2 |
* | Major cleanup: | des | 2002-04-12 | 20 | -1322/+485 |
* | Add a pam_rhosts module, loosely based on code submitted by Danny Braniss. | des | 2002-04-12 | 4 | -0/+196 |
* | Rename the even_root option to allow_root. | des | 2002-04-12 | 2 | -7/+6 |
* | Moved SHLIB_NAME definition into one place. | ru | 2002-04-10 | 20 | -27/+9 |
* | Fixed broken "make depend; make clean; make all" sequence. | ru | 2002-04-10 | 1 | -1/+1 |
* | Fix broken `checkdpadd'. | ru | 2002-04-10 | 1 | -1/+1 |
* | Remove debugging code that was inadvertantly brought in by previous commit. | des | 2002-04-08 | 1 | -1/+0 |
* | Use OpenPAM's credential switching functions. | des | 2002-04-08 | 1 | -10/+9 |
* | 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 |
* | This one needs NO_WERROR too. | des | 2002-04-07 | 1 | -0/+1 |
* | Turn on NO_WERROR due to namespace pollution in krb5 headers. | des | 2002-04-07 | 1 | -0/+1 |
* | Aggressive cleanup of warnings + authtok-related code in preparation for | des | 2002-04-06 | 8 | -150/+112 |
* | Disconnect pam_passwdqc for now, it has some issues that need resolving. | des | 2002-04-06 | 1 | -0/+1 |
* | Fix some style issues, a const warning, and abuse of PAM_ABORT. | des | 2002-04-06 | 1 | -11/+15 |
* | Remove some duplicate free()s and add some that were missing. | des | 2002-04-05 | 1 | -21/+9 |
* | pam_get_pass() -> pam_get_authtok() | des | 2002-04-05 | 1 | -1/+1 |