[openssh-commits] [openssh] branch master updated (4f29309c -> 20d53ac2)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jan 23 16:49:56 AEDT 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 4f29309c unbreak fuzz harness
new 25aae35d upstream commit
new ec77efee upstream commit
new ec4a9831 upstream commit
new b0d34132 upstream commit
new 25cf9105 upstream commit
new 04214b30 upstream commit
new a69bbb07 upstream commit
new d6364f6f upstream commit
new fc21ea97 upstream commit
new 9e9c4a7e upstream commit
new 7c77991f upstream commit
new 14b5c635 upstream commit
new 552ea155 one SSH_BUG_BANNER instance that got away
new 20d53ac2 rebuild depends
The 14 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 20d53ac283e1c60245ea464bdedd015ed9b38f4a
Author: Damien Miller <djm at mindrot.org>
Date: Tue Jan 23 16:49:43 2018 +1100
rebuild depends
commit 552ea155be44f9c439c1f9f0c38f9e593428f838
Author: Damien Miller <djm at mindrot.org>
Date: Tue Jan 23 16:49:22 2018 +1100
one SSH_BUG_BANNER instance that got away
commit 14b5c635d1190633b23ac3372379517fb645b0c2
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Jan 23 05:27:21 2018 +0000
upstream commit
Drop compatibility hacks for some ancient SSH
implementations, including ssh.com <=2.* and OpenSSH <= 3.*.
These versions were all released in or before 2001 and predate the
final SSH RFCs. The hacks in question aren't necessary for RFC-
compliant SSH implementations.
ok markus@
OpenBSD-Commit-ID: 4be81c67db57647f907f4e881fb9341448606138
commit 7c77991f5de5d8475cbeb7cbb06d0c7d1611d7bb
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Jan 23 05:17:04 2018 +0000
upstream commit
try harder to preserve errno during
ssh_connect_direct() to make the final error message possibly accurate;
bz#2814, ok dtucker@
OpenBSD-Commit-ID: 57de882cb47381c319b04499fef845dd0c2b46ca
commit 9e9c4a7e57b96ab29fe6d7545ed09d2e5bddbdec
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Jan 23 05:12:12 2018 +0000
upstream commit
unbreak support for clients that advertise a protocol
version of "1.99" (indicating both v2 and v1 support). Busted by me during
SSHv1 purge in r1.358; bz2810, ok dtucker
OpenBSD-Commit-ID: e8f9c2bee11afc16c872bb79d6abe9c555bd0e4b
commit fc21ea97968264ad9bb86b13fedaaec8fd3bf97d
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Jan 23 05:06:25 2018 +0000
upstream commit
don't attempt to force hostnames that are addresses to
lowercase, but instead canonicalise them through getnameinfo/getaddrinfo to
remove ambiguities (e.g. ::0001 => ::1) before they are matched against
known_hosts; bz#2763, ok dtucker@
OpenBSD-Commit-ID: ba0863ff087e61e5c65efdbe53be3cb92c9aefa0
commit d6364f6fb1a3d753d7ca9bf15b2adce961324513
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Jan 23 05:01:15 2018 +0000
upstream commit
avoid modifying pw->pw_passwd; let endpwent() clean up
for us, but keep a scrubbed copy; bz2777, ok dtucker@
OpenBSD-Commit-ID: 715afc0f59c6b82c4929a73279199ed241ce0752
commit a69bbb07cd6fb4dfb9bdcacd370ab26d0a2b4215
Author: naddy at openbsd.org <naddy at openbsd.org>
Date: Sat Jan 13 00:24:09 2018 +0000
upstream commit
clarify authorship; prodded by and ok markus@
OpenBSD-Commit-ID: e1938eee58c89b064befdabe232835fa83bb378c
commit 04214b30be3d3e73a01584db4e040d5ccbaaddd4
Author: markus at openbsd.org <markus at openbsd.org>
Date: Mon Jan 8 15:37:21 2018 +0000
upstream commit
group shared source files (e.g. SRCS_KEX) and allow
compilation w/o OPENSSL ok djm@
OpenBSD-Commit-ID: fa728823ba21c4b45212750e1d3a4b2086fd1a62
commit 25cf9105b849932fc3b141590c009e704f2eeba6
Author: markus at openbsd.org <markus at openbsd.org>
Date: Mon Jan 8 15:21:49 2018 +0000
upstream commit
move subprocess() so scp/sftp do not need uidswap.o; ok
djm@
OpenBSD-Commit-ID: 6601b8360388542c2e5fef0f4085f8e54750bea8
commit b0d34132b3ca26fe94013f01d7b92101e70b68bb
Author: markus at openbsd.org <markus at openbsd.org>
Date: Mon Jan 8 15:18:46 2018 +0000
upstream commit
switch ssh-pkcs11-helper to new API; ok djm@
OpenBSD-Commit-ID: e0c0ed2a568e25b1d2024f3e630f3fea837c2a42
commit ec4a9831184c0c6ed5f7f0cfff01ede5455465a3
Author: markus at openbsd.org <markus at openbsd.org>
Date: Mon Jan 8 15:15:36 2018 +0000
upstream commit
split client/server kex; only ssh-keygen needs
uuencode.o; only scp/sftp use progressmeter.o; ok djm@
OpenBSD-Commit-ID: f2c9feb26963615c4fece921906cf72e248b61ee
commit ec77efeea06ac62ee1d76fe0b3225f3000775a9e
Author: markus at openbsd.org <markus at openbsd.org>
Date: Mon Jan 8 15:15:17 2018 +0000
upstream commit
only ssh-keygen needs uuencode.o; only scp/sftp use
progressmeter.o
OpenBSD-Commit-ID: a337e886a49f96701ccbc4832bed086a68abfa85
commit 25aae35d3d6ee86a8c4c0b1896acafc1eab30172
Author: markus at openbsd.org <markus at openbsd.org>
Date: Mon Jan 8 15:14:44 2018 +0000
upstream commit
uuencode.h is not used
OpenBSD-Commit-ID: 238eb4659f3c119904326b9e94a5e507a912796c
Summary of changes:
.depend | 6 +-
.skipped-commit-ids | 3 +
auth.c | 155 +++++++++++++++++++++++++++++++++++++++++++-
auth.h | 8 ++-
auth2-hostbased.c | 8 +--
auth2-pubkey.c | 47 +++-----------
auth2.c | 7 +-
authfd.c | 4 +-
channels.c | 45 +++++--------
clientloop.c | 15 ++---
compat.c | 71 ++------------------
compat.h | 28 ++++----
hash.c | 6 +-
kex.c | 8 +--
misc.c | 154 +------------------------------------------
misc.h | 8 +--
monitor.c | 21 +++---
monitor_wrap.c | 3 +-
serverloop.c | 8 +--
ssh-agent.c | 4 +-
ssh-dss.c | 81 +++++++++--------------
ssh-pkcs11-helper.c | 183 ++++++++++++++++++++++++++++++----------------------
ssh.c | 90 ++++++++++++++++++++------
sshconnect.c | 20 +++---
sshconnect2.c | 55 +++-------------
sshd.c | 12 +---
26 files changed, 474 insertions(+), 576 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list