[openssh-commits] [openssh] branch master updated (a8fbe2f7 -> 9f032a4d)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jun 14 10:27:44 AEST 2024


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch master
in repository openssh.

    from a8fbe2f7 sshd: don't use argv[0] as PAM service name
     new abfd1f7a upstream: specify an algorithm for ssh-keyscan, otherwise it will make
     new 3e806d01 upstream: separate keywords with comma
     new 1e84d0cf upstream: make host/banner comments go to stderr instead of stdout,
     new 9f032a4d upstream: don't redirect stderr for ssh-keyscan we expect to succeed

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 9f032a4dd17bf0ae6066223d82aa5e784285d987
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jun 14 00:26:12 2024 +0000

    upstream: don't redirect stderr for ssh-keyscan we expect to succeed
    
    OpenBSD-Regress-ID: 8878b8eb4e070ed2e343166d3eb86db4a08a216c

commit 1e84d0cf40e94ae3a77d6a7ca8c036d8e3d55a40
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jun 14 00:25:25 2024 +0000

    upstream: make host/banner comments go to stderr instead of stdout,
    
    so they are useful as comments without extra shell redirection and so they
    don't clutter actual errors on stderr.
    
    Add a -q flag to shut them up.
    
    ok dtucker@
    
    OpenBSD-Commit-ID: bec813de56a71adb5c1a76adcf49621130d24264

commit 3e806d011855d6bd648ec95b9df630ebbd11c3bf
Author: naddy at openbsd.org <naddy at openbsd.org>
Date:   Thu Jun 13 15:06:33 2024 +0000

    upstream: separate keywords with comma
    
    OpenBSD-Commit-ID: d65a99666202a8188c4991c18d14374a229f7be5

commit abfd1f7a3cbd0a92581a0febba254b2f6649c0d9
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jun 14 00:23:55 2024 +0000

    upstream: specify an algorithm for ssh-keyscan, otherwise it will make
    
    multiple attempts simultaneously and confuse the test
    
    OpenBSD-Regress-ID: 6e910f3315c4345053db1bf5cbf61826b194d0b9

Summary of changes:
 regress/penalty.sh |  4 ++--
 ssh-keyscan.c      | 17 ++++++++++++-----
 sshd_config.5      |  6 +++---
 3 files changed, 17 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