]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r224638,224640,224642 (by brooks):
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 30 Nov 2011 12:47:36 +0000 (12:47 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 30 Nov 2011 12:47:36 +0000 (12:47 +0000)
commit0a09bd7e35c7dad7cd0c1ffe3b5557eb3d5c7f8f
tree217ff428e1c39eec76728ac6f426dedabcb739bb
parent16cf4873092c2e4b07a8674fc96369c17043877f
MFC r224638,224640,224642 (by brooks):

  Add support for dynamically adjusted buffers to allow the full use of
  the bandwidth of long fat pipes (i.e. 100Mbps+ trans-oceanic or
  trans-continental links).  Bandwidth-delay products up to 64MB are
  supported.

  Also add support (not compiled by default) for the None cypher.  The
  None cypher can only be enabled on non-interactive sessions (those
  without a pty where -T was not used) and must be enabled in both
  the client and server configuration files and on the client command
  line.  Additionally, the None cypher will only be activated after
  authentication is complete.  To enable the None cypher you must add
  -DNONE_CIPHER_ENABLED to CFLAGS via the make command line or in
  /etc/make.conf.

  This code is a style(9) compliant version of these features extracted
  from the patches published at:

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

  Enable keyword expansion for $FreeBSD$ on files.

MFC r225852 (by des):

  Regenerate (ssh_namespace.h) after application of the HPN patch.

Discussed with: brooks

git-svn-id: svn://svn.freebsd.org/base/stable/8@228152 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
32 files changed:
crypto/openssh/README.hpn [new file with mode: 0644]
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/misc.c
crypto/openssh/misc.h
crypto/openssh/myproposal.h
crypto/openssh/packet.c
crypto/openssh/packet.h
crypto/openssh/readconf.c
crypto/openssh/readconf.h
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/ssh_namespace.h
crypto/openssh/sshconnect.c
crypto/openssh/sshconnect2.c
crypto/openssh/sshd.c
crypto/openssh/sshd_config
crypto/openssh/version.c
crypto/openssh/version.h