Add the HPN patch for OpenSSH.
authorPeter Avalos <pavalos@theshell.com>
Sat, 16 Jan 2010 06:09:49 +0000 (20:09 -1000)
committerPeter Avalos <pavalos@theshell.com>
Sat, 16 Jan 2010 09:49:23 +0000 (23:49 -1000)
commitc29cd1cc28e3177fed52c5678a8e8ab8ec96d90e
treec065c1c9eed5d0c040052c05942834392251392f
parent7835af9a267f30042e93fc116d24bfcdde584ac9
Add the HPN patch for OpenSSH.

This provides dynamic windows and the ability to switch to a NONE
encryption cipher after authentication.

This does not include the multi-threaded AES-CTR cipher due to
unresolved problems causing it to hang.

For more details: http://www.psc.edu/networking/projects/hpn-ssh/

Requested-by: Michael Neumann <mneumann@ntecs.de>
31 files changed:
crypto/openssh/HPN-README [new file with mode: 0644]
crypto/openssh/auth2.c
crypto/openssh/buffer.c
crypto/openssh/buffer.h
crypto/openssh/channels.c
crypto/openssh/channels.h
crypto/openssh/cipher.c
crypto/openssh/clientloop.c
crypto/openssh/compat.c
crypto/openssh/compat.h
crypto/openssh/kex.c
crypto/openssh/kex.h
crypto/openssh/myproposal.h
crypto/openssh/packet.c
crypto/openssh/packet.h
crypto/openssh/progressmeter.c
crypto/openssh/readconf.c
crypto/openssh/readconf.h
crypto/openssh/scp.c
crypto/openssh/servconf.c
crypto/openssh/servconf.h
crypto/openssh/serverloop.c
crypto/openssh/session.c
crypto/openssh/sftp.1
crypto/openssh/sftp.c
crypto/openssh/ssh.c
crypto/openssh/sshconnect.c
crypto/openssh/sshconnect2.c
crypto/openssh/sshd.c
crypto/openssh/sshd_config
secure/lib/libssh/version.h