| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix world breakage introduced by my recent modifications to | cjc | 2002-03-18 | 2 | -2/+3 |
* | mdoc(7) police: tiny fixes. | ru | 2002-03-15 | 1 | -2/+4 |
* | mdoc(7) police: expand contractions. | ru | 2002-03-15 | 1 | -2/+2 |
* | NAI DBA update. | des | 2002-03-14 | 24 | -25/+25 |
* | Remove the use of random(3), and encapsulate the salt-generation in | markm | 2002-03-14 | 1 | -30/+33 |
* | Don't ignore system CFLAGS. | sobomax | 2002-03-07 | 1 | -1/+1 |
* | Fix build for OpenPAM. The directories needed tweeking. | markm | 2002-03-07 | 3 | -81/+2 |
* | This file is not needed any more | des | 2002-03-07 | 1 | -66/+0 |
* | Now pam_alreadyloggedin lives in the ports. | green | 2002-03-07 | 4 | -366/+0 |
* | Add the pam_alreadyloggedin(8) module, which allows for authentication | green | 2002-03-06 | 4 | -0/+366 |
* | Unbreak the pam_krb5 build: cast a couple of const pointers | roam | 2002-03-06 | 1 | -2/+2 |
* | Add forgotten NOPROFILE that broke world. | des | 2002-03-06 | 1 | -0/+1 |
* | Switch to OpenPAM. Bump library version. Modules are now versioned, so | des | 2002-03-05 | 38 | -528/+237 |
* | 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 |