]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r357926: Upgrade to OpenSSH 7.9p1.
authorEd Maste <emaste@FreeBSD.org>
Sat, 25 Apr 2020 15:38:48 +0000 (15:38 +0000)
committerEd Maste <emaste@FreeBSD.org>
Sat, 25 Apr 2020 15:38:48 +0000 (15:38 +0000)
commit7ef62633487140273237eb4479279c104a839b4b
tree9a7416f683f14b4ee546f7cdaf081937aa823969
parent2652e7963df3e6dec37644d3dc1d6e6ebc0869c3
MFC r357926: Upgrade to OpenSSH 7.9p1.

Sponsored by: The FreeBSD Foundation
81 files changed:
crypto/openssh/.depend
crypto/openssh/.skipped-commit-ids
crypto/openssh/ChangeLog
crypto/openssh/Makefile.in
crypto/openssh/PROTOCOL
crypto/openssh/PROTOCOL.krl
crypto/openssh/PROTOCOL.mux
crypto/openssh/README
crypto/openssh/auth-options.c
crypto/openssh/auth-passwd.c
crypto/openssh/auth.c
crypto/openssh/auth2-hostbased.c
crypto/openssh/auth2-pubkey.c
crypto/openssh/authfile.c
crypto/openssh/channels.c
crypto/openssh/channels.h
crypto/openssh/clientloop.c
crypto/openssh/configure.ac
crypto/openssh/contrib/redhat/openssh.spec
crypto/openssh/contrib/suse/openssh.spec
crypto/openssh/dh.c
crypto/openssh/groupaccess.c
crypto/openssh/kexgexs.c
crypto/openssh/krl.c
crypto/openssh/krl.h
crypto/openssh/misc.c
crypto/openssh/misc.h
crypto/openssh/moduli
crypto/openssh/mux.c
crypto/openssh/myproposal.h
crypto/openssh/nchan.c
crypto/openssh/openbsd-compat/bsd-asprintf.c
crypto/openssh/openbsd-compat/bsd-misc.c
crypto/openssh/openbsd-compat/openssl-compat.c
crypto/openssh/openbsd-compat/port-linux.c
crypto/openssh/openbsd-compat/port-uw.c
crypto/openssh/openbsd-compat/setproctitle.c
crypto/openssh/openbsd-compat/xcrypt.c
crypto/openssh/readconf.c
crypto/openssh/readconf.h
crypto/openssh/regress/README.regress
crypto/openssh/regress/krl.sh
crypto/openssh/regress/misc/fuzz-harness/Makefile
crypto/openssh/regress/misc/fuzz-harness/authopt_fuzz.cc [new file with mode: 0644]
crypto/openssh/regress/unittests/sshkey/common.c
crypto/openssh/regress/unittests/sshkey/mktestdata.sh
crypto/openssh/regress/unittests/sshkey/test_file.c
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
crypto/openssh/regress/unittests/sshkey/testdata/rsa_1_sha1 [new file with mode: 0644]
crypto/openssh/regress/unittests/sshkey/testdata/rsa_1_sha1-cert.pub [new file with mode: 0644]
crypto/openssh/regress/unittests/sshkey/testdata/rsa_1_sha1.pub [new file with mode: 0644]
crypto/openssh/regress/unittests/sshkey/testdata/rsa_1_sha512 [new file with mode: 0644]
crypto/openssh/regress/unittests/sshkey/testdata/rsa_1_sha512-cert.pub [new file with mode: 0644]
crypto/openssh/regress/unittests/sshkey/testdata/rsa_1_sha512.pub [new file with mode: 0644]
crypto/openssh/regress/unittests/test_helper/fuzz.c
crypto/openssh/regress/unittests/test_helper/test_helper.c
crypto/openssh/sandbox-seccomp-filter.c
crypto/openssh/scp.1
crypto/openssh/servconf.c
crypto/openssh/servconf.h
crypto/openssh/session.c
crypto/openssh/session.h
crypto/openssh/sftp-common.c
crypto/openssh/sftp.1
crypto/openssh/sftp.c
crypto/openssh/ssh-add.c
crypto/openssh/ssh-keygen.1
crypto/openssh/ssh-keygen.c
crypto/openssh/ssh.1
crypto/openssh/ssh.c
crypto/openssh/ssh_config
crypto/openssh/ssh_config.5
crypto/openssh/ssh_namespace.h
crypto/openssh/sshconnect.c
crypto/openssh/sshconnect2.c
crypto/openssh/sshd.c
crypto/openssh/sshd_config
crypto/openssh/sshd_config.5
crypto/openssh/sshkey.c
crypto/openssh/sshkey.h
crypto/openssh/version.h