[openssh-commits] [openssh] branch master updated (64af4209 -> 25c8a2bb)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Oct 28 13:49: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  64af4209  fix merge botch
       new  11925885  upstream: allow ssh-keyscan(1) to accept CIDR address ranges, e.g.
       new  25c8a2bb  upstream: put sshkey_check_rsa_length() back in sshkey.c to unbreak

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 25c8a2bbcc10c493d27faea57c42a6bf13fa51f2
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Oct 28 02:47:04 2022 +0000

    upstream: put sshkey_check_rsa_length() back in sshkey.c to unbreak
    
    OPENSSL=no builds
    
    OpenBSD-Commit-ID: 99eec58abe382ecd14b14043b195ee1babb9cf6e

commit 1192588546c29ceec10775125f396555ea71850f
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Oct 28 02:29:34 2022 +0000

    upstream: allow ssh-keyscan(1) to accept CIDR address ranges, e.g.
    
    ssh-keyscan 192.168.0.0/24
    
    If a CIDR range is passed, then it will be expanded to all possible
    addresses in the range including the all-0s and all-1s addresses.
    
    bz#976 feedback/ok markus@
    
    OpenBSD-Commit-ID: ce6c5211f936ac0053fd4a2ddb415277931e6c4b

Summary of changes:
 addr.c        | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 addr.h        |  4 ++++
 ssh-keyscan.1 | 24 ++++++++++++++++----
 ssh-keyscan.c | 43 ++++++++++++++++++++++++++++++++---
 ssh-rsa.c     | 22 +-----------------
 sshkey.c      | 21 ++++++++++++++++-
 6 files changed, 157 insertions(+), 30 deletions(-)

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


More information about the openssh-commits mailing list