[openssh-commits] [openssh] branch master updated (0767627c -> bfe19197)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jul 2 15:53:54 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 0767627c wrap get_random_bytes_prngd() in ifdef
new f841fc9c Fix ifdefs around get_random_bytes_prngd.
new c73b02d9 upstream: Remove references to ChallengeResponseAuthentication in
new bfe19197 Remove now-unused SSHv1 enums.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit bfe19197a92b7916f64a121fbd3c179abf15e218
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Jul 2 15:43:28 2021 +1000
Remove now-unused SSHv1 enums.
sRhostsRSAAuthentication and sRSAAuthentication are protocol 1 options
and are no longer used.
commit c73b02d92d72458a5312bd098f32ce88868fd131
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Jul 2 05:11:20 2021 +0000
upstream: Remove references to ChallengeResponseAuthentication in
favour of KbdInteractiveAuthentication. The former is what was in SSHv1, the
latter is what is in SSHv2 (RFC4256) and they were treated as somewhat but
not entirely equivalent. We retain the old name as deprecated alias so
config files continue to work and a reference in the man page for people
looking for it.
Prompted by bz#3303 which pointed out the discrepancy between the two
when used with Match. Man page help & ok jmc@, with & ok djm@
OpenBSD-Commit-ID: 2c1bff8e5c9852cfcdab1f3ea94dfef5a22f3b7e
commit f841fc9c8c7568a3b5d84a4cc0cefacb7dbc16b9
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Jul 2 15:20:32 2021 +1000
Fix ifdefs around get_random_bytes_prngd.
get_random_bytes_prngd() is used if either of PRNGD_PORT or PRNGD_SOCKET
are defined, so adjust ifdef accordingly.
Summary of changes:
openbsd-compat/port-prngd.c | 4 ++--
readconf.c | 18 +++++-------------
servconf.c | 18 ++++--------------
sshd_config | 4 ++--
sshd_config.5 | 20 ++++++++------------
5 files changed, 21 insertions(+), 43 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list