[openssh-commits] [openssh] branch master updated (17a54a03 -> 6830be90)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Apr 28 13:26:40 AEST 2017
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 17a54a03 Fix typo in "socketcall".
new 91bd2181 upstream commit
new e13aad66 upstream commit
new 68d3a2a0 upstream commit
new 06643718 upstream commit
new 6830be90 upstream commit
The 5 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 6830be90e71f46bcd182a9202b151eaf2b299434
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Apr 28 03:24:53 2017 +0000
upstream commit
include key fingerprint in "Offering public key" debug
message
Upstream-ID: 964749f820c2ed4cf6a866268b1a05e907315c52
commit 066437187e16dcafcbc19f9402ef0e6575899b1d
Author: millert at openbsd.org <millert at openbsd.org>
Date: Fri Apr 28 03:21:12 2017 +0000
upstream commit
Avoid relying on implementation-specific behavior when
detecting whether the timestamp or file size overflowed. If time_t and off_t
are not either 32-bit or 64-bit scp will exit with an error. OK djm@
Upstream-ID: f31caae73ddab6df496b7bbbf7da431e267ad135
commit 68d3a2a059183ebd83b15e54984ffaced04d2742
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Apr 28 03:20:27 2017 +0000
upstream commit
Add SyslogFacility option to ssh(1) matching the
equivalent option in sshd(8). bz#2705, patch from erahn at arista.com, ok
djm@
Upstream-ID: d5115c2c0193ceb056ed857813b2a7222abda9ed
commit e13aad66e73a14b062d13aee4e98f1e21a3f6a14
Author: jsg at openbsd.org <jsg at openbsd.org>
Date: Thu Apr 27 13:40:05 2017 +0000
upstream commit
remove a static array unused since rev 1.306 spotted by
clang ok djm@
Upstream-ID: 249b3eed2446f6074ba2219ccc46919dd235a7b8
commit 91bd2181866659f00714903e78e1c3edd4c45f3d
Author: millert at openbsd.org <millert at openbsd.org>
Date: Thu Apr 27 11:53:12 2017 +0000
upstream commit
Avoid potential signed int overflow when parsing the file
size. Use strtoul() instead of parsing manually. OK djm@
Upstream-ID: 1f82640861c7d905bbb05e7d935d46b0419ced02
Summary of changes:
readconf.c | 20 ++++++++++++++++++--
readconf.h | 3 ++-
scp.c | 28 ++++++++++++++++++++--------
servconf.c | 9 +--------
ssh.c | 11 +++++++----
ssh_config.5 | 10 ++++++++--
sshconnect2.c | 15 ++++++++++++---
7 files changed, 68 insertions(+), 28 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list