Upgrade to OpenSSH-5.3p1.
authorPeter Avalos <pavalos@theshell.com>
Sat, 9 Jan 2010 22:06:31 +0000 (12:06 -1000)
committerPeter Avalos <pavalos@theshell.com>
Sat, 9 Jan 2010 22:06:31 +0000 (12:06 -1000)
commit40c002af48fe12a59703b95d8d40ed8111fa7f98
tree0f7208880900624bb5e7887f97ebf8ef268f4754
parentcb5eb4f19f8c9639a3e0859fbc753185d4a75ade
Upgrade to OpenSSH-5.3p1.

General Bugfixes:

 * Do not limit home directory paths to 256 characters. bz#1615
 * Several minor documentation and correctness fixes.

Portable OpenSSH Bugfixes:

 * Move the deletion of PAM credentials on logout to after the
   session close. bz#1534
 * Accept ENOSYS as a fallback error when attempting
   atomic rename(). bz#1535
 * Fix detection of krb5-config. bz#1639
 * Fix test for server-assigned remote forwarding port for
   non-root users. bz#1578
56 files changed:
crypto/openssh/README
crypto/openssh/auth-pam.c
crypto/openssh/auth-passwd.c
crypto/openssh/auth1.c
crypto/openssh/auth2-kbdint.c
crypto/openssh/auth2-none.c
crypto/openssh/auth2-passwd.c
crypto/openssh/auth2-pubkey.c
crypto/openssh/auth2.c
crypto/openssh/canohost.c
crypto/openssh/canohost.h
crypto/openssh/channels.c
crypto/openssh/clientloop.c
crypto/openssh/defines.h
crypto/openssh/gss-genr.c
crypto/openssh/includes.h
crypto/openssh/jpake.h
crypto/openssh/kex.c
crypto/openssh/kex.h
crypto/openssh/kexdhs.c
crypto/openssh/kexgexs.c
crypto/openssh/monitor.c
crypto/openssh/monitor_mm.c
crypto/openssh/monitor_wrap.c
crypto/openssh/monitor_wrap.h
crypto/openssh/openbsd-compat/bsd-cygwin_util.h
crypto/openssh/openbsd-compat/getrrsetbyname.c
crypto/openssh/openbsd-compat/openssl-compat.h
crypto/openssh/openbsd-compat/port-aix.h
crypto/openssh/packet.c
crypto/openssh/packet.h
crypto/openssh/readconf.c
crypto/openssh/readconf.h
crypto/openssh/roaming.h [new file with mode: 0644]
crypto/openssh/roaming_common.c [new file with mode: 0644]
crypto/openssh/roaming_dummy.c [new file with mode: 0644]
crypto/openssh/schnorr.h [new file with mode: 0644]
crypto/openssh/servconf.c
crypto/openssh/serverloop.c
crypto/openssh/session.c
crypto/openssh/sftp-client.c
crypto/openssh/sftp-server.8
crypto/openssh/sftp-server.c
crypto/openssh/ssh-agent.1
crypto/openssh/ssh-agent.c
crypto/openssh/ssh-keygen.c
crypto/openssh/ssh.1
crypto/openssh/ssh.c
crypto/openssh/sshconnect.c
crypto/openssh/sshconnect.h
crypto/openssh/sshconnect2.c
crypto/openssh/sshd.8
crypto/openssh/sshd.c
crypto/openssh/sshd_config.5
crypto/openssh/sshlogin.c
crypto/openssh/uuencode.c