| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing dependency on libutil. | des | 2002-03-05 | 1 | -0/+3 |
* | Create /var/log/lastlog if it doesn't exist. | sobomax | 2002-02-20 | 1 | -1/+1 |
* | This file needs <syslog.h>. | des | 2002-02-09 | 1 | -0/+1 |
* | Now that cross-tools ld(1) has been fixed to look for dynamic | ru | 2002-02-08 | 1 | -2/+2 |
* | Remove NO_WERROR, now that WARNS=n is gone. | markm | 2002-02-06 | 5 | -5/+0 |
* | Comment out the WARNS= so as to not trample all over the GCC3 work. | markm | 2002-02-06 | 1 | -1/+1 |
* | Three times lucky: <stddef.h>, not <sys/param.h> | des | 2002-02-05 | 2 | -2/+2 |
* | Oops, the correct header to include for NULL is <sys/param.h>. | des | 2002-02-05 | 2 | -2/+2 |
* | #include <sys/types.h> for NULL (hidden by Linux-PAM header pollution) | des | 2002-02-05 | 2 | -0/+4 |
* | #include cleanup. | des | 2002-02-05 | 18 | -24/+35 |
* | Explicitly declare (gcc internal) functions. | markm | 2002-02-04 | 1 | -0/+1 |
* | ssh_get_authentication_connection() gets its parameters from environment | des | 2002-02-04 | 1 | -2/+24 |
* | Protect "make buildworld" against -Werror, as this module does not | markm | 2002-02-04 | 1 | -0/+1 |
* | Add the other half of the salt-generating code. No functional | markm | 2002-02-04 | 1 | -8/+7 |
* | Turn on fascist warning mode. | markm | 2002-02-03 | 1 | -0/+2 |
* | WARNS=n fixes (and some stylistic issues). | markm | 2002-02-03 | 6 | -55/+91 |
* | Remove an unnecessary #include that trips up OpenPAM. The header in question | des | 2002-02-02 | 1 | -2/+0 |
* | Post-repocopy cleanup. | des | 2002-02-01 | 2 | -7/+1 |
* | Connect the pam_lastlog(8) and pam_login_access(8) modules to the build. | des | 2002-02-01 | 2 | -0/+4 |
* | Still with asbestos longjohns on, completely PAMify login(1) and remove | des | 2002-01-30 | 1 | -19/+20 |
* | With asbestos longjohns on, integrate most of the checks normally done by | des | 2002-01-30 | 1 | -32/+102 |
* | Move the code from pam_sm_authenticate() to pam_sm_acct_mgmt(). Simplify | des | 2002-01-30 | 2 | -62/+58 |
* | WARNS=4 fixes. Protect with NO_WERROR for the modules that have | markm | 2002-01-24 | 21 | -127/+138 |
* | PAM modules shouldn't call putenv(); pam_putenv() is sufficient. The | des | 2002-01-24 | 1 | -1/+0 |
* | Change the order in which pam_sm_open_session() updates the logs. This | des | 2002-01-24 | 2 | -25/+14 |
* | Correctly interpret PAM_RHOST being unset as an indicator of a local | des | 2002-01-24 | 1 | -3/+2 |
* | Correctly interpret PAM_RHOST being unset as an indicator of a local | des | 2002-01-24 | 1 | -1/+5 |
* | Style nits. | des | 2002-01-24 | 1 | -2/+2 |
* | Document the even_root option. | des | 2002-01-24 | 1 | -1/+7 |
* | Don't let root through unless the "even_root" option was specified. | des | 2002-01-24 | 1 | -2/+16 |
* | Add a PAM module that records sessions in utmp/wtmp/lastlog. | des | 2002-01-24 | 3 | -0/+369 |
* | Fix some pastos. Rather shoddy of me... | des | 2002-01-24 | 2 | -5/+5 |
* | Add a PAM module that provides an account management component for checking | des | 2002-01-23 | 3 | -0/+285 |
* | Add an AUTHORS section crediting ThinkSec, DARPA and NAI Labs. | des | 2002-01-23 | 2 | -2/+16 |
* | Add pam_ssh support to the static PAM library, libpam.a: | ru | 2002-01-23 | 2 | -4/+5 |
* | Base the comparison on UIDs, not on user names. | des | 2002-01-23 | 2 | -14/+12 |
* | Make libssh.so useable (undefined reference to IPv4or6). | ru | 2002-01-23 | 1 | -2/+0 |
* | Link pam_opieaccess, pam_self and pam_ssh into the static library. | des | 2002-01-21 | 1 | -0/+3 |
* | On second thought, getpwnam() failure should be treated just as if the user | des | 2002-01-21 | 1 | -4/+1 |
* | Return PAM_SERVICE_ERR rather than PAM_USER_UNKNOWN if getpwnam() fails, as | des | 2002-01-21 | 1 | -1/+1 |
* | Further changes to allow enabling pam_opie(8) by default: | des | 2002-01-21 | 2 | -12/+38 |
* | Add a new module, pam_opieaccess(8), which is responsible for checking | des | 2002-01-21 | 5 | -0/+300 |
* | snprintf bloat -> strlcpy | ache | 2002-01-20 | 1 | -2/+3 |
* | Back out recent changes | ache | 2002-01-19 | 2 | -31/+19 |
* | If user not exist in OPIE system, return failure immediately instead | ache | 2002-01-19 | 1 | -1/+1 |
* | Back out second right-now-expired password check in pam_sm_chauthtok, | ache | 2002-01-19 | 1 | -2/+1 |
* | Previous commit was incomplete, use new error code PAM_CRED_ERR to | ache | 2002-01-19 | 1 | -2/+1 |
* | Rewrite 'pwok' fallback in the way it can be properly chained with pam_unix | ache | 2002-01-19 | 1 | -19/+10 |
* | Add yet one expired-right-now password check, in pam_sm_chauthtok | ache | 2002-01-19 | 1 | -13/+12 |
* | Set pwok to 1 for non-OPIE users | ache | 2002-01-19 | 1 | -2/+2 |