]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1.
authorDag-Erling Smørgrav <des@FreeBSD.org>
Tue, 8 May 2018 23:13:11 +0000 (23:13 +0000)
committerDag-Erling Smørgrav <des@FreeBSD.org>
Tue, 8 May 2018 23:13:11 +0000 (23:13 +0000)
commit4f52dfbb8d6c4d446500c5b097e3806ec219fbd4
tree3d0f4c2a20549b73d485fc90aa0998746af9a217
parent57b493651403c93009b81f8a4d1df5592f6573f5
parent20adc8f2a99cd37b64a80ef63dfc5ba6627d4dfb
Upgrade to OpenSSH 7.6p1.  This will be followed shortly by 7.7p1.

This completely removes client-side support for the SSH 1 protocol,
which was already disabled in 12 but is still enabled in 11.  For that
reason, we will not be able to merge 7.6p1 or newer back to 11.
219 files changed:
crypto/openssh/.gitignore
crypto/openssh/.skipped-commit-ids
crypto/openssh/ChangeLog
crypto/openssh/FREEBSD-upgrade
crypto/openssh/INSTALL
crypto/openssh/LICENCE
crypto/openssh/Makefile.in
crypto/openssh/PROTOCOL
crypto/openssh/PROTOCOL.agent
crypto/openssh/PROTOCOL.certkeys
crypto/openssh/README
crypto/openssh/auth-options.c
crypto/openssh/auth-options.h
crypto/openssh/auth-pam.c
crypto/openssh/auth.c
crypto/openssh/auth.h
crypto/openssh/auth2-chall.c
crypto/openssh/auth2-gss.c
crypto/openssh/auth2-hostbased.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/authfd.c
crypto/openssh/authfd.h
crypto/openssh/authfile.c
crypto/openssh/bitmap.c
crypto/openssh/bufbn.c
crypto/openssh/buffer.h
crypto/openssh/channels.c
crypto/openssh/channels.h
crypto/openssh/cipher.c
crypto/openssh/cipher.h
crypto/openssh/clientloop.c
crypto/openssh/clientloop.h
crypto/openssh/compat.c
crypto/openssh/compat.h
crypto/openssh/config.h
crypto/openssh/configure.ac
crypto/openssh/contrib/aix/README
crypto/openssh/contrib/redhat/openssh.spec
crypto/openssh/contrib/ssh-copy-id
crypto/openssh/contrib/suse/openssh.spec
crypto/openssh/defines.h
crypto/openssh/digest-libc.c
crypto/openssh/digest-openssl.c
crypto/openssh/digest.h
crypto/openssh/dispatch.c
crypto/openssh/dispatch.h
crypto/openssh/dns.c
crypto/openssh/dns.h
crypto/openssh/freebsd-namespace.sh
crypto/openssh/gss-serv.c
crypto/openssh/hostfile.c
crypto/openssh/includes.h
crypto/openssh/kex.c
crypto/openssh/kex.h
crypto/openssh/kexc25519c.c
crypto/openssh/kexc25519s.c
crypto/openssh/kexdhc.c
crypto/openssh/kexdhs.c
crypto/openssh/kexecdhc.c
crypto/openssh/kexecdhs.c
crypto/openssh/kexgexc.c
crypto/openssh/kexgexs.c
crypto/openssh/key.c
crypto/openssh/key.h
crypto/openssh/krl.c
crypto/openssh/log.c
crypto/openssh/log.h
crypto/openssh/mac.c
crypto/openssh/misc.c
crypto/openssh/misc.h
crypto/openssh/monitor.c
crypto/openssh/monitor_wrap.c
crypto/openssh/monitor_wrap.h
crypto/openssh/mux.c
crypto/openssh/myproposal.h
crypto/openssh/nchan.c
crypto/openssh/opacket.c
crypto/openssh/opacket.h
crypto/openssh/openbsd-compat/Makefile.in
crypto/openssh/openbsd-compat/bsd-err.c
crypto/openssh/openbsd-compat/bsd-getpagesize.c
crypto/openssh/openbsd-compat/bsd-malloc.c
crypto/openssh/openbsd-compat/bsd-misc.c
crypto/openssh/openbsd-compat/bsd-misc.h
crypto/openssh/openbsd-compat/explicit_bzero.c
crypto/openssh/openbsd-compat/fmt_scaled.c
crypto/openssh/openbsd-compat/freezero.c
crypto/openssh/openbsd-compat/openbsd-compat.h
crypto/openssh/openbsd-compat/port-tun.c
crypto/openssh/openbsd-compat/port-tun.h
crypto/openssh/openbsd-compat/recallocarray.c
crypto/openssh/packet.c
crypto/openssh/packet.h
crypto/openssh/pathnames.h
crypto/openssh/platform-misc.c
crypto/openssh/platform.c
crypto/openssh/readconf.c
crypto/openssh/readconf.h
crypto/openssh/regress/Makefile
crypto/openssh/regress/agent-getpeereid.sh
crypto/openssh/regress/agent-pkcs11.sh
crypto/openssh/regress/agent.sh
crypto/openssh/regress/authinfo.sh
crypto/openssh/regress/banner.sh
crypto/openssh/regress/broken-pipe.sh
crypto/openssh/regress/brokenkeys.sh
crypto/openssh/regress/cert-file.sh
crypto/openssh/regress/cert-hostkey.sh
crypto/openssh/regress/cert-userkey.sh
crypto/openssh/regress/cfgmatch.sh
crypto/openssh/regress/cipher-speed.sh
crypto/openssh/regress/connect-privsep.sh
crypto/openssh/regress/connect.sh
crypto/openssh/regress/dhgex.sh
crypto/openssh/regress/dynamic-forward.sh
crypto/openssh/regress/exit-status.sh
crypto/openssh/regress/forcecommand.sh
crypto/openssh/regress/forward-control.sh
crypto/openssh/regress/forwarding.sh
crypto/openssh/regress/host-expand.sh
crypto/openssh/regress/hostkey-agent.sh
crypto/openssh/regress/integrity.sh
crypto/openssh/regress/key-options.sh
crypto/openssh/regress/keygen-change.sh
crypto/openssh/regress/keyscan.sh
crypto/openssh/regress/keytype.sh
crypto/openssh/regress/localcommand.sh
crypto/openssh/regress/login-timeout.sh
crypto/openssh/regress/misc/fuzz-harness/Makefile
crypto/openssh/regress/misc/fuzz-harness/README
crypto/openssh/regress/misc/fuzz-harness/pubkey_fuzz.cc
crypto/openssh/regress/misc/fuzz-harness/sig_fuzz.cc
crypto/openssh/regress/misc/kexfuzz/Makefile
crypto/openssh/regress/misc/kexfuzz/kexfuzz.c
crypto/openssh/regress/multiplex.sh
crypto/openssh/regress/principals-command.sh
crypto/openssh/regress/proto-mismatch.sh
crypto/openssh/regress/proto-version.sh
crypto/openssh/regress/proxy-connect.sh
crypto/openssh/regress/putty-ciphers.sh
crypto/openssh/regress/putty-transfer.sh
crypto/openssh/regress/reconfigure.sh
crypto/openssh/regress/reexec.sh
crypto/openssh/regress/ssh-com.sh
crypto/openssh/regress/stderr-after-eof.sh
crypto/openssh/regress/stderr-data.sh
crypto/openssh/regress/test-exec.sh
crypto/openssh/regress/transfer.sh
crypto/openssh/regress/try-ciphers.sh
crypto/openssh/regress/unittests/Makefile.inc
crypto/openssh/regress/unittests/hostkeys/mktestdata.sh
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
crypto/openssh/regress/unittests/hostkeys/testdata/known_hosts
crypto/openssh/regress/unittests/sshkey/mktestdata.sh
crypto/openssh/regress/unittests/sshkey/test_file.c
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
crypto/openssh/regress/yes-head.sh
crypto/openssh/sandbox-seccomp-filter.c
crypto/openssh/sandbox-solaris.c
crypto/openssh/scp.1
crypto/openssh/scp.c
crypto/openssh/servconf.c
crypto/openssh/servconf.h
crypto/openssh/serverloop.c
crypto/openssh/serverloop.h
crypto/openssh/session.c
crypto/openssh/session.h
crypto/openssh/sftp-client.c
crypto/openssh/sftp-common.c
crypto/openssh/sftp-server.c
crypto/openssh/sftp.1
crypto/openssh/sftp.c
crypto/openssh/ssh-add.1
crypto/openssh/ssh-add.c
crypto/openssh/ssh-agent.c
crypto/openssh/ssh-gss.h
crypto/openssh/ssh-keygen.1
crypto/openssh/ssh-keygen.c
crypto/openssh/ssh-keyscan.1
crypto/openssh/ssh-keyscan.c
crypto/openssh/ssh-pkcs11-client.c
crypto/openssh/ssh-pkcs11-helper.c
crypto/openssh/ssh-pkcs11.c
crypto/openssh/ssh-rsa.c
crypto/openssh/ssh.1
crypto/openssh/ssh.c
crypto/openssh/ssh.h
crypto/openssh/ssh_api.c
crypto/openssh/ssh_config
crypto/openssh/ssh_config.5
crypto/openssh/ssh_namespace.h
crypto/openssh/sshbuf-getput-basic.c
crypto/openssh/sshbuf.c
crypto/openssh/sshbuf.h
crypto/openssh/sshconnect.c
crypto/openssh/sshconnect.h
crypto/openssh/sshconnect2.c
crypto/openssh/sshd.8
crypto/openssh/sshd.c
crypto/openssh/sshd_config
crypto/openssh/sshd_config.5
crypto/openssh/ssherr.c
crypto/openssh/ssherr.h
crypto/openssh/sshkey.c
crypto/openssh/sshkey.h
crypto/openssh/ttymodes.c
crypto/openssh/ttymodes.h
crypto/openssh/umac.c
crypto/openssh/utf8.c
crypto/openssh/version.h
crypto/openssh/xmalloc.c
crypto/openssh/xmalloc.h
secure/lib/libssh/Makefile
secure/usr.bin/ssh/Makefile