[openssh-commits] [openssh] branch master updated (6b9cd095 -> bbc9c18e)
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Dec 7 21:24:02 AEDT 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 6b9cd095 Remove ancient RHL 6.x config in RPM spec.
new 4389a792 upstream: sync -o option lists with ssh.1; requested jmc@
new 54888103 upstream: ignore SIGPIPE here; some downstreams have had this for
new 41ab0cce upstream: clarify encoding of options/extensions; bz2389
new 9a9ffee6 upstream: support VersionAddendum in the client, mirroring the
new 85f0c1e7 upstream: allow glob(3) patterns for sshd_config AuthorizedKeysFile
new 5a6ddf94 upstream: add infrastructure for ratelimited logging; feedback/ok
new bbc9c18e upstream: replace bespoke logging of MaxSessions enforcement with
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit bbc9c18e84de29c83fa03e69290979fcca54a2b2
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat Dec 7 10:12:19 2024 +0000
upstream: replace bespoke logging of MaxSessions enforcement with
new ratelimited logging infrastructure.
Add ratelimits to logging of connections dropped by PerSourcePenalties
ok dtucker
OpenBSD-Commit-ID: f22fe7c39607e4361aadf95e33773ffd68c59489
commit 5a6ddf946cf105189c2c99a04f86ce95edc55fc5
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat Dec 7 10:05:36 2024 +0000
upstream: add infrastructure for ratelimited logging; feedback/ok
dtucker
OpenBSD-Commit-ID: 18a83e5ac09d59aaf1e834fd6b796db89dd842e7
commit 85f0c1e75e8f6c5d83b8070918ee2f6ab16d403e
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Dec 6 16:24:27 2024 +0000
upstream: allow glob(3) patterns for sshd_config AuthorizedKeysFile
and AuthorizedPrincipalsFile directives; bz2755 ok dtucker
OpenBSD-Commit-ID: 3e3e05a17fca39bba78b993a07b44664519adf7f
commit 9a9ffee6e10bcd039f1f9385599577441ebe542a
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Dec 6 16:21:48 2024 +0000
upstream: support VersionAddendum in the client, mirroring the
option of the same name in the server; bz2745 ok dtucker@
OpenBSD-Commit-ID: 6ff7905b3f9806649bde750515786553fb89cdf4
commit 41ab0ccecd68232e196efae5e224b31ca104c423
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Dec 6 16:02:12 2024 +0000
upstream: clarify encoding of options/extensions; bz2389
OpenBSD-Commit-ID: c4e92356d44dfe6d0a4416deecb33d1d1eba016c
commit 5488810359f0fd91e2f7b919c70a3798e46376cb
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Dec 6 15:17:15 2024 +0000
upstream: ignore SIGPIPE here; some downstreams have had this for
years...
OpenBSD-Commit-ID: 73674ee4f8ceb8fc9cb8de71d8ddea0c721eb035
commit 4389a792d9078212366eba124a3eed36e009d09e
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Dec 6 15:12:56 2024 +0000
upstream: sync -o option lists with ssh.1; requested jmc@
OpenBSD-Commit-ID: a7ac295b444da7b2ca7a33a52370594f6897f6bb
Summary of changes:
PROTOCOL.certkeys | 15 +++--
auth2-pubkey.c | 86 ++++++++++++++++++++++-----
log.c | 170 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
log.h | 26 ++++++++-
readconf.c | 28 ++++++++-
readconf.h | 4 +-
scp.1 | 59 +++++++++++++++----
sftp.1 | 59 +++++++++++++++----
ssh-keyscan.c | 3 +-
ssh.c | 9 ++-
ssh_config.5 | 12 +++-
sshconnect.c | 5 +-
sshd.c | 76 +++++++++++-------------
sshd_config.5 | 8 +--
14 files changed, 462 insertions(+), 98 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list