]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFH (r263712): upgrade openssh to 6.6p1
authordes <des@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 12 Apr 2014 20:22:59 +0000 (20:22 +0000)
committerdes <des@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 12 Apr 2014 20:22:59 +0000 (20:22 +0000)
commit14d6de820dd8a773b8457807398f61469f6d76a6
tree1869bb83deee7739b988ace790deca83cd513254
parent1fbf20034443695b6e12ec90d663027c74fdb024
MFH (r263712): upgrade openssh to 6.6p1
MFH (r264308): restore p level in debugging output

git-svn-id: svn://svn.freebsd.org/base/stable/10@264377 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
125 files changed:
crypto/openssh/ChangeLog
crypto/openssh/Makefile.in
crypto/openssh/README
crypto/openssh/auth-rsa.c
crypto/openssh/auth.h
crypto/openssh/auth1.c
crypto/openssh/auth2-chall.c
crypto/openssh/auth2-gss.c
crypto/openssh/auth2-jpake.c [deleted file]
crypto/openssh/auth2-passwd.c
crypto/openssh/auth2.c
crypto/openssh/authfd.c
crypto/openssh/authfile.c
crypto/openssh/bufaux.c
crypto/openssh/bufbn.c
crypto/openssh/bufec.c
crypto/openssh/buffer.c
crypto/openssh/canohost.c
crypto/openssh/channels.c
crypto/openssh/cipher-3des1.c
crypto/openssh/cipher-chachapoly.c
crypto/openssh/cipher.c
crypto/openssh/clientloop.c
crypto/openssh/config.h
crypto/openssh/config.h.in
crypto/openssh/configure
crypto/openssh/configure.ac
crypto/openssh/contrib/caldera/openssh.spec
crypto/openssh/contrib/redhat/openssh.spec
crypto/openssh/contrib/suse/openssh.spec
crypto/openssh/digest-libc.c [new file with mode: 0644]
crypto/openssh/digest-openssl.c [moved from crypto/openssh/digest.c with 87% similarity]
crypto/openssh/digest.h
crypto/openssh/gss-serv.c
crypto/openssh/hmac.c [new file with mode: 0644]
crypto/openssh/hmac.h [new file with mode: 0644]
crypto/openssh/hostfile.c
crypto/openssh/jpake.c [deleted file]
crypto/openssh/jpake.h [deleted file]
crypto/openssh/kex.c
crypto/openssh/kex.h
crypto/openssh/kexc25519.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/krl.c
crypto/openssh/mac.c
crypto/openssh/moduli.0
crypto/openssh/monitor.c
crypto/openssh/monitor.h
crypto/openssh/monitor_wrap.c
crypto/openssh/monitor_wrap.h
crypto/openssh/openbsd-compat/Makefile.in
crypto/openssh/openbsd-compat/bsd-poll.c
crypto/openssh/openbsd-compat/explicit_bzero.c [new file with mode: 0644]
crypto/openssh/openbsd-compat/openbsd-compat.h
crypto/openssh/openbsd-compat/openssl-compat.c
crypto/openssh/openbsd-compat/openssl-compat.h
crypto/openssh/packet.c
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/agent.sh
crypto/openssh/regress/cert-hostkey.sh
crypto/openssh/regress/dhgex.sh [new file with mode: 0755]
crypto/openssh/regress/host-expand.sh
crypto/openssh/regress/login-timeout.sh
crypto/openssh/regress/scp-ssh-wrapper.sh
crypto/openssh/regress/scp.sh
crypto/openssh/regress/setuid-allowed.c
crypto/openssh/regress/sftp-chroot.sh
crypto/openssh/rsa.c
crypto/openssh/sandbox-capsicum.c
crypto/openssh/sandbox-seccomp-filter.c
crypto/openssh/sandbox-systrace.c
crypto/openssh/schnorr.h [deleted file]
crypto/openssh/scp.0
crypto/openssh/servconf.c
crypto/openssh/servconf.h
crypto/openssh/serverloop.c
crypto/openssh/session.c
crypto/openssh/sftp-client.c
crypto/openssh/sftp-server.0
crypto/openssh/sftp.0
crypto/openssh/ssh-add.0
crypto/openssh/ssh-add.c
crypto/openssh/ssh-agent.0
crypto/openssh/ssh-agent.c
crypto/openssh/ssh-dss.c
crypto/openssh/ssh-ecdsa.c
crypto/openssh/ssh-ed25519.c
crypto/openssh/ssh-gss.h
crypto/openssh/ssh-keygen.0
crypto/openssh/ssh-keygen.1
crypto/openssh/ssh-keygen.c
crypto/openssh/ssh-keyscan.0
crypto/openssh/ssh-keyscan.1
crypto/openssh/ssh-keysign.0
crypto/openssh/ssh-pkcs11-helper.0
crypto/openssh/ssh-rsa.c
crypto/openssh/ssh.0
crypto/openssh/ssh.c
crypto/openssh/ssh2.h
crypto/openssh/ssh_config
crypto/openssh/ssh_config.0
crypto/openssh/ssh_config.5
crypto/openssh/ssh_namespace.h
crypto/openssh/sshconnect.c
crypto/openssh/sshconnect1.c
crypto/openssh/sshconnect2.c
crypto/openssh/sshd.0
crypto/openssh/sshd.c
crypto/openssh/sshd_config
crypto/openssh/sshd_config.0
crypto/openssh/sshd_config.5
crypto/openssh/sshlogin.c
crypto/openssh/version.h
secure/lib/libssh/Makefile
secure/usr.sbin/sshd/Makefile