freebsd-dev/crypto/openssh
Bryan Drewery e3bd730f60 Use proper CHAN_TCP_PACKET_DEFAULT for agent forwarding when HPN disabled.
The use of CHAN_TCP_WINDOW_DEFAULT here was fixed in upstream OpenSSH
in CVS 1.4810, git 5baa170d771de9e95cf30b4c469ece684244cf3e:

  - dtucker@cvs.openbsd.org 2007/12/28 22:34:47
    [clientloop.c]
    Use the correct packet maximum sizes for remote port and agent forwarding.
    Prevents the server from killing the connection if too much data is queued
    and an excessively large packet gets sent.  bz #1360, ok djm@.

The change was lost due to the the way the original upstream HPN patch
modified this code. It was re-adding the original OpenSSH code and never
was properly fixed to use the new value.

MFC after:	2 weeks
2015-04-02 18:43:25 +00:00
..
contrib Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
openbsd-compat Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
regress Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
aclocal.m4 Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
addrmatch.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
atomicio.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
atomicio.h
audit-bsm.c
audit-linux.c
audit.c
audit.h
auth1.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
auth2-chall.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
auth2-gss.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
auth2-hostbased.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
auth2-kbdint.c Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
auth2-none.c
auth2-passwd.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
auth2-pubkey.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
auth2.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
auth-bsdauth.c
auth-chall.c Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
auth-krb5.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
auth-options.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
auth-options.h
auth-pam.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
auth-pam.h
auth-passwd.c
auth-rh-rsa.c
auth-rhosts.c
auth-rsa.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
auth-shadow.c
auth-sia.c
auth-sia.h
auth-skey.c
auth.c Add a pre-merge script which reverts mechanical changes such as added 2014-03-24 19:15:13 +00:00
auth.h Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
authfd.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
authfd.h
authfile.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
authfile.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
blocks.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
bufaux.c Apply upstream patch for EC calculation bug and bump version addendum. 2014-04-20 11:34:33 +00:00
bufbn.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
bufec.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
buffer.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
buffer.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
buildpkg.sh.in Pull in all the OpenSSH bits that we'd previously left out because we 2013-09-21 22:24:10 +00:00
canohost.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
canohost.h
chacha.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
chacha.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
ChangeLog Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
channels.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
channels.h Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
cipher-3des1.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
cipher-aes.c Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
cipher-bf1.c
cipher-chachapoly.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
cipher-chachapoly.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
cipher-ctr.c Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
cipher.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
cipher.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
cleanup.c
clientloop.c Use proper CHAN_TCP_PACKET_DEFAULT for agent forwarding when HPN disabled. 2015-04-02 18:43:25 +00:00
clientloop.h Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
compat.c Apply upstream patch for EC calculation bug and bump version addendum. 2014-04-20 11:34:33 +00:00
compat.h Apply upstream patch for EC calculation bug and bump version addendum. 2014-04-20 11:34:33 +00:00
compress.c
compress.h
config.guess Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
config.h Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
config.h.in Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
config.sub Pull in all the OpenSSH bits that we'd previously left out because we 2013-09-21 22:24:10 +00:00
configure Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
configure.ac Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
crc32.c
crc32.h
CREDITS
crypto_api.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
deattack.c
deattack.h
defines.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
dh.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
dh.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
digest-libc.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
digest-openssl.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
digest.h Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
dispatch.c
dispatch.h
dns.c Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
dns.h
ed25519.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
entropy.c
entropy.h
fatal.c
fe25519.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
fe25519.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
fixalgorithms Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
fixpaths
fixprogs
freebsd-configure.sh Unbreak the WITHOUT_KERBEROS build and try to reduce the odds of a 2013-09-23 20:35:54 +00:00
freebsd-post-merge.sh Add a pre-merge script which reverts mechanical changes such as added 2014-03-24 19:15:13 +00:00
freebsd-pre-merge.sh Add a pre-merge script which reverts mechanical changes such as added 2014-03-24 19:15:13 +00:00
FREEBSD-upgrade Add a pre-merge script which reverts mechanical changes such as added 2014-03-24 19:15:13 +00:00
FREEBSD-vendor
ge25519_base.data Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
ge25519.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
ge25519.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
groupaccess.c Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
groupaccess.h
gss-genr.c MFV r257952: 2013-11-11 09:19:58 +00:00
gss-serv-krb5.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
gss-serv.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
hash.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
hmac.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
hmac.h Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
hostfile.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
hostfile.h Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
includes.h Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
INSTALL Upgrade to OpenSSH 6.2p1. The most important new features are support 2013-03-22 17:55:38 +00:00
install-sh Pull in all the OpenSSH bits that we'd previously left out because we 2013-09-21 22:24:10 +00:00
kex.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
kex.h Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
kexc25519.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
kexc25519c.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
kexc25519s.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
kexdh.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
kexdhc.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
kexdhs.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
kexecdh.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
kexecdhc.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
kexecdhs.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
kexgex.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
kexgexc.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
kexgexs.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
key.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
key.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
krb5_config.h Unbreak the WITHOUT_KERBEROS build and try to reduce the odds of a 2013-09-23 20:35:54 +00:00
krl.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
krl.h Upgrade to OpenSSH 6.2p1. The most important new features are support 2013-03-22 17:55:38 +00:00
LICENCE
log.c Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
log.h Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
loginrec.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
loginrec.h
logintest.c
mac.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
mac.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
Makefile.in Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
match.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
match.h
md5crypt.c
md5crypt.h
md-sha256.c
mdoc2man.awk Pull in all the OpenSSH bits that we'd previously left out because we 2013-09-21 22:24:10 +00:00
misc.c Add a pre-merge script which reverts mechanical changes such as added 2014-03-24 19:15:13 +00:00
misc.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
mkinstalldirs
moduli Upgrade to OpenSSH 6.2p1. The most important new features are support 2013-03-22 17:55:38 +00:00
moduli.0 Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
moduli.5 Add a pre-merge script which reverts mechanical changes such as added 2014-03-24 19:15:13 +00:00
moduli.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
monitor_fdpass.c
monitor_fdpass.h
monitor_mm.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
monitor_mm.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
monitor_wrap.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
monitor_wrap.h Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
monitor.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
monitor.h Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
msg.c
msg.h
mux.c Add a pre-merge script which reverts mechanical changes such as added 2014-03-24 19:15:13 +00:00
myproposal.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
nchan2.ms Pull in all the OpenSSH bits that we'd previously left out because we 2013-09-21 22:24:10 +00:00
nchan.c
nchan.ms Pull in all the OpenSSH bits that we'd previously left out because we 2013-09-21 22:24:10 +00:00
openssh.xml.in Pull in all the OpenSSH bits that we'd previously left out because we 2013-09-21 22:24:10 +00:00
opensshd.init.in Pull in all the OpenSSH bits that we'd previously left out because we 2013-09-21 22:24:10 +00:00
OVERVIEW
packet.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
packet.h Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
pathnames.h Add a pre-merge script which reverts mechanical changes such as added 2014-03-24 19:15:13 +00:00
pkcs11.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
platform.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
platform.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
poly1305.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
poly1305.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
progressmeter.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
progressmeter.h
PROTOCOL Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
PROTOCOL.agent Upgrade to OpenSSH 6.2p1. The most important new features are support 2013-03-22 17:55:38 +00:00
PROTOCOL.certkeys
PROTOCOL.chacha20poly1305 Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
PROTOCOL.key Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
PROTOCOL.krl Upgrade to OpenSSH 6.2p1. The most important new features are support 2013-03-22 17:55:38 +00:00
PROTOCOL.mux
readconf.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
readconf.h Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
README Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
README.dns
README.hpn
README.platform
README.privsep
README.tun
readpass.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
rijndael.c
rijndael.h
roaming_client.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
roaming_common.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
roaming_dummy.c
roaming_serv.c
roaming.h
rsa.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
rsa.h
sandbox-capsicum.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
sandbox-darwin.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
sandbox-null.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
sandbox-rlimit.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
sandbox-seccomp-filter.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
sandbox-systrace.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
sc25519.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
sc25519.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
schnorr.c Add a pre-merge script which reverts mechanical changes such as added 2014-03-24 19:15:13 +00:00
scp.0 Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
scp.1 Add a pre-merge script which reverts mechanical changes such as added 2014-03-24 19:15:13 +00:00
scp.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
servconf.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
servconf.h Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
serverloop.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
serverloop.h
session.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
session.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
sftp-client.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
sftp-client.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
sftp-common.c Add a pre-merge script which reverts mechanical changes such as added 2014-03-24 19:15:13 +00:00
sftp-common.h
sftp-glob.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
sftp-server-main.c
sftp-server.0 Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
sftp-server.8 Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
sftp-server.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
sftp.0 Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
sftp.1 Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
sftp.c Add a pre-merge script which reverts mechanical changes such as added 2014-03-24 19:15:13 +00:00
sftp.h
smult_curve25519_ref.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
ssh1.h
ssh2.h Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh_config Apply upstream patch for EC calculation bug and bump version addendum. 2014-04-20 11:34:33 +00:00
ssh_config.0 Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh_config.5 Document "none" for VersionAddendum. 2015-03-23 02:45:12 +00:00
ssh_namespace.h Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh-add.0 Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh-add.1 Add a pre-merge script which reverts mechanical changes such as added 2014-03-24 19:15:13 +00:00
ssh-add.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh-agent.0 Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh-agent.1 Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
ssh-agent.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh-dss.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh-ecdsa.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh-ed25519.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh-gss.h Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh-keygen.0 Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh-keygen.1 Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh-keygen.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh-keyscan.0 Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh-keyscan.1 Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh-keyscan.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
ssh-keysign.0 Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh-keysign.8 Add a pre-merge script which reverts mechanical changes such as added 2014-03-24 19:15:13 +00:00
ssh-keysign.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
ssh-pkcs11-client.c Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
ssh-pkcs11-helper.0 Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh-pkcs11-helper.8 Add a pre-merge script which reverts mechanical changes such as added 2014-03-24 19:15:13 +00:00
ssh-pkcs11-helper.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
ssh-pkcs11.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
ssh-pkcs11.h
ssh-rsa.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh-sandbox.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
ssh.0 Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
ssh.1 Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
ssh.c Restore the pX part to the version number printed in debugging mode. 2014-04-09 20:42:00 +00:00
ssh.h
sshconnect1.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
sshconnect2.c Apply upstream patch for EC calculation bug and bump version addendum. 2014-04-20 11:34:33 +00:00
sshconnect.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
sshconnect.h Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
sshd_config Change comment about HPNDisabled to match the style of other options to 2014-05-20 10:28:19 +00:00
sshd_config.0 Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
sshd_config.5 Document "none" for VersionAddendum. 2015-03-23 02:45:12 +00:00
sshd.0 Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
sshd.8 Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
sshd.c Apply upstream patch for EC calculation bug and bump version addendum. 2014-04-20 11:34:33 +00:00
sshlogin.c Upgrade to OpenSSH 6.6p1. 2014-03-25 11:05:34 +00:00
sshlogin.h Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
sshpty.c
sshpty.h
sshtty.c
survey.sh.in Pull in all the OpenSSH bits that we'd previously left out because we 2013-09-21 22:24:10 +00:00
TODO
ttymodes.c
ttymodes.h
uidswap.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
uidswap.h
umac128.c Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
umac.c MFV r257952: 2013-11-11 09:19:58 +00:00
umac.h Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
uuencode.c Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00
uuencode.h
verify.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
version.h Apply upstream patch for EC calculation bug and bump version addendum. 2014-04-20 11:34:33 +00:00
xmalloc.c Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
xmalloc.h Upgrade to 6.3p1. 2013-09-21 21:36:09 +00:00

