[openssh-commits] [openssh] branch master updated (805388d59 -> aef20dfe3)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Sep 15 18:35:00 AEST 2026
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 805388d59 upstream: sftp: don't crash when glob(3) results lack stat information
new 961cc9216 upstream: Fix memory leak on an error path in mkdir_path
new e1d1c9516 upstream: sk-usbhid: preserve UV requirement for resident keys
new aef20dfe3 upstream: Correct handling of DST when converting dates
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 aef20dfe30e68a469911a229b9117e7134766311
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Sep 15 08:31:46 2026 +0000
upstream: Correct handling of DST when converting dates
Timestamps conversion was ignoring Daylight Savings Time (DST) causing
date conversions to be +/-1 hour under some circumstances.
bz4004; from Khush Patel, ok deraadt
OpenBSD-Commit-ID: bd5eb2603c04d4b5072b0e593b137a98ef75b731
commit e1d1c95160f75e50890fad446aa2f89216037a9f
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Sep 15 08:28:26 2026 +0000
upstream: sk-usbhid: preserve UV requirement for resident keys
When loading resident credentials, derive SSH_SK_USER_VERIFICATION_REQD
directly from the credential's credProtect policy.
The previous code only preserved the flag when the authenticator did not
report the uv capability. As a result, UV_REQUIRED credentials downloaded
from authenticators with built-in UV were saved with flags 0x21 instead
of 0x25.
Do not make preservation of the credential policy depend on the
authenticator's current UV capability. Keep compatibility with libfido2
versions without fido_cred_prot().
GHPR701 from Savely Krasovsky
OpenBSD-Commit-ID: ece9e236cdb6a2b7e973fdc266801f65a3feb12e
commit 961cc92164f0a68f93d1c8dfdf12fa807c3ab8ab
Author: job at openbsd.org <job at openbsd.org>
Date: Tue Sep 15 08:26:49 2026 +0000
upstream: Fix memory leak on an error path in mkdir_path
CID 913589
OK djm@
OpenBSD-Commit-ID: 0050b75ec87722e115d33a3d181a3c24175079e5
Summary of changes:
misc.c | 4 +++-
sk-usbhid.c | 15 ++++++---------
2 files changed, 9 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list