Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+1 |
| | |||||
* | Markup, grammar, punctuation. | ru | 2004-07-01 | 1 | -1/+1 |
| | |||||
* | - fix to UID test description, non-zero -> zero | kensmith | 2003-10-17 | 1 | -1/+1 |
| | | | | | | PR: docs/57799 Reviewed by: des Approved by: blackend (mentor) | ||||
* | style.Makefile(5) police | obrien | 2003-03-09 | 1 | -3/+3 |
| | | | | | | (I've tried to keep to the spirit of the original formatting) Reviewed by: des | ||||
* | Major cleanup: | des | 2002-04-12 | 1 | -80/+14 |
| | | | | | | | | | | | | | - add __unused where appropriate - PAM_RETURN -> return since OpenPAM already logs the return value. - make PAM_LOG use openpam_log() - make PAM_VERBOSE_ERROR use openpam_get_option() and check flags for PAM_SILENT - remove dummy functions since OpenPAM handles missing service functions - fix various warnings Sponsored by: DARPA, NAI Labs | ||||
* | Rename the even_root option to allow_root. | des | 2002-04-12 | 2 | -7/+6 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Moved SHLIB_NAME definition into one place. | ru | 2002-04-10 | 1 | -1/+0 |
| | | | | Approved by: des | ||||
* | Aggressive cleanup of warnings + authtok-related code in preparation for | des | 2002-04-06 | 1 | -2/+2 |
| | | | | | | PAMifying passwd(1). Sponsored by: DARPA, NAI Labs. | ||||
* | mdoc(7) police: tiny fixes. | ru | 2002-03-15 | 1 | -2/+4 |
| | |||||
* | NAI DBA update. | des | 2002-03-14 | 2 | -2/+2 |
| | |||||
* | Switch to OpenPAM. Bump library version. Modules are now versioned, so | des | 2002-03-05 | 1 | -1/+1 |
| | | | | | | | | | applications linked with Linux-PAM will still work. Remove pam_get_pass(); OpenPAM has pam_get_authtok(). Remove pam_prompt(); OpenPAM has pam_{,v}{error,info,prompt}(). Remove pam_set_item(3) man page as OpenPAM has its own. Sponsored by: DARPA, NAI Labs | ||||
* | #include cleanup. | des | 2002-02-05 | 1 | -1/+2 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | WARNS=4 fixes. Protect with NO_WERROR for the modules that have | markm | 2002-01-24 | 1 | -6/+6 |
| | | | | warnings that are hard to fix or that I've been asked to leave alone. | ||||
* | Document the even_root option. | des | 2002-01-24 | 1 | -1/+7 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Don't let root through unless the "even_root" option was specified. | des | 2002-01-24 | 1 | -2/+16 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Add an AUTHORS section crediting ThinkSec, DARPA and NAI Labs. | des | 2002-01-23 | 1 | -1/+8 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Base the comparison on UIDs, not on user names. | des | 2002-01-23 | 2 | -14/+12 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | mdoc(7) police: bump document date. | ru | 2001-12-14 | 1 | -1/+1 |
| | |||||
* | Add a pam_self authentication module that succeeds if and only if the local | des | 2001-12-05 | 3 | -0/+256 |
and remote user names are the same. Sponsored by: DARPA, NAI Labs |