1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/lib/libpam/modules
Mark Murray 537db85291 Fix:
/usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c has couple of bugs which cause:

1) xdm dumps core
2) ssh1 private key is not passed to ssh-agent
3) ssh2 RSA key seems not handled properly (just a guess from source)
4) ssh_get_authentication_connectionen() fails to get connection because of
   SSH_AUTH_SOCK not defined.

PR:		29609
Submitted by:	Takanori Saneto <sanewo@ba2.so-net.ne.jp>
2001-08-11 12:37:55 +00:00
..
pam_deny Verbosely report errors to the user (overridable), and make sure 2001-08-10 19:02:21 +00:00
pam_ftp Use the FreeBSD pam_prompt() interface to the conversation function 2001-08-10 19:05:57 +00:00
pam_kerberosIV Verbosely (overridable) report failure to the user. 2001-08-10 19:07:45 +00:00
pam_krb5 Clean up this module very extensively. Fix the logging, the coding 2001-08-10 19:24:34 +00:00
pam_login_access Remove whitespace at EOL. 2001-07-15 08:06:20 +00:00
pam_nologin Module clean-up. Verbose logging, Overridable verbose error reporting, 2001-08-10 19:10:43 +00:00
pam_opie Verbose logging, overridable verbose error reporting. 2001-08-10 19:12:59 +00:00
pam_permit mdoc(7) police: -xwidth has been fold into -width. 2001-07-13 09:09:52 +00:00
pam_radius Verbose logging, overridable verbose error reporting. 2001-08-10 19:12:59 +00:00
pam_rootok Simplify code. Also verbose logging, verbose overridable error reporting. 2001-08-10 19:15:48 +00:00
pam_securetty General code clean-up. Sort out warnings, and make the warning and 2001-08-10 19:18:52 +00:00
pam_ssh Fix: 2001-08-11 12:37:55 +00:00
pam_tacplus Verbose logging, overridable verbose error reporting. 2001-08-10 19:12:59 +00:00
pam_unix mdoc(7) police: -xwidth has been fold into -width. 2001-07-13 09:09:52 +00:00
pam_wheel Fix broken logic so that this actually works for the superuser. 2001-08-10 14:21:58 +00:00
Makefile Don't try to make pam_ssh module if NO_OPENSSH is set. 2001-08-02 19:01:02 +00:00
Makefile.inc Big module cleanup. 2001-06-04 19:47:56 +00:00