summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_permit/pam_permit.c
Commit message (Collapse)AuthorAgeFilesLines
* Major cleanup:des2002-04-121-57/+21
| | | | | | | | | | | | | - 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
* Three times lucky: <stddef.h>, not <sys/param.h>des2002-02-051-1/+1
|
* Oops, the correct header to include for NULL is <sys/param.h>.des2002-02-051-1/+1
|
* #include <sys/types.h> for NULL (hidden by Linux-PAM header pollution)des2002-02-051-0/+2
| | | | Sponsored by: DARPA, NAI Labs
* #include cleanup.des2002-02-051-2/+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.
* Add __FBSDID()s to libpamdillon2001-09-301-2/+3
|
* Clean up (and in some cases write) the PAM mudules, usingmarkm2001-07-091-0/+126
o The new options-processing API o The new DEBUG-logging API Add man(1) pages for ALL modules. MDOC-Police welcome to check this. Audit, clean up while I'm here.
OpenPOWER on IntegriCloud