aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam
Commit message (Expand)AuthorAgeFilesLines
* Don't put an extra space after password prompts, because it violates POLA,Maxim Sobolev2001-10-252-7/+7
* Add library exposed by KDE's use if this module.Mark Murray2001-10-181-0/+2
* Add __FBSDID()s to libpamMatthew Dillon2001-09-3019-39/+56
* 1) repair the return value in the PAM_RETURN() macro (Side effects!!).Mark Murray2001-09-041-2/+3
* Introduce a "noroot_ok" option to make this module ignore authenticationsMark Murray2001-08-262-5/+33
* Introduce better logging, error reporting and use of login_cap data.Mark Murray2001-08-262-6/+21
* Add extra logging detail. This needs a more general solution.Mark Murray2001-08-261-0/+4
* Big module makeover; improve logging, standardise variable names,Mark Murray2001-08-264-22/+567
* Add 'try_mapped_pass' standard option.Mark Murray2001-08-203-2/+5
* Document the no_warn option.Mark Murray2001-08-157-5/+40
* Fix a couple of cross-references to reflect the reality of the module.Mark Murray2001-08-152-4/+4
* Fix:Mark Murray2001-08-111-7/+8
* Clean up this module very extensively. Fix the logging, the codingMark Murray2001-08-1012-1410/+1101
* Code clean up; make logging same as other modules and fix warnings.Mark Murray2001-08-101-3/+9
* General code clean-up. Sort out warnings, and make the warning andMark Murray2001-08-101-6/+14
* Simplify code. Also verbose logging, verbose overridable error reporting.Mark Murray2001-08-101-5/+10
* Verbose logging, overridable verbose error reporting.Mark Murray2001-08-103-2/+18
* Module clean-up. Verbose logging, Overridable verbose error reporting,Mark Murray2001-08-101-26/+21
* Verbosely (overridable) report failure to the user.Mark Murray2001-08-101-0/+4
* Use the FreeBSD pam_prompt() interface to the conversation functionMark Murray2001-08-101-79/+62
* Verbosely report errors to the user (overridable), and make sureMark Murray2001-08-101-3/+15
* Fix broken logic so that this actually works for the superuser.Mark Murray2001-08-101-5/+21
* Rework this to prevent a nasty problem involving different modules'Mark Murray2001-08-101-42/+34
* Declare the new user-error reporting macro.Mark Murray2001-08-102-6/+18
* Add a routine for providing feedback via the conversation mechanismMark Murray2001-08-101-24/+58
* Fix style/consistency in Makefile and repair static module building.Mark Murray2001-08-042-5/+4
* Don't clobber CFLAGSMark Murray2001-08-041-1/+1
* Fix the bug where this modulke was not checking the priamry GID, onlyMark Murray2001-08-041-24/+11
* With the S/KEY removal, this is no longer buildable or necessary.Mark Murray2001-08-022-102/+0
* Don't try to make pam_ssh module if NO_OPENSSH is set.Mark Murray2001-08-021-1/+1
* Repair the get/set UID() stuff so this works in both su(1) and login(1)Mark Murray2001-08-021-3/+3
* Making this major bump was a BAD idea. The API change is internal (to PAM)Mark Murray2001-07-301-1/+1
* (Re)Add an SSH module for PAM, heavily based on Andrew Korty's moduleMark Murray2001-07-294-332/+404
* mdoc(7) police: widen width of the options list.Ruslan Ermilov2001-07-181-1/+1
* Update to the same level of debug-logging as the rest of theMark Murray2001-07-171-6/+26
* Update to the same code as in the pam_krb5.so port.Mark Murray2001-07-174-64/+24
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
* Use a better method of getting user credentials to account forMark Murray2001-07-142-8/+8
* Use a better method to get user credentials to account for (legal)Mark Murray2001-07-142-2/+3
* mdoc(7) police: -xwidth has been fold into -width.Ruslan Ermilov2001-07-1312-19/+19
* mdoc(7) police: fixed markup, a little bit.Ruslan Ermilov2001-07-1110-59/+67
* mdoc(7) police: fixed markup any numerous typos.Ruslan Ermilov2001-07-111-19/+24
* Fix a horrible bug introduced by myself where the options collectionMark Murray2001-07-103-11/+20
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Clean up (and in some cases write) the PAM mudules, usingMark Murray2001-07-0935-264/+2028
* Bump the major number. The libraries API has changed incompatibly.Mark Murray2001-07-091-1/+1
* Almost completely rewrite the PAM module options processingMark Murray2001-07-097-82/+334
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-2/+2
* mdoc(7) police: fixed formatting.Ruslan Ermilov2001-07-061-41/+64