[openssh-commits] [openssh] branch master updated (ce3c3e78 -> 4403b62f)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Dec 9 11:36:56 AEDT 2022


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

dtucker pushed a change to branch master
in repository openssh.

      from  ce3c3e78  Add SANDBOX_DEBUG to the kitchensink test build.
       new  9a067e8d  upstream: Fix comment typo.
       new  b85c3581  upstream: remove '?' from getopt(3) loops
       new  a6183e25  upstream: Add server debugging for hostbased auth.
       new  4403b62f  upstream: Warn if no host keys for hostbased auth can be loaded.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit 4403b62f5548e91389cb3339d26a9d0c4bb07b34
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Dec 9 00:22:29 2022 +0000

    upstream: Warn if no host keys for hostbased auth can be loaded.
    
    OpenBSD-Commit-ID: 2a0a13132000cf8d3593133c1b49768aa3c95977

commit a6183e25e3f1842e21999fe88bc40bb99b121dc3
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Dec 9 00:17:40 2022 +0000

    upstream: Add server debugging for hostbased auth.
    
    auth_debug_add queues messages about the auth process which is sent to
    the client after successful authentication.  This also sends those to
    the server debug log to aid in debugging.  From bz#3507, ok djm@
    
    OpenBSD-Commit-ID: 46ff67518cccf9caf47e06393e2a121ee5aa258a

commit b85c3581c16aaf6e83b9a797c80705a56b1f312e
Author: cheloha at openbsd.org <cheloha at openbsd.org>
Date:   Sun Dec 4 23:50:49 2022 +0000

    upstream: remove '?' from getopt(3) loops
    
    userspace: remove vestigial '?' cases from top-level getopt(3) loops
    
    getopt(3) returns '?' when it encounters a flag not present in the in
    the optstring or if a flag is missing its option argument.  We can
    handle this case with the "default" failure case with no loss of
    legibility.  Hence, remove all the redundant "case '?':" lines.
    
    Prompted by dlg at .  With help from dlg@ and millert at .
    
    Link: https://marc.info/?l=openbsd-tech&m=167011979726449&w=2
    
    ok naddy@ millert@ dlg@
    
    OpenBSD-Commit-ID: b2f89346538ce4f5b33ab8011a23e0626a67e66e

commit 9a067e8d28a2249fd73f004961e30c113ee85e5d
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed Dec 7 11:45:43 2022 +0000

    upstream: Fix comment typo.
    
    OpenBSD-Regress-ID: 3b04faced6511bb5e74648c6a4ef4bf2c4decf03

Summary of changes:
 auth-rhosts.c        |  4 +++-
 auth.c               | 11 +++++------
 regress/hostbased.sh |  4 ++--
 ssh-keygen.c         |  3 +--
 ssh-keyscan.c        |  3 +--
 ssh.c                | 15 ++++++++++++---
 sshd.c               |  3 +--
 7 files changed, 25 insertions(+), 18 deletions(-)

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


More information about the openssh-commits mailing list