summaryrefslogtreecommitdiffstats
path: root/lib/libpam
Commit message (Expand)AuthorAgeFilesLines
...
* Remove an unnecessary #include that trips up OpenPAM. The header in questiondes2002-02-021-2/+0
* Post-repocopy cleanup.des2002-02-012-7/+1
* Connect the pam_lastlog(8) and pam_login_access(8) modules to the build.des2002-02-012-0/+4
* Still with asbestos longjohns on, completely PAMify login(1) and removedes2002-01-301-19/+20
* With asbestos longjohns on, integrate most of the checks normally done bydes2002-01-301-32/+102
* Move the code from pam_sm_authenticate() to pam_sm_acct_mgmt(). Simplifydes2002-01-302-62/+58
* WARNS=4 fixes. Protect with NO_WERROR for the modules that havemarkm2002-01-2421-127/+138
* PAM modules shouldn't call putenv(); pam_putenv() is sufficient. Thedes2002-01-241-1/+0
* Change the order in which pam_sm_open_session() updates the logs. Thisdes2002-01-242-25/+14
* Correctly interpret PAM_RHOST being unset as an indicator of a localdes2002-01-241-3/+2
* Correctly interpret PAM_RHOST being unset as an indicator of a localdes2002-01-241-1/+5
* Style nits.des2002-01-241-2/+2
* Document the even_root option.des2002-01-241-1/+7
* Don't let root through unless the "even_root" option was specified.des2002-01-241-2/+16
* Add a PAM module that records sessions in utmp/wtmp/lastlog.des2002-01-243-0/+369
* Fix some pastos. Rather shoddy of me...des2002-01-242-5/+5
* Add a PAM module that provides an account management component for checkingdes2002-01-233-0/+285
* Add an AUTHORS section crediting ThinkSec, DARPA and NAI Labs.des2002-01-232-2/+16
* Add pam_ssh support to the static PAM library, libpam.a:ru2002-01-232-4/+5
* Base the comparison on UIDs, not on user names.des2002-01-232-14/+12
* Make libssh.so useable (undefined reference to IPv4or6).ru2002-01-231-2/+0
* Link pam_opieaccess, pam_self and pam_ssh into the static library.des2002-01-211-0/+3
* On second thought, getpwnam() failure should be treated just as if the userdes2002-01-211-4/+1
* Return PAM_SERVICE_ERR rather than PAM_USER_UNKNOWN if getpwnam() fails, asdes2002-01-211-1/+1
* Further changes to allow enabling pam_opie(8) by default:des2002-01-212-12/+38
* Add a new module, pam_opieaccess(8), which is responsible for checkingdes2002-01-215-0/+300
* snprintf bloat -> strlcpyache2002-01-201-2/+3
* Back out recent changesache2002-01-192-31/+19
* If user not exist in OPIE system, return failure immediately insteadache2002-01-191-1/+1
* Back out second right-now-expired password check in pam_sm_chauthtok,ache2002-01-191-2/+1
* Previous commit was incomplete, use new error code PAM_CRED_ERR toache2002-01-191-2/+1
* Rewrite 'pwok' fallback in the way it can be properly chained with pam_unixache2002-01-191-19/+10
* Add yet one expired-right-now password check, in pam_sm_chauthtokache2002-01-191-13/+12
* Set pwok to 1 for non-OPIE usersache2002-01-191-2/+2
* Add missing check for right-now-expired passwordache2002-01-191-0/+2
* Implement 'pwok', i.e. conditional fallback to unix passwordache2002-01-191-5/+27
* Fixed a missing "const".bde2001-12-281-1/+1
* mdoc(7) police: bump document date.ru2001-12-141-1/+1
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-5/+6
* Back out previous commit.des2001-12-091-2/+1
* mdoc(7) police: sort xrefs.ru2001-12-081-5/+5
* Get pam_mod_misc.h from .CURDIR rather than .OBJDIR or /usr/include.des2001-12-071-1/+2
* Now that _pam_init_handlers() works as intended, it seems clear that wedes2001-12-071-1/+1
* We need pam_client.h from libpamc. This unbreaks worlddes2001-12-061-0/+6
* 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
OpenPOWER on IntegriCloud