[openssh-commits] [openssh] branch master updated (66efd0fb -> 85b3d68d)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Feb 6 09:41:24 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 66efd0fb add support for AWS-LC (AWS libcrypto)
     new 0643994b upstream: Use strprefix helper when processing sshd -C test args
     new e4e5b06f upstream: Call log_init in sshd-auth and sshd-session immediately
     new 85b3d68d upstream: Fix debug logging of user specific delay. Patch from

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 85b3d68dd931416ede657f371f1d60cdc3a66f34
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jan 17 00:09:41 2025 +0000

    upstream: Fix debug logging of user specific delay. Patch from
    
    Achim Leitner (fjl5) via github PR#552.
    
    OpenBSD-Commit-ID: 834a869ed9b15058d3c1ef0cd75402ef989255d8

commit e4e5b06fdf4532705669c0ae944b364022d16b9d
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Jan 16 06:37:10 2025 +0000

    upstream: Call log_init in sshd-auth and sshd-session immediately
    
    after parsing the config file so that any log settings set in the config file
    take effect immediately.  Move version banners to immediately after that, and
    make them distinct per binary.  ok djm@
    
    OpenBSD-Commit-ID: acf3d090638edf9b6e6f78eed96b537fe671f0f5

commit 0643994b20f2cc54bca80842a984b3052ff1a6a9
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed Jan 15 22:23:13 2025 +0000

    upstream: Use strprefix helper when processing sshd -C test args
    
    instead of counting bytes by hand.  ok djm@
    
    OpenBSD-Commit-ID: 2866d369d96fe04bf76112260ac37e489f98a9a9

Summary of changes:
 auth2.c        |  4 ++--
 servconf.c     | 30 ++++++++++++++++--------------
 sshd-auth.c    |  9 ++++++---
 sshd-session.c | 12 +++++++-----
 4 files changed, 31 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