]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/commit
MFS (r296781):
authordes <des@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Mar 2016 13:05:13 +0000 (13:05 +0000)
committerdes <des@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Mar 2016 13:05:13 +0000 (13:05 +0000)
commit0afaf69fd315babe4c650acaf1183ea6f985fcc0
tree953c18ea1e163d5ebd4b0d153b6378646ff41808
parentce3a98601405bd4b5a5f183ba671792ff8022752
MFS (r296781):
  MFH (r296633): upgrade to 7.2p2 (fixes xauth command injection bug)
  MFH (r296634): re-add aes-cbc to server-side default cipher list
  MFH (r296651, r296657): fix gcc build of pam_ssh

PR: 207679
Security: CVE-2016-3115
Approved by: re (marius)

git-svn-id: svn://svn.freebsd.org/base/releng/10.3@296853 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
155 files changed:
crypto/openssh/ChangeLog
crypto/openssh/FREEBSD-upgrade
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 [new file with mode: 0644]
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 [new file with mode: 0755]
crypto/openssh/regress/check-perm.c [new file with mode: 0644]
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/roaming_client.c [deleted file]
crypto/openssh/roaming_common.c [deleted file]
crypto/openssh/roaming_dummy.c [deleted file]
crypto/openssh/roaming_serv.c [deleted file]
crypto/openssh/sandbox-pledge.c [new file with mode: 0644]
crypto/openssh/sandbox-seccomp-filter.c
crypto/openssh/sandbox-solaris.c [new file with mode: 0644]
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
lib/libpam/modules/pam_ssh/pam_ssh.c
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