[openssh-commits] [openssh] branch master updated (773dda2 -> 44732de)
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Feb 21 09:20:46 AEDT 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 773dda2 repair --without-openssl; broken in refactor
new 13a3941 upstream commit
new 44732de upstream commit
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 44732de06884238049f285f1455b2181baa7dc82
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Feb 20 22:17:21 2015 +0000
upstream commit
UpdateHostKeys fixes:
I accidentally changed the format of the hostkeys at openssh.com messages
last week without changing the extension name, and this has been causing
connection failures for people who are running -current. First reported
by sthen@
s/hostkeys at openssh.com/hostkeys-00 at openssh.com/
Change the name of the proof message too, and reorder it a little.
Also, UpdateHostKeys=ask is incompatible with ControlPersist (no TTY
available to read the response) so disable UpdateHostKeys if it is in
ask mode and ControlPersist is active (and document this)
commit 13a39414d25646f93e6d355521d832a03aaaffe2
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Feb 17 00:14:05 2015 +0000
upstream commit
Regression: I broke logging of public key fingerprints in
1.46. Pointed out by Pontus Lundkvist
Summary of changes:
PROTOCOL | 12 ++++++------
auth2-pubkey.c | 6 +++---
clientloop.c | 23 +++++++++++++----------
monitor.c | 8 ++++----
serverloop.c | 10 +++++-----
ssh.c | 8 +++++++-
ssh_config.5 | 7 +++++--
sshd.c | 4 ++--
8 files changed, 45 insertions(+), 33 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list