[openssh-commits] [openssh] branch master updated (cfe243cd -> 4de80ff4)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jun 13 08:36:45 AEST 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from cfe243cd upstream: reap preauth net child if it hangs up during privsep message
new 06ab4c69 upstream: do not mark up "(default: 20ms)";
new 4de80ff4 upstream: split PerSourcePenalties address tracking. Previously it
The 2 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 4de80ff4e6fab5a6bb0028e7d57c6c23d1485adb
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Jun 12 22:36:00 2024 +0000
upstream: split PerSourcePenalties address tracking. Previously it
used one shared table and overflow policy for IPv4 and IPv6 addresses, now it
will use separate tables and optionally different overflow policies.
This prevents misbehaviour from IPv6 addresses (which are vastly easier
to obtain many of) from affecting IPv4 connections and may allow for
stricter overflow policies.
ok deraadt@
OpenBSD-Commit-ID: 12637ed0aa4d5f1f3e702da42ea967cbd8bfdfd9
commit 06ab4c6931b0aaa4334db2faaa7e1069e76d0df6
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Tue Jun 11 05:24:39 2024 +0000
upstream: do not mark up "(default: 20ms)";
OpenBSD-Commit-ID: 54151ecdecfa1b67dcdda4fd24826ef6e2148ad4
Summary of changes:
servconf.c | 42 +++++++++++----
servconf.h | 6 ++-
srclimit.c | 170 ++++++++++++++++++++++++++++++++++++++--------------------
sshd_config.5 | 25 ++++++---
4 files changed, 167 insertions(+), 76 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list