]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of OpenSSH 6.7p1.
authordes <des@FreeBSD.org>
Mon, 5 Jan 2015 16:09:55 +0000 (16:09 +0000)
committerdes <des@FreeBSD.org>
Mon, 5 Jan 2015 16:09:55 +0000 (16:09 +0000)
commit64c731d52472fb486558425128009691392e0bef
tree1bbed0bec45f927ff35eedaf91618215ccbf5fb7
parent53f498cc9d8f52b83fafd5824b675a3c5c37414f
Vendor import of OpenSSH 6.7p1.
283 files changed:
ChangeLog
INSTALL
Makefile.in
PROTOCOL
README
auth-bsdauth.c
auth-chall.c
auth-krb5.c
auth-options.c
auth-passwd.c
auth-rh-rsa.c
auth-rhosts.c
auth-rsa.c
auth.c
auth.h
auth1.c
auth2-chall.c
auth2-gss.c
auth2-hostbased.c
auth2-kbdint.c
auth2-none.c
auth2-passwd.c
auth2-pubkey.c
auth2.c
authfd.c
authfile.c
authfile.h
bufaux.c
bufbn.c
bufec.c
buffer.c
buffer.h
canohost.c
chacha.h
channels.c
channels.h
cipher-3des1.c
cipher-aesctr.c [new file with mode: 0644]
cipher-aesctr.h [new file with mode: 0644]
cipher-chachapoly.c
cipher-chachapoly.h
cipher.c
cipher.h
clientloop.c
compat.c
compat.h
config.h.in
configure
configure.ac
contrib/caldera/openssh.spec
contrib/cygwin/README
contrib/cygwin/ssh-host-config
contrib/redhat/openssh.spec
contrib/suse/openssh.spec
defines.h
digest-libc.c
digest-openssl.c
digest.h
dns.c
dns.h
entropy.c
gss-serv-krb5.c
gss-serv.c
hmac.h
hostfile.c
kex.c
kex.h
kexc25519.c
key.c
key.h
krl.c
mac.c
misc.c
misc.h
moduli.0
monitor.c
monitor_fdpass.c
monitor_wrap.c
mux.c
myproposal.h
openbsd-compat/Makefile.in
openbsd-compat/arc4random.c
openbsd-compat/bsd-cygwin_util.c
openbsd-compat/bsd-cygwin_util.h
openbsd-compat/bsd-snprintf.c
openbsd-compat/explicit_bzero.c
openbsd-compat/kludge-fd_set.c [new file with mode: 0644]
openbsd-compat/openbsd-compat.h
openbsd-compat/openssl-compat.c
openbsd-compat/openssl-compat.h
openbsd-compat/port-uw.c
openbsd-compat/regress/Makefile.in
openbsd-compat/regress/opensslvertest.c [new file with mode: 0644]
opensshd.init.in
packet.c
packet.h
platform.c
poly1305.h
readconf.c
readconf.h
regress/Makefile
regress/connect-privsep.sh
regress/dhgex.sh
regress/forwarding.sh
regress/integrity.sh
regress/kextype.sh
regress/krl.sh
regress/login-timeout.sh
regress/multiplex.sh
regress/proxy-connect.sh
regress/rekey.sh
regress/test-exec.sh
regress/try-ciphers.sh
regress/unittests/Makefile [new file with mode: 0644]
regress/unittests/Makefile.inc [new file with mode: 0644]
regress/unittests/sshbuf/Makefile [new file with mode: 0644]
regress/unittests/sshbuf/test_sshbuf.c [new file with mode: 0644]
regress/unittests/sshbuf/test_sshbuf_fixed.c [new file with mode: 0644]
regress/unittests/sshbuf/test_sshbuf_fuzz.c [new file with mode: 0644]
regress/unittests/sshbuf/test_sshbuf_getput_basic.c [new file with mode: 0644]
regress/unittests/sshbuf/test_sshbuf_getput_crypto.c [new file with mode: 0644]
regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c [new file with mode: 0644]
regress/unittests/sshbuf/test_sshbuf_misc.c [new file with mode: 0644]
regress/unittests/sshbuf/tests.c [new file with mode: 0644]
regress/unittests/sshkey/Makefile [new file with mode: 0644]
regress/unittests/sshkey/common.c [new file with mode: 0644]
regress/unittests/sshkey/common.h [new file with mode: 0644]
regress/unittests/sshkey/mktestdata.sh [new file with mode: 0755]
regress/unittests/sshkey/test_file.c [new file with mode: 0644]
regress/unittests/sshkey/test_fuzz.c [new file with mode: 0644]
regress/unittests/sshkey/test_sshkey.c [new file with mode: 0644]
regress/unittests/sshkey/testdata/dsa_1 [new file with mode: 0644]
regress/unittests/sshkey/testdata/dsa_1-cert.fp [new file with mode: 0644]
regress/unittests/sshkey/testdata/dsa_1-cert.pub [new file with mode: 0644]
regress/unittests/sshkey/testdata/dsa_1.fp [new file with mode: 0644]
regress/unittests/sshkey/testdata/dsa_1.fp.bb [new file with mode: 0644]
regress/unittests/sshkey/testdata/dsa_1.param.g [new file with mode: 0644]
regress/unittests/sshkey/testdata/dsa_1.param.priv [new file with mode: 0644]
regress/unittests/sshkey/testdata/dsa_1.param.pub [new file with mode: 0644]
regress/unittests/sshkey/testdata/dsa_1.pub [new file with mode: 0644]
regress/unittests/sshkey/testdata/dsa_1_pw [new file with mode: 0644]
regress/unittests/sshkey/testdata/dsa_2 [new file with mode: 0644]
regress/unittests/sshkey/testdata/dsa_2.fp [new file with mode: 0644]
regress/unittests/sshkey/testdata/dsa_2.fp.bb [new file with mode: 0644]
regress/unittests/sshkey/testdata/dsa_2.pub [new file with mode: 0644]
regress/unittests/sshkey/testdata/dsa_n [new file with mode: 0644]
regress/unittests/sshkey/testdata/dsa_n_pw [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_1 [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_1-cert.fp [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_1-cert.pub [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_1.fp [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_1.fp.bb [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_1.param.curve [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_1.param.priv [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_1.param.pub [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_1.pub [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_1_pw [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_2 [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_2.fp [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_2.fp.bb [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_2.param.curve [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_2.param.priv [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_2.param.pub [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_2.pub [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_n [new file with mode: 0644]
regress/unittests/sshkey/testdata/ecdsa_n_pw [new file with mode: 0644]
regress/unittests/sshkey/testdata/ed25519_1 [new file with mode: 0644]
regress/unittests/sshkey/testdata/ed25519_1-cert.fp [new file with mode: 0644]
regress/unittests/sshkey/testdata/ed25519_1-cert.pub [new file with mode: 0644]
regress/unittests/sshkey/testdata/ed25519_1.fp [new file with mode: 0644]
regress/unittests/sshkey/testdata/ed25519_1.fp.bb [new file with mode: 0644]
regress/unittests/sshkey/testdata/ed25519_1.pub [new file with mode: 0644]
regress/unittests/sshkey/testdata/ed25519_1_pw [new file with mode: 0644]
regress/unittests/sshkey/testdata/ed25519_2 [new file with mode: 0644]
regress/unittests/sshkey/testdata/ed25519_2.fp [new file with mode: 0644]
regress/unittests/sshkey/testdata/ed25519_2.fp.bb [new file with mode: 0644]
regress/unittests/sshkey/testdata/ed25519_2.pub [new file with mode: 0644]
regress/unittests/sshkey/testdata/pw [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa1_1 [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa1_1.fp [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa1_1.fp.bb [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa1_1.param.n [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa1_1.pub [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa1_1_pw [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa1_2 [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa1_2.fp [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa1_2.fp.bb [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa1_2.param.n [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa1_2.pub [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_1 [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_1-cert.fp [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_1-cert.pub [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_1.fp [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_1.fp.bb [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_1.param.n [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_1.param.p [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_1.param.q [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_1.pub [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_1_pw [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_2 [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_2.fp [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_2.fp.bb [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_2.param.n [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_2.param.p [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_2.param.q [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_2.pub [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_n [new file with mode: 0644]
regress/unittests/sshkey/testdata/rsa_n_pw [new file with mode: 0644]
regress/unittests/sshkey/tests.c [new file with mode: 0644]
regress/unittests/test_helper/Makefile [new file with mode: 0644]
regress/unittests/test_helper/fuzz.c [new file with mode: 0644]
regress/unittests/test_helper/test_helper.c [new file with mode: 0644]
regress/unittests/test_helper/test_helper.h [new file with mode: 0644]
rijndael.c
rijndael.h
roaming_client.c
rsa.c
rsa.h
sandbox-seccomp-filter.c
sandbox-systrace.c
scp.0
scp.1
scp.c
servconf.c
servconf.h
serverloop.c
session.c
sftp-client.c
sftp-client.h
sftp-server.0
sftp-server.8
sftp-server.c
sftp.0
sftp.1
sftp.c
ssh-add.0
ssh-add.c
ssh-agent.0
ssh-agent.1
ssh-agent.c
ssh-dss.c
ssh-ecdsa.c
ssh-ed25519.c
ssh-keygen.0
ssh-keygen.1
ssh-keygen.c
ssh-keyscan.0
ssh-keyscan.1
ssh-keyscan.c
ssh-keysign.0
ssh-keysign.c
ssh-pkcs11-client.c
ssh-pkcs11-helper.0
ssh-pkcs11-helper.c
ssh-pkcs11.c
ssh-pkcs11.h
ssh-rsa.c
ssh.0
ssh.1
ssh.c
ssh_config.0
ssh_config.5
sshbuf-getput-basic.c [new file with mode: 0644]
sshbuf-getput-crypto.c [new file with mode: 0644]
sshbuf-misc.c [new file with mode: 0644]
sshbuf.c [new file with mode: 0644]
sshbuf.h [new file with mode: 0644]
sshconnect.c
sshconnect1.c
sshconnect2.c
sshd.0
sshd.8
sshd.c
sshd_config.0
sshd_config.5
ssherr.c [new file with mode: 0644]
ssherr.h [new file with mode: 0644]
sshkey.c [new file with mode: 0644]
sshkey.h [new file with mode: 0644]
sshlogin.c
sshpty.c
umac.c
version.h