]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Upgrade to OpenSSH 7.2p2.
authordes <des@FreeBSD.org>
Fri, 11 Mar 2016 00:15:29 +0000 (00:15 +0000)
committerdes <des@FreeBSD.org>
Fri, 11 Mar 2016 00:15:29 +0000 (00:15 +0000)
commitbb6f58c772c321121b8148fe7726de90f90e1dec
tree755a41a3dcaa10393f1e0d17469bd517b8a0989a
parent0e0b4ac1f05aada737d7d2280ab40c6b06016981
parent9169dee5c46ff1d9dfce5c97590347e20a54c84e
Upgrade to OpenSSH 7.2p2.
149 files changed:
crypto/openssh/ChangeLog
crypto/openssh/Makefile.in
crypto/openssh/README
crypto/openssh/README.platform
crypto/openssh/auth-bsdauth.c
crypto/openssh/auth-krb5.c
crypto/openssh/auth-options.c
crypto/openssh/auth-pam.c
crypto/openssh/auth.h
crypto/openssh/auth2-pubkey.c
crypto/openssh/authfd.c
crypto/openssh/authfd.h
crypto/openssh/authfile.c
crypto/openssh/channels.c
crypto/openssh/cipher.c
crypto/openssh/clientloop.c
crypto/openssh/clientloop.h
crypto/openssh/config.h
crypto/openssh/configure.ac
crypto/openssh/contrib/redhat/openssh.spec
crypto/openssh/contrib/ssh-copy-id
crypto/openssh/contrib/ssh-copy-id.1
crypto/openssh/contrib/suse/openssh.spec
crypto/openssh/defines.h
crypto/openssh/dh.h
crypto/openssh/includes.h
crypto/openssh/kex.c
crypto/openssh/kex.h
crypto/openssh/kexc25519s.c
crypto/openssh/kexdhs.c
crypto/openssh/kexecdhs.c
crypto/openssh/kexgexs.c
crypto/openssh/key.c
crypto/openssh/key.h
crypto/openssh/krl.c
crypto/openssh/krl.h
crypto/openssh/loginrec.c
crypto/openssh/misc.c
crypto/openssh/monitor.c
crypto/openssh/monitor_wrap.c
crypto/openssh/monitor_wrap.h
crypto/openssh/mux.c
crypto/openssh/myproposal.h
crypto/openssh/opacket.c
crypto/openssh/opacket.h
crypto/openssh/openbsd-compat/bsd-misc.c
crypto/openssh/openbsd-compat/bsd-misc.h
crypto/openssh/openbsd-compat/bsd-poll.h
crypto/openssh/openbsd-compat/glob.c
crypto/openssh/openbsd-compat/glob.h
crypto/openssh/openbsd-compat/openbsd-compat.h
crypto/openssh/openbsd-compat/port-solaris.c
crypto/openssh/openbsd-compat/port-solaris.h
crypto/openssh/openbsd-compat/realpath.c
crypto/openssh/packet.c
crypto/openssh/packet.h
crypto/openssh/platform-pledge.c
crypto/openssh/platform.h
crypto/openssh/readconf.c
crypto/openssh/readconf.h
crypto/openssh/readpass.c
crypto/openssh/regress/Makefile
crypto/openssh/regress/agent-ptrace.sh
crypto/openssh/regress/cert-file.sh
crypto/openssh/regress/check-perm.c
crypto/openssh/regress/dhgex.sh
crypto/openssh/regress/hostkey-rotate.sh
crypto/openssh/regress/keys-command.sh
crypto/openssh/regress/keyscan.sh
crypto/openssh/regress/limit-keytype.sh
crypto/openssh/regress/principals-command.sh
crypto/openssh/regress/proxy-connect.sh
crypto/openssh/regress/rekey.sh
crypto/openssh/regress/setuid-allowed.c
crypto/openssh/regress/sftp-chroot.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/roaming.h
crypto/openssh/sandbox-pledge.c
crypto/openssh/sandbox-seccomp-filter.c
crypto/openssh/sandbox-solaris.c
crypto/openssh/sandbox-systrace.c
crypto/openssh/scp.1
crypto/openssh/scp.c
crypto/openssh/servconf.c
crypto/openssh/serverloop.c
crypto/openssh/session.c
crypto/openssh/sftp-client.c
crypto/openssh/sftp-client.h
crypto/openssh/sftp-server-main.c
crypto/openssh/sftp-server.c
crypto/openssh/sftp.1
crypto/openssh/sftp.c
crypto/openssh/ssh-add.c
crypto/openssh/ssh-agent.1
crypto/openssh/ssh-agent.c
crypto/openssh/ssh-dss.c
crypto/openssh/ssh-ecdsa.c
crypto/openssh/ssh-keygen.1
crypto/openssh/ssh-keygen.c
crypto/openssh/ssh-keyscan.1
crypto/openssh/ssh-keyscan.c
crypto/openssh/ssh-keysign.8
crypto/openssh/ssh-keysign.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/ssh2.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/sshconnect1.c
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/sshkey.c
crypto/openssh/sshkey.h
crypto/openssh/sshlogin.c
crypto/openssh/uidswap.c
crypto/openssh/version.h
crypto/openssh/xmalloc.c
crypto/openssh/xmalloc.h
lib/libpam/modules/pam_ssh/Makefile
secure/lib/libssh/Makefile
secure/libexec/sftp-server/Makefile
secure/libexec/ssh-keysign/Makefile
secure/libexec/ssh-pkcs11-helper/Makefile
secure/usr.bin/scp/Makefile
secure/usr.bin/sftp/Makefile
secure/usr.bin/ssh-add/Makefile
secure/usr.bin/ssh-agent/Makefile
secure/usr.bin/ssh-keygen/Makefile
secure/usr.bin/ssh-keyscan/Makefile
secure/usr.bin/ssh/Makefile
secure/usr.sbin/sshd/Makefile