git: Remove most local modifications from OpenSSH.
Peter Avalos
pavalos at crater.dragonflybsd.org
Thu Aug 4 03:30:32 PDT 2016
commit f0ea6a7a164d1e1add5907937994265e906d96a3
Author: Peter Avalos <pavalos at dragonflybsd.org>
Date: Wed Aug 3 18:25:04 2016 -0700
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.
Summary of changes:
crypto/openssh/HPN-README | 129 ----------
crypto/openssh/README.DRAGONFLY | 2 -
crypto/openssh/auth2.c | 36 ---
crypto/openssh/channels.c | 72 +-----
crypto/openssh/channels.h | 9 +-
crypto/openssh/cipher-ctr-mt.c | 507 ----------------------------------------
crypto/openssh/cipher.c | 43 +---
crypto/openssh/cipher.h | 7 +-
crypto/openssh/clientloop.c | 24 +-
crypto/openssh/compat.c | 9 -
crypto/openssh/compat.h | 1 -
crypto/openssh/kex.c | 32 +--
crypto/openssh/kex.h | 2 -
crypto/openssh/loginrec.c | 4 +-
crypto/openssh/myproposal.h | 2 -
crypto/openssh/packet.c | 60 +----
crypto/openssh/packet.h | 11 +-
crypto/openssh/progressmeter.c | 22 +-
crypto/openssh/readconf.c | 97 +-------
crypto/openssh/readconf.h | 7 -
crypto/openssh/scp.c | 4 +-
crypto/openssh/servconf.c | 83 +------
crypto/openssh/servconf.h | 5 -
crypto/openssh/serverloop.c | 39 +---
crypto/openssh/session.c | 65 +-----
crypto/openssh/sftp.1 | 3 +-
crypto/openssh/sftp.c | 2 +-
crypto/openssh/ssh.c | 87 +------
crypto/openssh/ssh_config | 5 +-
crypto/openssh/ssh_config.5 | 7 +-
crypto/openssh/sshconnect.c | 41 +---
crypto/openssh/sshconnect2.c | 50 +---
crypto/openssh/sshd.c | 58 +----
crypto/openssh/sshd_config | 39 +---
crypto/openssh/sshd_config.5 | 6 +-
crypto/openssh/sshlogin.c | 1 -
crypto/openssh/version.h | 3 -
secure/lib/libssh/Makefile | 2 +-
38 files changed, 87 insertions(+), 1489 deletions(-)
delete mode 100644 crypto/openssh/HPN-README
delete mode 100644 crypto/openssh/cipher-ctr-mt.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f0ea6a7a164d1e1add5907937994265e906d96a3
--
DragonFly BSD source repository
More information about the Commits
mailing list