aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam/modules/pam_opieaccess
Commit message (Expand)AuthorAgeFilesLines
* Correct documentation of ~/.opiealwaysDag-Erling Smørgrav2007-10-261-3/+5
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-101-2/+0
* Fix strict aliasing breakage in PAM modules (except pam_krb5, which needsDag-Erling Smørgrav2003-12-111-4/+4
* Treat an empty PAM_RHOST the same as a NULL one.Dag-Erling Smørgrav2003-04-301-1/+1
* Somewhat better wording.Dag-Erling Smørgrav2003-03-101-8/+6
* Silence warning caused by OPIE brokenness.Dag-Erling Smørgrav2003-03-101-2/+3
* style.Makefile(5) policeDavid E. O'Brien2003-03-091-5/+6
* mdoc(7) police: markup laundry.Ruslan Ermilov2003-02-231-1/+1
* Add an "allow_local" option which forces historical behaviour.Dag-Erling Smørgrav2003-02-162-2/+20
* Assume "localhost" if no remote host was specified. This is safe from aDag-Erling Smørgrav2003-02-151-3/+4
* Use PAM_SUCCESS instead of PAM_IGNORE.Dag-Erling Smørgrav2002-04-152-3/+3
* Major cleanup:Dag-Erling Smørgrav2002-04-121-73/+14
* Moved SHLIB_NAME definition into one place.Ruslan Ermilov2002-04-101-1/+0
* Fix for OPIE 2.4.Mark Murray2002-03-221-0/+1
* mdoc(7) police: fix SYNOPSIS, sort xrefs, kill extra whitespace.Ruslan Ermilov2002-03-181-6/+8
* NAI DBA update.Dag-Erling Smørgrav2002-03-142-2/+2
* Switch to OpenPAM. Bump library version. Modules are now versioned, soDag-Erling Smørgrav2002-03-051-1/+1
* #include cleanup.Dag-Erling Smørgrav2002-02-051-1/+2
* WARNS=4 fixes. Protect with NO_WERROR for the modules that haveMark Murray2002-01-241-6/+6
* Correctly interpret PAM_RHOST being unset as an indicator of a localDag-Erling Smørgrav2002-01-241-3/+2
* Add an AUTHORS section crediting ThinkSec, DARPA and NAI Labs.Dag-Erling Smørgrav2002-01-231-1/+8
* On second thought, getpwnam() failure should be treated just as if the userDag-Erling Smørgrav2002-01-211-4/+1
* Return PAM_SERVICE_ERR rather than PAM_USER_UNKNOWN if getpwnam() fails, asDag-Erling Smørgrav2002-01-211-1/+1
* Add a new module, pam_opieaccess(8), which is responsible for checkingDag-Erling Smørgrav2002-01-213-0/+281