See http://www.openssh.com/txt/release-6.6 for the release notes.

- A Japanese translation of this document and of the OpenSSH FAQ is
- available at http://www.unixuser.org/~haruyama/security/openssh/index.html
- Thanks to HARUYAMA Seigo <haruyama@unixuser.org>

This is the port of OpenBSD's excellent OpenSSH[0] to Linux and other
Unices.

OpenSSH is based on the last free version of Tatu Ylonen's sample
implementation with all patent-encumbered algorithms removed (to
external libraries), all known security bugs fixed, new features
reintroduced and many other clean-ups.  OpenSSH has been created by
Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, Theo de Raadt,
and Dug Song. It has a homepage at http://www.openssh.com/

This port consists of the re-introduction of autoconf support, PAM
support, EGD[1]/PRNGD[2] support and replacements for OpenBSD library
functions that are (regrettably) absent from other unices. This port
has been best tested on AIX, Cygwin, HP-UX, Linux, MacOS/X,
NetBSD, OpenBSD, OpenServer, Solaris, Unicos, and UnixWare.

This version actively tracks changes in the OpenBSD CVS repository.

The PAM support is now more functional than the popular packages of
commercial ssh-1.2.x. It checks "account" and "session" modules for
all logins, not just when using password authentication.

OpenSSH depends on Zlib[3], OpenSSL[4] and optionally PAM[5].

There is now several mailing lists for this port of OpenSSH. Please
refer to http://www.openssh.com/list.html for details on how to join.

Please send bug reports and patches to the mailing list
openssh-unix-dev@mindrot.org. The list is open to posting by
unsubscribed users.Code contribution are welcomed, but please follow the 
OpenBSD style guidelines[6].

Please refer to the INSTALL document for information on how to install
OpenSSH on your system. There are a number of differences between this
port of OpenSSH and F-Secure SSH 1.x, please refer to the OpenSSH FAQ[7]
for details and general tips.

Damien Miller <djm@mindrot.org>

Miscellania -

This version of OpenSSH is based upon code retrieved from the OpenBSD
CVS repository which in turn was based on the last free sample
implementation released by Tatu Ylonen.

References -

[0] http://www.openssh.com/faq.html
[1] http://www.lothar.com/tech/crypto/
[2] http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html
[3] http://www.gzip.org/zlib/
[4] http://www.openssl.org/
[5] http://www.openpam.org
    http://www.kernel.org/pub/linux/libs/pam/ 
    (PAM also is standard on Solaris and HP-UX 11)
[6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9
[7] http://www.openssh.com/faq.html

$Id: README,v 1.86 2014/02/27 23:03:53 djm Exp $