freebsd-dev/lib/libpam/modules
Dag-Erling Smørgrav d902781908 Complete rewrite of pam_ssh(8). The previous version was becoming hard
to maintain, and had security issues which would have required a major
rewrite to address anyway.

This implementation currently starts a separate agent for each session
instead of connecting each new session to the agent started by the first
one.  While this would be a Good Thing (and the old pam_ssh(8) tried to
do it), it's hard to get right.  I'll revisit this issue when I've had a
chance to test some modifications to ssh-agent(1).
2003-02-09 21:20:44 +00:00
..
pam_deny Major cleanup: 2002-04-12 22:27:25 +00:00
pam_echo Make sure the message is only printed once. 2003-02-06 14:19:50 +00:00
pam_exec Don't blame markm for what he didn't do - writing these man pages, for 2003-02-06 13:47:21 +00:00
pam_ftp english(4) police. 2002-12-27 12:15:40 +00:00
pam_ftpusers Add pam_ftpusers(8), which enforces /etc/ftpusers. 2002-05-08 00:30:10 +00:00
pam_group Maybe I was a little too fast? Remove debugging code, and commit the 2003-02-06 14:27:48 +00:00
pam_kerberosIV Minimal manual page for pam_kerberosIV(8). 2003-02-06 10:55:11 +00:00
pam_krb5 In pam_sm_acct_mgmt(), retrieve the cached credentials before trying to 2003-02-03 09:45:41 +00:00
pam_ksu mdoc(7) police: .Dt is ALL UPPERCASE. 2002-12-12 08:19:47 +00:00
pam_lastlog utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than 2002-11-15 22:42:00 +00:00
pam_login_access Major cleanup: 2002-04-12 22:27:25 +00:00
pam_nologin Major cleanup: 2002-04-12 22:27:25 +00:00
pam_opie english(4) police. 2002-12-27 12:15:40 +00:00
pam_opieaccess Use PAM_SUCCESS instead of PAM_IGNORE. 2002-04-15 06:26:32 +00:00
pam_passwdqc mdoc(7) police: polish markup. 2002-05-30 14:49:57 +00:00
pam_permit Major cleanup: 2002-04-12 22:27:25 +00:00
pam_radius mdoc(7) police: formatting nits. 2002-11-29 15:57:50 +00:00
pam_rhosts mdoc(7) police: kill whitespace at EOL. 2002-05-30 14:52:00 +00:00
pam_rootok Major cleanup: 2002-04-12 22:27:25 +00:00
pam_securetty Major cleanup: 2002-04-12 22:27:25 +00:00
pam_self Major cleanup: 2002-04-12 22:27:25 +00:00
pam_ssh Complete rewrite of pam_ssh(8). The previous version was becoming hard 2003-02-09 21:20:44 +00:00
pam_tacplus Major cleanup: 2002-04-12 22:27:25 +00:00
pam_unix english(4) police. 2002-12-27 12:15:40 +00:00
pam_wheel OpenPAMify. 2003-02-02 18:43:58 +00:00
Makefile Switch to OpenPAM. Bump library version. Modules are now versioned, so 2002-03-05 21:56:25 +00:00
Makefile.inc Make dynamic PAM modules depend on dynamic PAM library. 2002-11-14 19:24:51 +00:00
modules.inc Replace pam_wheel(8) with pam_group(8) which has a cleaner interface. The 2003-02-06 14:24:14 +00:00