Remove most local modifications from OpenSSH.
authorPeter Avalos <pavalos@dragonflybsd.org>
Thu, 4 Aug 2016 01:25:04 +0000 (18:25 -0700)
committerPeter Avalos <pavalos@dragonflybsd.org>
Thu, 4 Aug 2016 07:27:21 +0000 (00:27 -0700)
commitf0ea6a7a164d1e1add5907937994265e906d96a3
treedaa5ee86b1ba89e6400f044f80539613bae31ef7
parent9e8e4b87262119daa92d87c50a4a8e1c9ecb61a8
Remove most local modifications from OpenSSH.

This primarily removes the HPN patches. It's become too cumbersome to
maintain these patches as demonstrated by the fact that we haven't
updated OpenSSH in quite some time. If people want additional
functionality in their OpenSSH, it's available in dports
(security/openssh).

Instead of just silently ignoring removed options in people's
configurations, I decided to treat these as errors so that the admin
will need to decide to remove it from their configuration or install the
dport to get the functionality back.
38 files changed:
crypto/openssh/HPN-README [deleted file]
crypto/openssh/README.DRAGONFLY
crypto/openssh/auth2.c
crypto/openssh/channels.c
crypto/openssh/channels.h
crypto/openssh/cipher-ctr-mt.c [deleted file]
crypto/openssh/cipher.c
crypto/openssh/cipher.h
crypto/openssh/clientloop.c
crypto/openssh/compat.c
crypto/openssh/compat.h
crypto/openssh/kex.c
crypto/openssh/kex.h
crypto/openssh/loginrec.c
crypto/openssh/myproposal.h
crypto/openssh/packet.c
crypto/openssh/packet.h
crypto/openssh/progressmeter.c
crypto/openssh/readconf.c
crypto/openssh/readconf.h
crypto/openssh/scp.c
crypto/openssh/servconf.c
crypto/openssh/servconf.h
crypto/openssh/serverloop.c
crypto/openssh/session.c
crypto/openssh/sftp.1
crypto/openssh/sftp.c
crypto/openssh/ssh.c
crypto/openssh/ssh_config
crypto/openssh/ssh_config.5
crypto/openssh/sshconnect.c
crypto/openssh/sshconnect2.c
crypto/openssh/sshd.c
crypto/openssh/sshd_config
crypto/openssh/sshd_config.5
crypto/openssh/sshlogin.c
crypto/openssh/version.h
secure/lib/libssh/Makefile