[openssh-commits] [openssh] branch master updated (e545d94b -> 95b0bcfd)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Oct 14 11:57:17 AEDT 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from e545d94b shift contents of long $() into filter_ids()
new a336ce8c upstream: Zap unused family parameter from ssh_connect_direct()
new 95b0bcfd upstream: make UpdateHostkeys still more conservative: refuse to
The 2 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 95b0bcfd1531d59e056ae8af27bb741391f26ab0
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Oct 14 00:55:17 2020 +0000
upstream: make UpdateHostkeys still more conservative: refuse to
proceed if one of the keys offered by the server is already in known_hosts
under another name. This avoid collisions between address entries for
different host aliases when CheckHostIP=yes
Also, do not attempt to fix known_hosts with incomplete host/ip matches
when there are no new or deprecated hostkeys.
OpenBSD-Commit-ID: 95c19842f7c41f9bd9c92aa6441a278c0fd0c4a3
commit a336ce8c2c55547cc00e0070a18c55f30bb53fb6
Author: kn at openbsd.org <kn at openbsd.org>
Date: Mon Oct 12 08:36:36 2020 +0000
upstream: Zap unused family parameter from ssh_connect_direct()
sshconnect.c r1.241 from 2013 made it unused; found while reading code.
OK djm
OpenBSD-Commit-ID: 219ba6d7f9925d0b7992918612680399d86712b5
Summary of changes:
clientloop.c | 114 +++++++++++++++++++++++++++++++++++++++--------------------
ssh.c | 4 +--
sshconnect.c | 10 +++---
sshconnect.h | 4 +--
4 files changed, 85 insertions(+), 47 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list