Import OpenSSH-7.3p1.
authorPeter Avalos <pavalos@dragonflybsd.org>
Thu, 4 Aug 2016 06:09:16 +0000 (23:09 -0700)
committerPeter Avalos <pavalos@dragonflybsd.org>
Thu, 4 Aug 2016 08:07:27 +0000 (01:07 -0700)
commite9778795382169f8c6fde18d0565a1acef2cac8b
tree0beb32d29221244a8aae42885d69eb76e19d910b
parent54e479e49d6d6486f5f70a7c20c4f5b07d88dcda
Import OpenSSH-7.3p1.
225 files changed:
crypto/openssh/PROTOCOL
crypto/openssh/PROTOCOL.agent
crypto/openssh/PROTOCOL.certkeys
crypto/openssh/PROTOCOL.chacha20poly1305
crypto/openssh/PROTOCOL.krl
crypto/openssh/PROTOCOL.mux
crypto/openssh/README
crypto/openssh/README.DELETED
crypto/openssh/addrmatch.c
crypto/openssh/atomicio.c
crypto/openssh/auth-bsdauth.c
crypto/openssh/auth-chall.c
crypto/openssh/auth-krb5.c
crypto/openssh/auth-options.c
crypto/openssh/auth-options.h
crypto/openssh/auth-pam.c
crypto/openssh/auth-pam.h
crypto/openssh/auth-passwd.c
crypto/openssh/auth-rh-rsa.c
crypto/openssh/auth-rhosts.c
crypto/openssh/auth-rsa.c
crypto/openssh/auth.c
crypto/openssh/auth.h
crypto/openssh/auth1.c
crypto/openssh/auth2-chall.c
crypto/openssh/auth2-gss.c
crypto/openssh/auth2-hostbased.c
crypto/openssh/auth2-pubkey.c
crypto/openssh/auth2.c
crypto/openssh/authfd.c
crypto/openssh/authfd.h
crypto/openssh/authfile.c
crypto/openssh/authfile.h
crypto/openssh/bitmap.c [new file with mode: 0644]
crypto/openssh/bitmap.h [new file with mode: 0644]
crypto/openssh/bufbn.c
crypto/openssh/buffer.h
crypto/openssh/canohost.c
crypto/openssh/canohost.h
crypto/openssh/channels.c
crypto/openssh/channels.h
crypto/openssh/cipher-3des1.c
crypto/openssh/cipher-bf1.c
crypto/openssh/cipher-chachapoly.c
crypto/openssh/cipher-ctr.c
crypto/openssh/cipher.c
crypto/openssh/cipher.h
crypto/openssh/clientloop.c
crypto/openssh/clientloop.h
crypto/openssh/compat.c
crypto/openssh/compat.h
crypto/openssh/compress.c [deleted file]
crypto/openssh/compress.h [deleted file]
crypto/openssh/deattack.c
crypto/openssh/deattack.h
crypto/openssh/defines.h
crypto/openssh/dh.c
crypto/openssh/dh.h
crypto/openssh/digest-openssl.c
crypto/openssh/digest.h
crypto/openssh/dispatch.c
crypto/openssh/dispatch.h
crypto/openssh/dns.c
crypto/openssh/dns.h
crypto/openssh/entropy.c
crypto/openssh/ge25519.h
crypto/openssh/groupaccess.c
crypto/openssh/gss-genr.c
crypto/openssh/gss-serv.c
crypto/openssh/hmac.c
crypto/openssh/hostfile.c
crypto/openssh/hostfile.h
crypto/openssh/includes.h
crypto/openssh/kex.c
crypto/openssh/kex.h
crypto/openssh/kexc25519.c
crypto/openssh/kexc25519c.c
crypto/openssh/kexc25519s.c
crypto/openssh/kexdh.c
crypto/openssh/kexdhc.c
crypto/openssh/kexdhs.c
crypto/openssh/kexecdh.c
crypto/openssh/kexecdhc.c
crypto/openssh/kexecdhs.c
crypto/openssh/kexgex.c
crypto/openssh/kexgexc.c
crypto/openssh/kexgexs.c
crypto/openssh/key.c
crypto/openssh/key.h
crypto/openssh/krl.c
crypto/openssh/krl.h
crypto/openssh/log.c
crypto/openssh/log.h
crypto/openssh/loginrec.c
crypto/openssh/mac.c
crypto/openssh/mac.h
crypto/openssh/match.c
crypto/openssh/match.h
crypto/openssh/misc.c
crypto/openssh/misc.h
crypto/openssh/moduli
crypto/openssh/moduli.c
crypto/openssh/monitor.c
crypto/openssh/monitor.h
crypto/openssh/monitor_fdpass.c
crypto/openssh/monitor_mm.c
crypto/openssh/monitor_wrap.c
crypto/openssh/monitor_wrap.h
crypto/openssh/msg.c
crypto/openssh/msg.h
crypto/openssh/mux.c
crypto/openssh/myproposal.h
crypto/openssh/opacket.c [new file with mode: 0644]
crypto/openssh/opacket.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/bcrypt_pbkdf.c
crypto/openssh/openbsd-compat/blowfish.c
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/fake-rfc2553.h
crypto/openssh/openbsd-compat/glob.c
crypto/openssh/openbsd-compat/glob.h
crypto/openssh/openbsd-compat/md5.c [new file with mode: 0644]
crypto/openssh/openbsd-compat/md5.h [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/openbsd-compat/port-solaris.h
crypto/openssh/openbsd-compat/port-tun.c
crypto/openssh/openbsd-compat/reallocarray.c [moved from crypto/openssh/roaming_dummy.c with 52% similarity]
crypto/openssh/openbsd-compat/rmd160.c [new file with mode: 0644]
crypto/openssh/openbsd-compat/rmd160.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/sha1.c [new file with mode: 0644]
crypto/openssh/openbsd-compat/sha1.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/sha2.h
crypto/openssh/openbsd-compat/vis.c [new file with mode: 0644]
crypto/openssh/openbsd-compat/vis.h [new file with mode: 0644]
crypto/openssh/packet.c
crypto/openssh/packet.h
crypto/openssh/pathnames.h
crypto/openssh/platform-pledge.c [new file with mode: 0644]
crypto/openssh/platform-tracing.c [copied from crypto/openssh/sftp-server-main.c with 54% similarity]
crypto/openssh/platform.c
crypto/openssh/platform.h
crypto/openssh/progressmeter.c
crypto/openssh/progressmeter.h
crypto/openssh/readconf.c
crypto/openssh/readconf.h
crypto/openssh/readpass.c
crypto/openssh/rijndael.c
crypto/openssh/roaming.h [deleted file]
crypto/openssh/roaming_client.c [deleted file]
crypto/openssh/roaming_common.c [deleted file]
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/session.h
crypto/openssh/sftp-client.c
crypto/openssh/sftp-client.h
crypto/openssh/sftp-common.c
crypto/openssh/sftp-common.h
crypto/openssh/sftp-glob.c
crypto/openssh/sftp-server-main.c
crypto/openssh/sftp-server.8
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
crypto/openssh/ssh-ed25519.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-pkcs11.h
crypto/openssh/ssh-rsa.c
crypto/openssh/ssh.1
crypto/openssh/ssh.c
crypto/openssh/ssh.h
crypto/openssh/ssh1.h
crypto/openssh/ssh2.h
crypto/openssh/ssh_api.c [new file with mode: 0644]
crypto/openssh/ssh_api.h [new file with mode: 0644]
crypto/openssh/ssh_config
crypto/openssh/ssh_config.5
crypto/openssh/sshbuf-getput-basic.c
crypto/openssh/sshbuf-getput-crypto.c
crypto/openssh/sshbuf-misc.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/ssherr.h
crypto/openssh/sshkey.c
crypto/openssh/sshkey.h
crypto/openssh/sshlogin.c
crypto/openssh/sshpty.c
crypto/openssh/ttymodes.c
crypto/openssh/ttymodes.h
crypto/openssh/uidswap.c
crypto/openssh/utf8.c [new file with mode: 0644]
crypto/openssh/utf8.h [moved from crypto/openssh/roaming_serv.c with 62% similarity]
crypto/openssh/uuencode.c
crypto/openssh/version.h
crypto/openssh/xmalloc.c
crypto/openssh/xmalloc.h