[openssh-commits] [openssh] branch master updated (bcf7c05a4 -> 3470f465c)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Oct 9 10:09:05 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 bcf7c05a4 Fix header name and move return outside of ifdef.
     new 64ea9e952 upstream: openssh-10.2
     new 0118c30ac upstream: fix crash at exit (visible via ssh-keygen -D) when
     new 0f3b8fd68 upstream: When tab-completing a filename, ensure that the completed
     new 3470f465c link ssh-keygen directly against ssh-pkcs11.c

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 3470f465c6f5c7c371e73927ebb403dd7ba05893
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Oct 9 10:07:40 2025 +1100

    link ssh-keygen directly against ssh-pkcs11.c
    
    Matches what OpenBSD does and fixes ssh-keygen regression in
    certifying keys using a CA key hosted via ssh-agent (bz3877)

commit 0f3b8fd68a29766697d7a709bae8b0a61da6cff2
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Oct 8 21:48:40 2025 +0000

    upstream: When tab-completing a filename, ensure that the completed
    
    string does not end up mid-way through a multibyte character, as this will
    cause a fatal() later on.
    
    based on GHPR#587 from @TaoistBrickscarrier; feedback tb@ kevlo@
    ok dtucker@
    
    OpenBSD-Commit-ID: efb977164b4e20d61204a66201a7592ba8291362

commit 0118c30acaff308deb089fc25fe98ef59a149ca5
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Oct 8 21:02:16 2025 +0000

    upstream: fix crash at exit (visible via ssh-keygen -D) when
    
    multiple keys loaded. ok markus deraadt dtucker
    
    OpenBSD-Commit-ID: baa9763ec69d162108dafd962792ec5610ff45c9

commit 64ea9e95256203f30f98a6896f4721fd223106aa
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Oct 8 00:32:52 2025 +0000

    upstream: openssh-10.2
    
    The only change since 10.1 is the channels.c fix
    
    OpenBSD-Commit-ID: 5eebeb0db14c694efd4ee96b5f16112e3e5d5ba9

Summary of changes:
 Makefile.in  |  2 +-
 sftp.c       | 54 +++++++++++++++++++++++++++++++++++-------------------
 ssh-pkcs11.c |  6 ++++--
 version.h    |  4 ++--
 4 files changed, 42 insertions(+), 24 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list