| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a missing "const". | Bruce Evans | 2001-12-28 | 1 | -1/+1 |
* | mdoc(7) police: bump document date. | Ruslan Ermilov | 2001-12-14 | 1 | -1/+1 |
* | Style improvements recommended by Bruce as a follow up to some | David Malone | 2001-12-10 | 1 | -5/+6 |
* | Back out previous commit. | Dag-Erling Smørgrav | 2001-12-09 | 1 | -2/+1 |
* | mdoc(7) police: sort xrefs. | Ruslan Ermilov | 2001-12-08 | 1 | -5/+5 |
* | Get pam_mod_misc.h from .CURDIR rather than .OBJDIR or /usr/include. | Dag-Erling Smørgrav | 2001-12-07 | 1 | -1/+2 |
* | Now that _pam_init_handlers() works as intended, it seems clear that we | Dag-Erling Smørgrav | 2001-12-07 | 1 | -1/+1 |
* | We need pam_client.h from libpamc. This unbreaks world | Dag-Erling Smørgrav | 2001-12-06 | 1 | -0/+6 |
* | Define PAM_READ_BOTH_CONFS. We can now have both /etc/pam.d and | Dag-Erling Smørgrav | 2001-12-05 | 1 | -1/+1 |
* | Install the correct version of pam_misc.h. | Dag-Erling Smørgrav | 2001-12-05 | 1 | -1/+1 |
* | Add dummy functions for all module types. These dummies return PAM_IGNORE | Dag-Erling Smørgrav | 2001-12-05 | 9 | -6/+542 |
* | Connect the man page to the build. | Dag-Erling Smørgrav | 2001-12-05 | 1 | -0/+1 |
* | Add a pam_self authentication module that succeeds if and only if the local | Dag-Erling Smørgrav | 2001-12-05 | 4 | -0/+257 |
* | Use __FBSDID(). Also do a bit of cosmetic #if and header-order | Mark Murray | 2001-12-02 | 1 | -1/+4 |
* | Style fixups. | Mark Murray | 2001-12-01 | 1 | -10/+10 |
* | WARNS=2 fixes. | Mark Murray | 2001-12-01 | 1 | -16/+11 |
* | Fix pam_ssh by adding an IPv4or6 (evidently, this was broken by my last | Brian Feldman | 2001-11-29 | 1 | -0/+8 |
* | Mdoc police. | Dag-Erling Smørgrav | 2001-11-28 | 1 | -32/+37 |
* | mdoc(7) police: fix one pam_unix(8) left-over, sort xrefs. | Ruslan Ermilov | 2001-11-28 | 1 | -4/+4 |
* | Add a pam_set_item(3) man page with an MLINK to pam_get_item(3). | Dag-Erling Smørgrav | 2001-11-27 | 2 | -0/+153 |
* | Create a pam_ssh(8) man page, based on a repo-copy of pam_unix(8). | Dag-Erling Smørgrav | 2001-11-27 | 1 | -85/+55 |
* | Document the local_pass and nis_pass options, add a few xrefs, and reorder | Dag-Erling Smørgrav | 2001-11-27 | 1 | -5/+29 |
* | Spelling police: sucessful -> successful. | Dima Dorfman | 2001-11-24 | 1 | -1/+1 |
* | 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 |