aboutsummaryrefslogtreecommitdiff
path: root/contrib/libpam
Commit message (Expand)AuthorAgeFilesLines
* Say good-bye, Linux-PAM.Dag-Erling Smørgrav2002-03-08150-29553/+0
* WARNS fix. Zap an unused variable.Mark Murray2002-02-031-1/+1
* This commit disables chain caching.Dag-Erling Smørgrav2002-01-241-62/+11
* WARNS=4 fixes.Mark Murray2002-01-208-19/+22
* Although the previous went some way towards fixing the pam.conf / pam.dDag-Erling Smørgrav2001-12-071-117/+110
* Fix a bug that made PAM fail if /etc/pam.d/ existed but was empty.Dag-Erling Smørgrav2001-12-051-0/+46
* Clean up namespace pollution by prepending underscores to argument names inDag-Erling Smørgrav2001-12-056-87/+96
* This file isn't used; it's an older version of include/security/pam_misc.h.Dag-Erling Smørgrav2001-12-051-72/+0
* Fix namespace pollution by protecting names used as arguments.Mark Murray2001-12-011-5/+7
* Due to incorrect include ordering, <dlfcn.h> did not get included, soDag-Erling Smørgrav2001-11-271-10/+7
* It's idiotic to return PAM_PERM_DENIED when the item argument is NULL;Dag-Erling Smørgrav2001-11-271-1/+2
* Fix libpam's linker set stuff to use the new API (unbreak world), and getPeter Wemm2001-06-141-9/+9
* Fix bug introduced by myself that often resulted in a session havingMark Murray2001-06-071-9/+8
* In the same manner as getpass(3), block SIGINTR and SIGSTP while we areMark Murray2001-06-041-1/+12
* Return an empty string rather than an error at EOF.Mark Murray2001-06-041-2/+4
* Bring back from the er, dead some useful PAM modules.Mark Murray2001-05-2915-0/+1748
* Fix problem with static linking:Mark Murray2001-05-161-1/+1
* Add utility PAMs for finer userland controlMark Murray2001-05-119-0/+556
* Resolve conflicts.Mark Murray2001-05-0318-413/+189
* This commit was generated by cvs2svn to compensate for changes in r76238,Mark Murray2001-05-03100-1408/+13314
|\
| * Vendor import Linux PAM 0.75vendor/libpamMark Murray2001-05-03248-6414/+17868
* | Revive the pam_deny and pam_permit modules from Linux-PAM. They areJohn Polstra1999-05-086-0/+450
* | Make it possible to use PAM in statically-linked applications.John Polstra1999-01-202-29/+61
* | Remove files that we don't use and are unlikely to use. You canJohn Polstra1998-11-25163-26807/+0
* | Eliminate a setreuid() call that doesn't make sense for FreeBSD.John Polstra1998-11-181-0/+2
* | Fix #includes for FreeBSD.John Polstra1998-11-181-2/+1
* | Don't call openlog() and closelog(). Assume that the applicationJohn Polstra1998-11-181-0/+8
* | s/Linux-PAM/PAM/gJohn Polstra1998-11-188-43/+37
* | This commit was generated by cvs2svn to compensate for changes in r41220,John Polstra1998-11-18225-0/+41922
|\|
| * Initial import of virgin Linux-PAM 0.65, slightly stripped down.vendor/libpam/0.65John Polstra1998-11-18225-0/+41922
* Initial revisionJohn Polstra1998-11-182-0/+27