[openssh-commits] [openssh] branch master updated (b7dc1d95e -> f4e79a4ba)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Dec 5 19:19:47 AEDT 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from b7dc1d95e upstream: Add test for ssh -Oconninfo mux command.
new f45cd249e upstream: Add convtime_double() that converts a string interval,
new c48de35be upstream: convert PerSourcePenalties to using floating point time,
new f4e79a4ba upstream: unit tests for convtime_double()
The 3 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 f4e79a4ba91cf0fd7397846424d1b261f3648708
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Dec 5 07:43:24 2025 +0000
upstream: unit tests for convtime_double()
OpenBSD-Regress-ID: d3ba7b894019b4128845d638c78fca37b3b6eecf
commit c48de35bea389308428cb47b5ee55b1b1fb4567c
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Dec 5 07:49:45 2025 +0000
upstream: convert PerSourcePenalties to using floating point time,
allowing penalties to be less than a second. This is useful if you need to
penalise things you expect to occur at >=1 QPS.
feedback dtucker / deraadt; ok deraadt@
OpenBSD-Commit-ID: 89198be755722131b45a52d22d548e4c602201f0
commit f45cd249e45a15c84bf1316ac719039d04a74e84
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Dec 5 07:43:12 2025 +0000
upstream: Add convtime_double() that converts a string interval,
such as "3w2d4h5m10.5s", into a floating point number of seconds.
Reimplement the existing convtime() function using convtime_double()
(it just drops the fractional seconds)
lots of feedback deraadt@ / dtucker@; ok deraadt@
OpenBSD-Commit-ID: 053cdd0c72325a20efc6613caa847473fb89e36f
Summary of changes:
misc.c | 136 +++++++++++++++++++--------------
misc.h | 4 +-
regress/unittests/misc/test_convtime.c | 37 ++++++++-
servconf.c | 92 ++++++++++++----------
servconf.h | 16 ++--
srclimit.c | 36 +++++----
6 files changed, 197 insertions(+), 124 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list