[openssh-commits] [openssh] branch master updated (4e62c13a -> 15b7199a)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Feb 2 10:39:07 AEDT 2022


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

djm pushed a change to branch master
in repository openssh.

      from  4e62c13a  upstream: Remove explicit kill of privsep preauth child's PID in
       new  8cfa73f8  upstream: better match legacy scp behaviour: show un-expanded paths
       new  541667fe  upstream: mark const string array contents const too, i.e. static
       new  15b7199a  upstream: allow 'ssh-keygen -Y find-principals' to match wildcard

The 3 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 15b7199a1fd37eff4c695e09d573f3db9f4274b7
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Feb 1 23:34:47 2022 +0000

    upstream: allow 'ssh-keygen -Y find-principals' to match wildcard
    
    principals in allowed_signers files; from Fabian Stelzer
    
    OpenBSD-Commit-ID: 1e970b9c025b80717dddff5018fe5e6f470c5098

commit 541667fe6dc26d7881e55f0bb3a4baa6f3171645
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Feb 1 23:32:51 2022 +0000

    upstream: mark const string array contents const too, i.e. static
    
    const char *array => static const char * const array from Mike Frysinger
    
    OpenBSD-Commit-ID: a664e31ea6a795d7c81153274a5f47b22bdc9bc1

commit 8cfa73f8a2bde4c98773f33f974c650bdb40dd3c
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Feb 1 23:11:11 2022 +0000

    upstream: better match legacy scp behaviour: show un-expanded paths
    
    in error messages. Spotted by and ok tb@
    
    OpenBSD-Commit-ID: 866c8ffac5bd7d38ecbfc3357c8adfa58af637b7

Summary of changes:
 auth-rhosts.c |  4 ++--
 dns.c         |  4 ++--
 kex.c         |  4 ++--
 nchan.c       | 10 +++++++---
 scp.c         | 17 ++++++++---------
 sftp-server.c |  4 ++--
 ssh-keygen.c  |  4 ++--
 sshconnect2.c |  4 ++--
 sshsig.c      | 26 ++++++++++++++------------
 9 files changed, 41 insertions(+), 36 deletions(-)

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


More information about the openssh-commits mailing list