git: openssh: Adjustments after import
Antonio Huete Jimenez
tuxillo at crater.dragonflybsd.org
Mon Nov 28 10:38:31 PST 2022
commit 2c81fb9c483cc2c8f293c3c199fac04d266b4e1b
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
Date: Mon Nov 28 19:30:10 2022 +0100
openssh: Adjustments after import
- Adjust README.DELETED and README.DRAGONFLY
- Update openbsd-compat
- Regen config.h , adjusting several defines manually because the
configure script seems to not detect everything correctly.
- Add some required source files to SRCS in various programs.
Basic testing done:
- sshd runs and works, i.e. accepts incoming connections, allows different
auth methods (interactive, key).
- X-Forwarding works.
- Can ssh to other OSes.
Summary of changes:
crypto/openssh/README.DELETED | 3 +
crypto/openssh/README.DRAGONFLY | 8 +-
lib/libssh/config.h | 99 +++++---
lib/libssh/openbsd-compat/bcrypt_pbkdf.c | 43 ++--
lib/libssh/openbsd-compat/blf.h | 8 +-
lib/libssh/openbsd-compat/blowfish.c | 8 +-
lib/libssh/openbsd-compat/bsd-misc.c | 387 +++++++++++++++++++++++++++++
lib/libssh/openbsd-compat/bsd-misc.h | 165 ++++++++++++
lib/libssh/openbsd-compat/bsd-signal.c | 1 +
lib/libssh/openbsd-compat/fmt_scaled.c | 32 ++-
lib/libssh/openbsd-compat/glob.h | 3 +-
lib/libssh/openbsd-compat/openbsd-compat.h | 291 +++++++++++++++++++++-
lib/libssh/openbsd-compat/openssl-compat.h | 162 ++++++++++++
lib/libssh/openbsd-compat/port-net.c | 13 +-
lib/libssh/openbsd-compat/sys-queue.h | 359 ++++++++++++--------------
lib/libssh/openbsd-compat/sys-tree.h | 2 +-
lib/libssh/openbsd-compat/xcrypt.c | 17 +-
libexec/ssh-keysign/Makefile | 2 +-
usr.bin/sftp/Makefile | 3 +-
usr.bin/ssh-add/Makefile | 1 +
usr.bin/ssh-keygen/Makefile | 1 +
usr.bin/ssh/Makefile | 4 +-
usr.sbin/sshd/Makefile | 9 +-
23 files changed, 1312 insertions(+), 309 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2c81fb9c483cc2c8f293c3c199fac04d266b4e1b
--
DragonFly BSD source repository
More information about the Commits
mailing list