summaryrefslogtreecommitdiffstats
path: root/lib/libpam
Commit message (Expand)AuthorAgeFilesLines
* Define PAM_READ_BOTH_CONFS. We can now have both /etc/pam.d anddes2001-12-051-1/+1
* Install the correct version of pam_misc.h.des2001-12-051-1/+1
* Add dummy functions for all module types. These dummies return PAM_IGNOREdes2001-12-059-6/+542
* Connect the man page to the build.des2001-12-051-0/+1
* Add a pam_self authentication module that succeeds if and only if the localdes2001-12-054-0/+257
* Use __FBSDID(). Also do a bit of cosmetic #if and header-ordermarkm2001-12-021-1/+4
* Style fixups.markm2001-12-011-10/+10
* WARNS=2 fixes.markm2001-12-011-16/+11
* Fix pam_ssh by adding an IPv4or6 (evidently, this was broken by my lastgreen2001-11-291-0/+8
* Mdoc police.des2001-11-281-32/+37
* mdoc(7) police: fix one pam_unix(8) left-over, sort xrefs.ru2001-11-281-4/+4
* Add a pam_set_item(3) man page with an MLINK to pam_get_item(3).des2001-11-272-0/+153
* Create a pam_ssh(8) man page, based on a repo-copy of pam_unix(8).des2001-11-271-85/+55
* Document the local_pass and nis_pass options, add a few xrefs, and reorderdes2001-11-271-5/+29
* Spelling police: sucessful -> successful.dd2001-11-241-1/+1
* Don't put an extra space after password prompts, because it violates POLA,sobomax2001-10-252-7/+7
* Add library exposed by KDE's use if this module.markm2001-10-181-0/+2
* Add __FBSDID()s to libpamdillon2001-09-3019-39/+56
* 1) repair the return value in the PAM_RETURN() macro (Side effects!!).markm2001-09-041-2/+3
* Introduce a "noroot_ok" option to make this module ignore authenticationsmarkm2001-08-262-5/+33
* Introduce better logging, error reporting and use of login_cap data.markm2001-08-262-6/+21
* Add extra logging detail. This needs a more general solution.markm2001-08-261-0/+4
* Big module makeover; improve logging, standardise variable names,markm2001-08-264-22/+567
* Add 'try_mapped_pass' standard option.markm2001-08-203-2/+5
* Document the no_warn option.markm2001-08-157-5/+40
* Fix a couple of cross-references to reflect the reality of the module.markm2001-08-152-4/+4
* Fix:markm2001-08-111-7/+8
* Clean up this module very extensively. Fix the logging, the codingmarkm2001-08-1012-1410/+1101
* Code clean up; make logging same as other modules and fix warnings.markm2001-08-101-3/+9
* General code clean-up. Sort out warnings, and make the warning andmarkm2001-08-101-6/+14
* Simplify code. Also verbose logging, verbose overridable error reporting.markm2001-08-101-5/+10
* Verbose logging, overridable verbose error reporting.markm2001-08-103-2/+18
* Module clean-up. Verbose logging, Overridable verbose error reporting,markm2001-08-101-26/+21
* Verbosely (overridable) report failure to the user.markm2001-08-101-0/+4
* Use the FreeBSD pam_prompt() interface to the conversation functionmarkm2001-08-101-79/+62
* Verbosely report errors to the user (overridable), and make suremarkm2001-08-101-3/+15
* Fix broken logic so that this actually works for the superuser.markm2001-08-101-5/+21
* Rework this to prevent a nasty problem involving different modules'markm2001-08-101-42/+34
* Declare the new user-error reporting macro.markm2001-08-102-6/+18
* Add a routine for providing feedback via the conversation mechanismmarkm2001-08-101-24/+58
* Fix style/consistency in Makefile and repair static module building.markm2001-08-042-5/+4
* Don't clobber CFLAGSmarkm2001-08-041-1/+1
* Fix the bug where this modulke was not checking the priamry GID, onlymarkm2001-08-041-24/+11
* With the S/KEY removal, this is no longer buildable or necessary.markm2001-08-022-102/+0
* Don't try to make pam_ssh module if NO_OPENSSH is set.markm2001-08-021-1/+1
* Repair the get/set UID() stuff so this works in both su(1) and login(1)markm2001-08-021-3/+3
* Making this major bump was a BAD idea. The API change is internal (to PAM)markm2001-07-301-1/+1
* (Re)Add an SSH module for PAM, heavily based on Andrew Korty's modulemarkm2001-07-294-332/+404
* mdoc(7) police: widen width of the options list.ru2001-07-181-1/+1
* Update to the same level of debug-logging as the rest of themarkm2001-07-171-6/+26
OpenPOWER on IntegriCloud