[openssh-commits] [openssh] branch master updated (2709809f -> b4ac435b)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jun 20 10:07:13 AEST 2023


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

djm pushed a change to branch master
in repository openssh.

      from  2709809f  fixup! if -s & -p specified, mention 'sftp -P' on
       new  b53a809a  upstream: Store timeouts as int, not u_int as they are limited to
       new  b4ac435b  upstream: reset comment=NULL for each key in do_fingerprint();

The 2 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 b4ac435b4e67f8eb5932d8f59eb5b3cf7dc38df0
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jun 20 00:05:09 2023 +0000

    upstream: reset comment=NULL for each key in do_fingerprint();
    
    fixes "no comment" not showing on when running `ssh-keygen -l` on multiple
    keys where one has a comment and other following keys do not. Patch from
    Markus Kuhn via GHPR407, bz3580
    
    OpenBSD-Commit-ID: 3cce84456fdcd67dc6b84e369f92c6686d111d9b

commit b53a809a549dcd4fbde554c6aa283e597b15ea33
Author: millert at openbsd.org <millert at openbsd.org>
Date:   Mon Jun 5 13:24:36 2023 +0000

    upstream: Store timeouts as int, not u_int as they are limited to
    
    INT_MAX. Fixes sign compare warnings systems with 32-bit time_t due to type
    promotion.  OK djm@
    
    OpenBSD-Commit-ID: 48081e9ad35705c5f1705711704a4c2ff94e87b7

Summary of changes:
 channels.c   | 10 +++++-----
 channels.h   |  6 +++---
 servconf.c   |  9 +++++----
 ssh-keygen.c |  3 ++-
 4 files changed, 15 insertions(+), 13 deletions(-)

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


More information about the openssh-commits mailing list