| Commit message (Expand) | Author | Age | Files | Lines |
| * | mdoc(7) police: .Dt is ALL UPPERCASE. | Ruslan Ermilov | 2002-12-12 | 1 | -1/+1 |
| * | mdoc(7) police: formatting nits. | Ruslan Ermilov | 2002-11-29 | 2 | -3/+6 |
| * | Whitespace nits. | Dag-Erling Smørgrav | 2002-11-28 | 1 | -2/+2 |
| * | Add a PAM_MODULE_ENTRY to this module so it'll actually do something. | Dag-Erling Smørgrav | 2002-11-28 | 1 | -0/+2 |
| * | utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than | Peter Wemm | 2002-11-15 | 1 | -4/+6 |
| * | Make dynamic PAM modules depend on dynamic PAM library. | Ruslan Ermilov | 2002-11-14 | 1 | -4/+7 |
| * | The pam_krb5 module stored a reference to a krb5_ccache structure as | Jacques Vidrine | 2002-11-13 | 1 | -20/+42 |
| * | Use `krb5_get_err_text' instead of `error_message' so that instead of | Jacques Vidrine | 2002-11-13 | 1 | -24/+47 |
| * | Allow the admin to specify a different NAS identifier than the hostname. | Dag-Erling Smørgrav | 2002-10-28 | 2 | -11/+20 |
| * | Introduce 'exempt_if_empty' option to pam_wheel(8), which bypasses the | Robert Watson | 2002-10-18 | 2 | -2/+18 |
| * | Build kerberized versions of the PAM library, and install them | Ruslan Ermilov | 2002-10-11 | 1 | -0/+8 |
| * | Zap now-unused SHLIB_MINOR | Peter Wemm | 2002-09-28 | 1 | -1/+0 |
| * | Initiate deorbit burn for the i386-only a.out related support. Moves are | Peter Wemm | 2002-09-17 | 1 | -4/+0 |
| * | Since pam_get_authtok(3) doesn't know about our options structure, setting | Dag-Erling Smørgrav | 2002-07-30 | 1 | -10/+11 |
| * | Install more man pages - I thought I'd committed this ages ago... | Dag-Erling Smørgrav | 2002-07-23 | 1 | -0/+5 |
| * | Tidy up. | Ruslan Ermilov | 2002-06-06 | 1 | -10/+3 |
| * | Missed one in previous commit. | Dag-Erling Smørgrav | 2002-05-30 | 1 | -2/+4 |
| * | mdoc(7) police: kill whitespace at EOL. | Ruslan Ermilov | 2002-05-30 | 1 | -1/+1 |
| * | mdoc(7) police: polish markup. | Ruslan Ermilov | 2002-05-30 | 1 | -34/+68 |
| * | mdoc(7) police: tidy up the markup. | Ruslan Ermilov | 2002-05-30 | 1 | -6/+15 |
| * | Add pam_ksu(8), a module to do Kerberos 5 authentication and | Jacques Vidrine | 2002-05-28 | 4 | -0/+412 |
| * | Add openpam_nullconv.3. | Dag-Erling Smørgrav | 2002-05-24 | 1 | -0/+1 |
| * | Add missing include. | Dag-Erling Smørgrav | 2002-05-24 | 1 | -0/+1 |
| * | Just to show that PAM can do almost anything from the ridiculous to the | Dag-Erling Smørgrav | 2002-05-23 | 7 | -0/+418 |
| * | Hide a couple of unguarded error returns behind the no_fail test. | Dag-Erling Smørgrav | 2002-05-23 | 1 | -5/+6 |
| * | Free old_pwd only in the code path where it has been allocated. | Juli Mallett | 2002-05-22 | 1 | -1/+1 |
| * | Do not build pam_ssh if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE) | David E. O'Brien | 2002-05-15 | 1 | -1/+2 |
| * | Major cleanup of bsd.lib.mk. | Ruslan Ermilov | 2002-05-13 | 1 | -2/+2 |
| * | Added new bsd.incs.mk which handles installing of header files | Ruslan Ermilov | 2002-05-12 | 1 | -10/+3 |
| * | Don't declare krb5_mcc_ops, it's already declared in <krb5.h> | Dag-Erling Smørgrav | 2002-05-12 | 1 | -2/+0 |
| * | Use libutil and libypclnt for all passwd manipulation and NIS needs. | Dag-Erling Smørgrav | 2002-05-08 | 2 | -22/+41 |
| * | Add a no_fail option. | Dag-Erling Smørgrav | 2002-05-08 | 2 | -6/+20 |
| * | Add pam_ftpusers(8), which enforces /etc/ftpusers. | Dag-Erling Smørgrav | 2002-05-08 | 4 | -0/+222 |
| * | Add openpam_nullconv.c to SRCS. | Dag-Erling Smørgrav | 2002-05-02 | 1 | -0/+1 |
| * | 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 |
| * | Oops, fix an inverted if test. | Dag-Erling Smørgrav | 2002-04-20 | 1 | -1/+1 |
| * | Strip /dev/ from tty name, and clean up the "last login" printout. | Dag-Erling Smørgrav | 2002-04-20 | 1 | -6/+10 |
| * | Revert previous change. bsd.dep.mk,v 1.31 had a bug that was fixed | Ruslan Ermilov | 2002-04-17 | 1 | -2/+2 |
| * | Add a missing .El and fix a typo. | Dag-Erling Smørgrav | 2002-04-16 | 1 | -1/+2 |
| * | Reflect change in share/mk/bsd.dep.mk,v 1.31. | Ruslan Ermilov | 2002-04-16 | 1 | -2/+2 |
| * | 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 |
| * | Throw in NO_WERROR to please the peanut gallery. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -0/+1 |
| * | Use PAM_SUCCESS instead of PAM_IGNORE. | Dag-Erling Smørgrav | 2002-04-15 | 2 | -3/+3 |
| * | Whitespace nits. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -17/+17 |
| * | Add a manual page based on Solar Designer's README. | Dag-Erling Smørgrav | 2002-04-15 | 2 | -1/+234 |
| * | pam_passwdqc depends on libcrypt. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -0/+2 |
| * | 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 | 2 | -285/+79 |