summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_self
Commit message (Collapse)AuthorAgeFilesLines
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+1
|
* Markup, grammar, punctuation.ru2004-07-011-1/+1
|
* - fix to UID test description, non-zero -> zerokensmith2003-10-171-1/+1
| | | | | | PR: docs/57799 Reviewed by: des Approved by: blackend (mentor)
* style.Makefile(5) policeobrien2003-03-091-3/+3
| | | | | | (I've tried to keep to the spirit of the original formatting) Reviewed by: des
* Major cleanup:des2002-04-121-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.des2002-04-122-7/+6
| | | | Sponsored by: DARPA, NAI Labs
* Moved SHLIB_NAME definition into one place.ru2002-04-101-1/+0
| | | | Approved by: des
* Aggressive cleanup of warnings + authtok-related code in preparation fordes2002-04-061-2/+2
| | | | | | PAMifying passwd(1). Sponsored by: DARPA, NAI Labs.
* mdoc(7) police: tiny fixes.ru2002-03-151-2/+4
|
* NAI DBA update.des2002-03-142-2/+2
|
* Switch to OpenPAM. Bump library version. Modules are now versioned, sodes2002-03-051-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.des2002-02-051-1/+2
| | | | Sponsored by: DARPA, NAI Labs
* WARNS=4 fixes. Protect with NO_WERROR for the modules that havemarkm2002-01-241-6/+6
| | | | warnings that are hard to fix or that I've been asked to leave alone.
* Document the even_root option.des2002-01-241-1/+7
| | | | Sponsored by: DARPA, NAI Labs
* Don't let root through unless the "even_root" option was specified.des2002-01-241-2/+16
| | | | Sponsored by: DARPA, NAI Labs
* Add an AUTHORS section crediting ThinkSec, DARPA and NAI Labs.des2002-01-231-1/+8
| | | | Sponsored by: DARPA, NAI Labs
* Base the comparison on UIDs, not on user names.des2002-01-232-14/+12
| | | | Sponsored by: DARPA, NAI Labs
* mdoc(7) police: bump document date.ru2001-12-141-1/+1
|
* Add a pam_self authentication module that succeeds if and only if the localdes2001-12-053-0/+256
and remote user names are the same. Sponsored by: DARPA, NAI Labs
OpenPOWER on IntegriCloud