summaryrefslogtreecommitdiff
path: root/lib/libpam/modules/pam_opie
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates.Dag-Erling Smørgrav2003-05-311-1/+1
* Remove all instances of pam_std_option()Dag-Erling Smørgrav2003-05-311-18/+4
* style.Makefile(5) policeDavid E. O'Brien2003-03-091-5/+6
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Since pam_get_authtok(3) doesn't know about our options structure, settingDag-Erling Smørgrav2002-07-301-10/+11
* Major cleanup:Dag-Erling Smørgrav2002-04-121-69/+15
* Moved SHLIB_NAME definition into one place.Ruslan Ermilov2002-04-101-2/+1
* Aggressive cleanup of warnings + authtok-related code in preparation forDag-Erling Smørgrav2002-04-061-4/+2
* mdoc(7) police: expand contractions.Ruslan Ermilov2002-03-151-2/+2
* NAI DBA update.Dag-Erling Smørgrav2002-03-142-3/+3
* Switch to OpenPAM. Bump library version. Modules are now versioned, soDag-Erling Smørgrav2002-03-052-3/+3
* Remove NO_WERROR, now that WARNS=n is gone.Mark Murray2002-02-061-1/+0
* #include cleanup.Dag-Erling Smørgrav2002-02-051-1/+2
* WARNS=4 fixes. Protect with NO_WERROR for the modules that haveMark Murray2002-01-242-7/+8
* Further changes to allow enabling pam_opie(8) by default:Dag-Erling Smørgrav2002-01-212-12/+38
* Add a new module, pam_opieaccess(8), which is responsible for checkingDag-Erling Smørgrav2002-01-211-0/+18
* snprintf bloat -> strlcpyAndrey A. Chernov2002-01-201-2/+3
* Back out recent changesAndrey A. Chernov2002-01-191-19/+7
* If user not exist in OPIE system, return failure immediately insteadAndrey A. Chernov2002-01-191-1/+1
* Previous commit was incomplete, use new error code PAM_CRED_ERR toAndrey A. Chernov2002-01-191-2/+1
* Rewrite 'pwok' fallback in the way it can be properly chained with pam_unixAndrey A. Chernov2002-01-191-19/+10
* Set pwok to 1 for non-OPIE usersAndrey A. Chernov2002-01-191-2/+2
* Implement 'pwok', i.e. conditional fallback to unix passwordAndrey A. Chernov2002-01-191-5/+27
* Add dummy functions for all module types. These dummies return PAM_IGNOREDag-Erling Smørgrav2001-12-051-1/+63
* Add __FBSDID()s to libpamMatthew Dillon2001-09-301-2/+3
* 1) repair the return value in the PAM_RETURN() macro (Side effects!!).Mark Murray2001-09-041-2/+3
* Verbose logging, overridable verbose error reporting.Mark Murray2001-08-101-1/+7
* 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-131-2/+2
* mdoc(7) police: fixed markup, a little bit.Ruslan Ermilov2001-07-111-5/+5
* Clean up (and in some cases write) the PAM mudules, usingMark Murray2001-07-093-37/+150
* Big module cleanup.Mark Murray2001-06-041-9/+2
* Use a unified libgcc rather than a seperate one for threaded andDavid E. O'Brien2001-01-061-2/+2
* Add pam_opie, a PAM module using the OPIE one-time-password scheme.Kris Kennaway2000-04-172-0/+150