[openssh-commits] [openssh] branch master updated (94f59dcf -> 38d69fee)
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Mar 2 22:08:00 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 94f59dcf Rebuild config files if Makefile changes.
new bd30cf78 upstream: Allow %-token and environment variable expansion in User,
new 65d2c596 upstream: Make a copy of the user when handling ssh -l, so that
new c94138d0 upstream: whitespace
new 38d69fee include __builtin_popcount replacement function
The 4 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 38d69fee1b06948f160d94abd07b6b297630d30a
Author: Damien Miller <djm at mindrot.org>
Date: Sun Mar 2 22:06:53 2025 +1100
include __builtin_popcount replacement function
Some systems/compilers lack __builtin_popcount(), so replace it as
necessary. Reported by Dennis Clarke; ok dtucker@
commit c94138d02a45dda5015f38f5a60b0bdde29019c1
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sun Mar 2 11:03:13 2025 +0000
upstream: whitespace
OpenBSD-Commit-ID: 1bd8953a37451ef7e0991f9fceec5e8005fe986a
commit 65d2c59628e68e166046efa69e76c1d395a8df6e
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Sun Mar 2 07:02:49 2025 +0000
upstream: Make a copy of the user when handling ssh -l, so that
later during User token expansion we don't end up freeing a member of argv.
Spotted by anton@'s regress tests.
OpenBSD-Commit-ID: 2f671a4f5726b66d123b88b1fdd1a90581339955
commit bd30cf784d6e825ef71592fb723c41d4f2fd407b
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Sat Mar 1 06:11:26 2025 +0000
upstream: Allow %-token and environment variable expansion in User,
with the exception of %r and %C which are self-referential. Requested in
bz#3477, ok djm@, man page improvements jmc@
OpenBSD-Commit-ID: caeb46251ee073662f6f5864c6f7b92d8ac80fa8
Summary of changes:
configure.ac | 13 +++++++++++++
libcrux_mlkem768_sha3.h | 8 ++++++--
mlkem768.sh | 10 +++++++++-
ssh.c | 25 ++++++++++++++++++++-----
ssh_config.5 | 13 +++++++++++--
sshconnect.h | 14 +++++++++-----
6 files changed, 68 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list