aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam/modules/pam_self/pam_self.c
Commit message (Collapse)AuthorAgeFilesLines
* Major cleanup:Dag-Erling Smørgrav2002-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 Notes: svn path=/head/; revision=94564
* Rename the even_root option to allow_root.Dag-Erling Smørgrav2002-04-121-3/+3
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=94550
* Aggressive cleanup of warnings + authtok-related code in preparation forDag-Erling Smørgrav2002-04-061-2/+2
| | | | | | | | | PAMifying passwd(1). Sponsored by: DARPA, NAI Labs. Notes: svn path=/head/; revision=93984
* NAI DBA update.Dag-Erling Smørgrav2002-03-141-1/+1
| | | | Notes: svn path=/head/; revision=92297
* #include cleanup.Dag-Erling Smørgrav2002-02-051-1/+2
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=90229
* WARNS=4 fixes. Protect with NO_WERROR for the modules that haveMark Murray2002-01-241-6/+6
| | | | | | | warnings that are hard to fix or that I've been asked to leave alone. Notes: svn path=/head/; revision=89760
* Don't let root through unless the "even_root" option was specified.Dag-Erling Smørgrav2002-01-241-2/+16
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=89733
* Base the comparison on UIDs, not on user names.Dag-Erling Smørgrav2002-01-231-12/+10
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=89704
* Add a pam_self authentication module that succeeds if and only if the localDag-Erling Smørgrav2001-12-051-0/+142
and remote user names are the same. Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=87396