summaryrefslogtreecommitdiffstats
path: root/lib/libpam
Commit message (Expand)AuthorAgeFilesLines
* This file needs <syslog.h>.des2002-02-091-0/+1
* Now that cross-tools ld(1) has been fixed to look for dynamicru2002-02-081-2/+2
* Remove NO_WERROR, now that WARNS=n is gone.markm2002-02-065-5/+0
* Comment out the WARNS= so as to not trample all over the GCC3 work.markm2002-02-061-1/+1
* Three times lucky: <stddef.h>, not <sys/param.h>des2002-02-052-2/+2
* Oops, the correct header to include for NULL is <sys/param.h>.des2002-02-052-2/+2
* #include <sys/types.h> for NULL (hidden by Linux-PAM header pollution)des2002-02-052-0/+4
* #include cleanup.des2002-02-0518-24/+35
* Explicitly declare (gcc internal) functions.markm2002-02-041-0/+1
* ssh_get_authentication_connection() gets its parameters from environmentdes2002-02-041-2/+24
* Protect "make buildworld" against -Werror, as this module does notmarkm2002-02-041-0/+1
* Add the other half of the salt-generating code. No functionalmarkm2002-02-041-8/+7
* Turn on fascist warning mode.markm2002-02-031-0/+2
* WARNS=n fixes (and some stylistic issues).markm2002-02-036-55/+91
* 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
OpenPOWER on IntegriCloud