git: Update files for OpenSSH-6.7p1 import.
Peter Avalos
pavalos at crater.dragonflybsd.org
Sat Jan 24 12:17:41 PST 2015
commit fc35bd50ee7ecada1a04e99d47489bf6a960ff90
Author: Peter Avalos <pavalos at dragonflybsd.org>
Date: Fri Jan 23 21:38:03 2015 -0800
Update files for OpenSSH-6.7p1 import.
This also updates the HPN patch to the most recent, which brings in the
multi-threaded cipher for improved performance.
Summary of changes:
crypto/openssh/HPN-README | 7 +-
crypto/openssh/channels.c | 4 +-
crypto/openssh/channels.h | 4 +-
crypto/openssh/cipher-ctr-mt.c | 507 +++++++++++++
crypto/openssh/cipher.c | 40 +-
crypto/openssh/cipher.h | 7 +-
crypto/openssh/clientloop.c | 4 +-
crypto/openssh/kex.c | 4 +-
crypto/openssh/kex.h | 2 +-
crypto/openssh/openbsd-compat/blowfish.c | 2 +-
crypto/openssh/packet.c | 20 +-
crypto/openssh/packet.h | 11 +-
crypto/openssh/readconf.c | 68 +-
crypto/openssh/readconf.h | 1 +
crypto/openssh/servconf.c | 30 +-
crypto/openssh/serverloop.c | 2 +-
crypto/openssh/ssh.c | 24 +-
crypto/openssh/ssh_namespace.h | 1148 +++++++++++++++++-------------
crypto/openssh/sshconnect.c | 4 +-
crypto/openssh/sshconnect2.c | 22 +-
crypto/openssh/sshd.c | 19 +-
crypto/openssh/umac128.c | 6 +
crypto/openssh/version.h | 5 +-
lib/pam_module/pam_ssh/Makefile | 1 +
secure/Makefile.ssh.common | 6 +-
secure/lib/libssh/Makefile | 29 +-
secure/lib/libssh/config.h | 207 +++++-
secure/lib/libssh/version.c | 61 --
secure/lib/libssh/version.h | 13 -
secure/libexec/sftp-server/Makefile | 2 -
secure/libexec/ssh-keysign/Makefile | 1 +
secure/usr.bin/sftp/Makefile | 2 -
secure/usr.bin/ssh/Makefile | 3 +-
secure/usr.sbin/sshd/Makefile | 7 +-
share/initrd/bin/Makefile | 2 +-
35 files changed, 1568 insertions(+), 707 deletions(-)
create mode 100644 crypto/openssh/cipher-ctr-mt.c
create mode 100644 crypto/openssh/umac128.c
delete mode 100644 secure/lib/libssh/version.c
delete mode 100644 secure/lib/libssh/version.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fc35bd50ee7ecada1a04e99d47489bf6a960ff90
--
DragonFly BSD source repository
More information about the Commits
mailing list