[openssh-commits] [openssh] branch master updated (492d70e1 -> 1a14c131)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Oct 29 13:54: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 492d70e1 upstream: Minor man page fixes (capitalization, commas) identified by
new 33267fea Remove checks for strict POSIX mkdtemp()
new a575cf44 session.c: use "denylist" terminology
new 815209ab upstream: UpdateHostkeys: fixed/better detection of host keys that
new 1a14c131 upstream: whitespace; no code change
The 4 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 1a14c13147618144d1798c36a588397ba9008fcc
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Oct 29 02:52:43 2020 +0000
upstream: whitespace; no code change
OpenBSD-Commit-ID: efefc1c47e880887bdee8cd2127ca93177eaad79
commit 815209abfdd2991fb92ad7d2e33374916cdcbcf4
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Oct 29 02:47:23 2020 +0000
upstream: UpdateHostkeys: fixed/better detection of host keys that
exist under other names and addresses; spotted by and debugged with lots of
help from jca@
OpenBSD-Commit-ID: 5113d7f550bbd48243db1705afbf16b63792d4b7
commit a575cf44e59a65506c67bddb62a712208a7a279c
Author: Duncan Eastoe <duncan.eastoe at att.com>
Date: Wed Oct 21 10:11:10 2020 +0100
session.c: use "denylist" terminology
Follow upstream (6d755706a0059eb9e2d63517f288b75cbc3b4701) language
improvements in this portable-specific code.
commit 33267feaffd5d98aa56d2f0b3a99ec352effe938
Author: Damien Miller <djm at mindrot.org>
Date: Tue Oct 27 16:46:31 2020 +1100
Remove checks for strict POSIX mkdtemp()
We needed a mkdtemp() that accepted template paths that did not
end in XXXXXX a long time ago for KRB4, but that code is long
deprecated. We no longer need to replace mkdtemp() for strictly
following POSIX. ok dtucker@
Summary of changes:
authfd.c | 4 ++--
clientloop.c | 25 ++++++++++++++++---------
configure.ac | 28 ----------------------------
digest-openssl.c | 10 +++++-----
mux.c | 6 +++---
openbsd-compat/mktemp.c | 4 ++--
openbsd-compat/openbsd-compat.h | 2 +-
session.c | 20 ++++++++++----------
sftp.c | 4 ++--
ssh-keygen.c | 4 ++--
sshconnect2.c | 6 +++---
11 files changed, 46 insertions(+), 67 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list