[openssh-commits] [openssh] branch master updated (140bae1df -> e18983d03)
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat May 24 17:23:50 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 140bae1df auth-pam: Check the user didn't change during PAM transaction
new d0245389b ssh-keygen changes were fixup'ed into single commit.
new 3de011ef7 upstream: Plug leak of startup_pollfd in debug and child paths.
new e3c58113e upstream: add a start_ssh_agent() function that sets up an agent
new 484563ec7 upstream: use start_ssh_agent() to ensure we get logging
new a26091ecd upstream: add some verbosity
new f8967045a upstream: Null out keys between test runs.
new e18983d03 Remove progressmeter.o from libssh.a.
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 e18983d03ab969e2f12485d5c0ee61e6d745a649
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sat May 24 17:20:57 2025 +1000
Remove progressmeter.o from libssh.a.
It's now explicitly included by the binaries that need it (scp & sftp).
bz#3810, patch from jlduran at gmail.com
commit f8967045ad9d588bc11426642070bf8549065e62
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Sat May 24 06:50:28 2025 +0000
upstream: Null out keys between test runs.
BENCH_START and BENCH_FINISH are actually a while() loop in disguise,
so if sshkey_generate does not reset the key pointer on failure the test
may incorrectly pass. It also confuses Coverity (CID 551234).
OpenBSD-Regress-ID: bf4d32079fc6df6dce1f26c2025f4ed492f13936
commit a26091ecdb2a3d72b77baf3c253e676a3c835a24
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat May 24 04:41:12 2025 +0000
upstream: add some verbosity
OpenBSD-Regress-ID: 11c86cda4435b5f9ab6172c4742b95899666c977
commit 484563ec70e30472ab4484d49bca9a83771d785c
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat May 24 04:41:03 2025 +0000
upstream: use start_ssh_agent() to ensure we get logging
add some verbosity
OpenBSD-Regress-ID: a89bf64696b9fb1b91be318e6b8940c9ab21c616
commit e3c58113ebb3397b252ff26e0e94f726b7db7a8a
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat May 24 04:40:37 2025 +0000
upstream: add a start_ssh_agent() function that sets up an agent
with logging
OpenBSD-Regress-ID: 7f9f30f9c64acbd4b418a5e1a19140cc988071a8
commit 3de011ef7a761751afe28ac7ef97fe330d784595
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Sat May 24 06:43:37 2025 +0000
upstream: Plug leak of startup_pollfd in debug and child paths.
Coverity CID 405024, ok djm@
OpenBSD-Commit-ID: db46047229253e9c4470c8bbf5f82706ac021377
commit d0245389bc55f16082cadd0a39dda5af1c415dfa
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sat May 24 17:11:38 2025 +1000
ssh-keygen changes were fixup'ed into single commit.
Summary of changes:
.skipped-commit-ids | 2 +
Makefile.in | 2 +-
regress/agent-pkcs11-cert.sh | 31 +++++----------
regress/agent-pkcs11-restrict.sh | 30 ++++----------
regress/agent-pkcs11.sh | 72 +++++++++++++++-------------------
regress/test-exec.sh | 26 +++++++++++-
regress/unittests/sshkey/test_sshkey.c | 9 ++++-
sshd.c | 4 +-
8 files changed, 86 insertions(+), 90 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list