| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't put an extra space after password prompts, because it violates POLA, | Maxim Sobolev | 2001-10-25 | 2 | -7/+7 |
| * | Add library exposed by KDE's use if this module. | Mark Murray | 2001-10-18 | 1 | -0/+2 |
| * | Add __FBSDID()s to libpam | Matthew Dillon | 2001-09-30 | 19 | -39/+56 |
| * | 1) repair the return value in the PAM_RETURN() macro (Side effects!!). | Mark Murray | 2001-09-04 | 1 | -2/+3 |
| * | Introduce a "noroot_ok" option to make this module ignore authentications | Mark Murray | 2001-08-26 | 2 | -5/+33 |
| * | Introduce better logging, error reporting and use of login_cap data. | Mark Murray | 2001-08-26 | 2 | -6/+21 |
| * | Add extra logging detail. This needs a more general solution. | Mark Murray | 2001-08-26 | 1 | -0/+4 |
| * | Big module makeover; improve logging, standardise variable names, | Mark Murray | 2001-08-26 | 4 | -22/+567 |
| * | Add 'try_mapped_pass' standard option. | Mark Murray | 2001-08-20 | 3 | -2/+5 |
| * | Document the no_warn option. | Mark Murray | 2001-08-15 | 7 | -5/+40 |
| * | Fix a couple of cross-references to reflect the reality of the module. | Mark Murray | 2001-08-15 | 2 | -4/+4 |
| * | Fix: | Mark Murray | 2001-08-11 | 1 | -7/+8 |
| * | Clean up this module very extensively. Fix the logging, the coding | Mark Murray | 2001-08-10 | 12 | -1410/+1101 |
| * | Code clean up; make logging same as other modules and fix warnings. | Mark Murray | 2001-08-10 | 1 | -3/+9 |
| * | General code clean-up. Sort out warnings, and make the warning and | Mark Murray | 2001-08-10 | 1 | -6/+14 |
| * | Simplify code. Also verbose logging, verbose overridable error reporting. | Mark Murray | 2001-08-10 | 1 | -5/+10 |
| * | Verbose logging, overridable verbose error reporting. | Mark Murray | 2001-08-10 | 3 | -2/+18 |
| * | Module clean-up. Verbose logging, Overridable verbose error reporting, | Mark Murray | 2001-08-10 | 1 | -26/+21 |
| * | Verbosely (overridable) report failure to the user. | Mark Murray | 2001-08-10 | 1 | -0/+4 |
| * | Use the FreeBSD pam_prompt() interface to the conversation function | Mark Murray | 2001-08-10 | 1 | -79/+62 |
| * | Verbosely report errors to the user (overridable), and make sure | Mark Murray | 2001-08-10 | 1 | -3/+15 |
| * | Fix broken logic so that this actually works for the superuser. | Mark Murray | 2001-08-10 | 1 | -5/+21 |
| * | Rework this to prevent a nasty problem involving different modules' | Mark Murray | 2001-08-10 | 1 | -42/+34 |
| * | Declare the new user-error reporting macro. | Mark Murray | 2001-08-10 | 2 | -6/+18 |
| * | Add a routine for providing feedback via the conversation mechanism | Mark Murray | 2001-08-10 | 1 | -24/+58 |
| * | Fix style/consistency in Makefile and repair static module building. | Mark Murray | 2001-08-04 | 2 | -5/+4 |
| * | Don't clobber CFLAGS | Mark Murray | 2001-08-04 | 1 | -1/+1 |
| * | Fix the bug where this modulke was not checking the priamry GID, only | Mark Murray | 2001-08-04 | 1 | -24/+11 |
| * | With the S/KEY removal, this is no longer buildable or necessary. | Mark Murray | 2001-08-02 | 2 | -102/+0 |
| * | Don't try to make pam_ssh module if NO_OPENSSH is set. | Mark Murray | 2001-08-02 | 1 | -1/+1 |
| * | Repair the get/set UID() stuff so this works in both su(1) and login(1) | Mark Murray | 2001-08-02 | 1 | -3/+3 |
| * | Making this major bump was a BAD idea. The API change is internal (to PAM) | Mark Murray | 2001-07-30 | 1 | -1/+1 |
| * | (Re)Add an SSH module for PAM, heavily based on Andrew Korty's module | Mark Murray | 2001-07-29 | 4 | -332/+404 |
| * | mdoc(7) police: widen width of the options list. | Ruslan Ermilov | 2001-07-18 | 1 | -1/+1 |
| * | Update to the same level of debug-logging as the rest of the | Mark Murray | 2001-07-17 | 1 | -6/+26 |
| * | Update to the same code as in the pam_krb5.so port. | Mark Murray | 2001-07-17 | 4 | -64/+24 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -3/+3 |
| * | Use a better method of getting user credentials to account for | Mark Murray | 2001-07-14 | 2 | -8/+8 |
| * | Use a better method to get user credentials to account for (legal) | Mark Murray | 2001-07-14 | 2 | -2/+3 |
| * | mdoc(7) police: -xwidth has been fold into -width. | Ruslan Ermilov | 2001-07-13 | 12 | -19/+19 |
| * | mdoc(7) police: fixed markup, a little bit. | Ruslan Ermilov | 2001-07-11 | 10 | -59/+67 |
| * | mdoc(7) police: fixed markup any numerous typos. | Ruslan Ermilov | 2001-07-11 | 1 | -19/+24 |
| * | Fix a horrible bug introduced by myself where the options collection | Mark Murray | 2001-07-10 | 3 | -11/+20 |
| * | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
| * | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
| * | Clean up (and in some cases write) the PAM mudules, using | Mark Murray | 2001-07-09 | 35 | -264/+2028 |
| * | Bump the major number. The libraries API has changed incompatibly. | Mark Murray | 2001-07-09 | 1 | -1/+1 |
| * | Almost completely rewrite the PAM module options processing | Mark Murray | 2001-07-09 | 7 | -82/+334 |
| * | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | Ruslan Ermilov | 2001-07-06 | 1 | -2/+2 |
| * | mdoc(7) police: fixed formatting. | Ruslan Ermilov | 2001-07-06 | 1 | -41/+64 |