[openssh-commits] [openssh] branch master updated (95b0bcfd -> 793b583d)
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Oct 17 00:43:25 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 95b0bcfd upstream: make UpdateHostkeys still more conservative: refuse to
new acadbb34 upstream: use do_log2 instead of function pointers to different log
new 752250ca upstream: revised log infrastructure for OpenSSH
new 793b583d upstream: LogVerbose keyword for ssh and sshd
The 3 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 793b583d097381730adaf6f68bed3c343139a013
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Oct 16 13:26:13 2020 +0000
upstream: LogVerbose keyword for ssh and sshd
Allows forcing maximum debug logging by file/function/line pattern-
lists.
ok markus@
OpenBSD-Commit-ID: c294c25732d1b4fe7e345cb3e044df00531a6356
commit 752250caabda3dd24635503c4cd689b32a650794
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Oct 16 13:24:45 2020 +0000
upstream: revised log infrastructure for OpenSSH
log functions receive function, filename and line number of caller.
We can use this to selectively enable logging via pattern-lists.
ok markus@
OpenBSD-Commit-ID: 51a472610cbe37834ce6ce4a3f0e0b1ccc95a349
commit acadbb3402b70f72f14d9a6930ad41be97c2f9dc
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Oct 16 02:37:12 2020 +0000
upstream: use do_log2 instead of function pointers to different log
functions
OpenBSD-Commit-ID: 88077b826d348c58352a6b394755520f4e484480
Summary of changes:
auth.c | 6 +-
fatal.c | 6 +-
log.c | 185 +++++++++++++++++++++++++++------------------------------
log.h | 59 ++++++++++++------
monitor.c | 15 +++--
monitor_wrap.c | 11 +++-
monitor_wrap.h | 5 +-
readconf.c | 23 ++++++-
readconf.h | 5 +-
servconf.c | 19 +++++-
servconf.h | 5 +-
ssh-keyscan.c | 9 +--
ssh.c | 4 +-
ssh_config.5 | 21 ++++++-
sshconnect2.c | 7 ++-
sshd.c | 7 ++-
sshd_config.5 | 21 ++++++-
17 files changed, 256 insertions(+), 152 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list