git: sshd(8): Add back custom auth passwd routine.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Wed Apr 24 10:17:44 PDT 2019
commit 4a1ac62bb5d7392fd6305e93850de57407b334e6
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Fri Apr 19 13:18:48 2019 +0300
sshd(8): Add back custom auth passwd routine.
The OpenSSH misdetects crypt() availability in libcrypt and uses
DES_crypt() that is not compatible.
Summary of changes:
usr.sbin/sshd/Makefile | 4 ++
.../sshd/auth-passwd-custom.c | 50 +++++++++++++++++++---
2 files changed, 49 insertions(+), 5 deletions(-)
copy lib/librecrypto/CRYPTO_free.c => usr.sbin/sshd/auth-passwd-custom.c (54%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4a1ac62bb5d7392fd6305e93850de57407b334e6
--
DragonFly BSD source repository
More information about the Commits
mailing list