]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
Pull in OpenSSH 6.1 from head.
authordes <des@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 1 Mar 2013 02:06:04 +0000 (02:06 +0000)
committerdes <des@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 1 Mar 2013 02:06:04 +0000 (02:06 +0000)
commitbc37917f01b7199a589545ea2cdcdf448fad5802
tree14b22a472e5823d58350a00f0333260a88e9104b
parentbb1da2bd7c86b438e8132e93e2a427689b28e4c5
Pull in OpenSSH 6.1 from head.

Although ECC-based algorithms are now supported, the order of preference
has been changed so that RSA and DSA are still the preferred algorithms.

git-svn-id: svn://svn.freebsd.org/base/stable/8@247521 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
197 files changed:
crypto/openssh/ChangeLog
crypto/openssh/INSTALL
crypto/openssh/LICENCE
crypto/openssh/PROTOCOL
crypto/openssh/PROTOCOL.agent
crypto/openssh/PROTOCOL.certkeys
crypto/openssh/PROTOCOL.mux
crypto/openssh/README
crypto/openssh/WARNING.RNG [deleted file]
crypto/openssh/aclocal.m4
crypto/openssh/addrmatch.c
crypto/openssh/atomicio.c
crypto/openssh/atomicio.h
crypto/openssh/audit-bsm.c
crypto/openssh/audit-linux.c [new file with mode: 0644]
crypto/openssh/audit.c
crypto/openssh/audit.h
crypto/openssh/auth-krb5.c
crypto/openssh/auth-options.c
crypto/openssh/auth-options.h
crypto/openssh/auth-pam.c
crypto/openssh/auth-passwd.c
crypto/openssh/auth-rsa.c
crypto/openssh/auth-skey.c
crypto/openssh/auth.c
crypto/openssh/auth.h
crypto/openssh/auth1.c
crypto/openssh/auth2-gss.c
crypto/openssh/auth2-hostbased.c
crypto/openssh/auth2-jpake.c
crypto/openssh/auth2-none.c
crypto/openssh/auth2-pubkey.c
crypto/openssh/auth2.c
crypto/openssh/authfd.c
crypto/openssh/authfile.c
crypto/openssh/authfile.h
crypto/openssh/bufaux.c
crypto/openssh/bufec.c [new file with mode: 0644]
crypto/openssh/buffer.h
crypto/openssh/canohost.c
crypto/openssh/channels.c
crypto/openssh/channels.h
crypto/openssh/cipher-3des1.c
crypto/openssh/cipher-acss.c
crypto/openssh/cipher-aes.c
crypto/openssh/cipher-bf1.c
crypto/openssh/cipher-ctr.c
crypto/openssh/clientloop.c
crypto/openssh/clientloop.h
crypto/openssh/compat.c
crypto/openssh/compat.h
crypto/openssh/compress.c
crypto/openssh/config.guess
crypto/openssh/config.h
crypto/openssh/config.h.in
crypto/openssh/defines.h
crypto/openssh/dh.c
crypto/openssh/dns.c
crypto/openssh/dns.h
crypto/openssh/entropy.c
crypto/openssh/entropy.h
crypto/openssh/gss-serv.c
crypto/openssh/hostfile.c
crypto/openssh/hostfile.h
crypto/openssh/includes.h
crypto/openssh/jpake.c
crypto/openssh/kex.c
crypto/openssh/kex.h
crypto/openssh/kexdhc.c
crypto/openssh/kexdhs.c
crypto/openssh/kexecdh.c [new file with mode: 0644]
crypto/openssh/kexecdhc.c [new file with mode: 0644]
crypto/openssh/kexecdhs.c [new file with mode: 0644]
crypto/openssh/kexgexc.c
crypto/openssh/kexgexs.c
crypto/openssh/key.c
crypto/openssh/key.h
crypto/openssh/log.c
crypto/openssh/log.h
crypto/openssh/loginrec.c
crypto/openssh/loginrec.h
crypto/openssh/logintest.c
crypto/openssh/mac.c
crypto/openssh/misc.c
crypto/openssh/misc.h
crypto/openssh/moduli
crypto/openssh/moduli.5
crypto/openssh/moduli.c
crypto/openssh/monitor.c
crypto/openssh/monitor.h
crypto/openssh/monitor_wrap.c
crypto/openssh/monitor_wrap.h
crypto/openssh/mux.c
crypto/openssh/myproposal.h
crypto/openssh/openbsd-compat/bindresvport.c
crypto/openssh/openbsd-compat/bsd-arc4random.c
crypto/openssh/openbsd-compat/bsd-cygwin_util.c
crypto/openssh/openbsd-compat/bsd-cygwin_util.h
crypto/openssh/openbsd-compat/bsd-misc.c
crypto/openssh/openbsd-compat/bsd-misc.h
crypto/openssh/openbsd-compat/charclass.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/getcwd.c
crypto/openssh/openbsd-compat/getgrouplist.c
crypto/openssh/openbsd-compat/getrrsetbyname.c
crypto/openssh/openbsd-compat/glob.c
crypto/openssh/openbsd-compat/glob.h
crypto/openssh/openbsd-compat/inet_ntop.c
crypto/openssh/openbsd-compat/mktemp.c
crypto/openssh/openbsd-compat/openbsd-compat.h
crypto/openssh/openbsd-compat/openssl-compat.c
crypto/openssh/openbsd-compat/openssl-compat.h
crypto/openssh/openbsd-compat/port-linux.c
crypto/openssh/openbsd-compat/port-linux.h
crypto/openssh/openbsd-compat/port-solaris.c
crypto/openssh/openbsd-compat/port-solaris.h
crypto/openssh/openbsd-compat/port-tun.c
crypto/openssh/openbsd-compat/port-uw.c
crypto/openssh/openbsd-compat/setenv.c
crypto/openssh/openbsd-compat/sha2.c [changed mode: 0755->0644]
crypto/openssh/openbsd-compat/sha2.h [changed mode: 0755->0644]
crypto/openssh/openbsd-compat/strlcpy.c
crypto/openssh/openbsd-compat/strptime.c [new file with mode: 0644]
crypto/openssh/openbsd-compat/timingsafe_bcmp.c [new file with mode: 0644]
crypto/openssh/packet.c
crypto/openssh/packet.h
crypto/openssh/pathnames.h
crypto/openssh/platform.c
crypto/openssh/platform.h
crypto/openssh/readconf.c
crypto/openssh/readconf.h
crypto/openssh/readpass.c
crypto/openssh/roaming.h
crypto/openssh/roaming_client.c
crypto/openssh/roaming_common.c
crypto/openssh/sandbox-darwin.c [new file with mode: 0644]
crypto/openssh/sandbox-null.c [new file with mode: 0644]
crypto/openssh/sandbox-rlimit.c [new file with mode: 0644]
crypto/openssh/sandbox-systrace.c [new file with mode: 0644]
crypto/openssh/schnorr.c
crypto/openssh/scp.1
crypto/openssh/scp.c
crypto/openssh/servconf.c
crypto/openssh/servconf.h
crypto/openssh/serverloop.c
crypto/openssh/session.c
crypto/openssh/sftp-client.c
crypto/openssh/sftp-client.h
crypto/openssh/sftp-glob.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.1
crypto/openssh/ssh-agent.c
crypto/openssh/ssh-dss.c
crypto/openssh/ssh-ecdsa.c [new file with mode: 0644]
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.0 [deleted file]
crypto/openssh/ssh-pkcs11-helper.c
crypto/openssh/ssh-pkcs11.c
crypto/openssh/ssh-rand-helper.8 [deleted file]
crypto/openssh/ssh-rand-helper.c [deleted file]
crypto/openssh/ssh-rsa.c
crypto/openssh/ssh-sandbox.h [new file with mode: 0644]
crypto/openssh/ssh.1
crypto/openssh/ssh.c
crypto/openssh/ssh.h
crypto/openssh/ssh2.h
crypto/openssh/ssh_config
crypto/openssh/ssh_config.5
crypto/openssh/ssh_namespace.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/sshlogin.c
crypto/openssh/umac.c
crypto/openssh/uuencode.c
crypto/openssh/uuencode.h
crypto/openssh/version.c [deleted file]
crypto/openssh/version.h
etc/rc.d/sshd
secure/lib/libssh/Makefile
secure/usr.bin/ssh/Makefile
secure/usr.sbin/sshd/Makefile
share/mk/bsd.own.mk
tools/build/options/WITH_OPENSSH_NONE_CIPHER [new file with mode: 0644]