summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_permit
Commit message (Collapse)AuthorAgeFilesLines
* 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-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
* Moved SHLIB_NAME definition into one place.ru2002-04-101-2/+1
| | | | Approved by: des
* 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
* 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
|
* mdoc(7) police: -xwidth has been fold into -width.ru2001-07-131-1/+1
|
* mdoc(7) police: fixed markup, a little bit.ru2001-07-111-7/+8
|
* Clean up (and in some cases write) the PAM mudules, usingmarkm2001-07-093-2/+201
| | | | | | | | | | 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.
* Big module cleanup.markm2001-06-041-9/+2
| | | | | | | | | | | Move common stuff into Makefile.inc, and tidy up all the Makefiles as a result. Build new modules. Put a commented-out dependancy on libpam for the (shared) modules. I can't bring this in just yet, as the dependancy (modules->libpam) is reversed for the static case (libpam->modules).
* Use a unified libgcc rather than a seperate one for threaded andobrien2001-01-061-2/+0
| | | | | | | | non-threaded programs. This provides threaded programs with the needed exception frame symbols. parts submitted by: Max Khon <fjoe@iclub.nsu.ru> PR: 23252
* Revive the pam_deny and pam_permit modules from Linux-PAM. They arejdp1999-05-081-0/+42
simple enough to be trusted. Add account management functionality to the pam_unix module. These changes should make it possible to use PAM in some ports. Submitted by: Max Khon <fjoe@iclub.nsu.ru>
OpenPOWER on IntegriCloud