[openssh-commits] [openssh] branch master updated (3e11478f5 -> 216824172)

git+noreply at mindrot.org git+noreply at mindrot.org
Sat May 24 14:03:46 AEST 2025


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

dtucker pushed a change to branch master
in repository openssh.

    from 3e11478f5 upstream: Ensure args to nh_update() fit within uint32, which it
     new 0c64d69e4 upstream: Include stdint.h for UINT32_MAX.
     new 91903511d upstream: Replace strncmp and strncasecmp with hand-counting bytes
     new eccc15014 upstream: Use pointer from strprefix in error message,
     new f5cd14e81 upstream: Fix compile error on 32bit platforms.
     new 216824172 upstream: Remove ssh-keygen's moduli screen -Omemory option.

The 5 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 216824172724a50a4a75439fb2b4b8edccf5b733
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Sat May 24 03:37:40 2025 +0000

    upstream: Remove ssh-keygen's moduli screen -Omemory option.
    
    This vaguely made sense 20 years ago, but these days you'd be hard
    pressed to *find* a machine small enough to not support the maximum
    (127MB), and no one is screening moduli on such machines anyway,
    so just use the max.  This also fixes Coverity CID 470522 by deleting
    code in question.  "kill it with fire" djm at .
    
    OpenBSD-Commit-ID: 39036aa406a99f0a91923aa3a96afff1205558e6

commit f5cd14e81fa29b4924959cb2e1f9c206aae2d502
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Sat May 24 02:33:33 2025 +0000

    upstream: Fix compile error on 32bit platforms.
    
    Spotted by & ok tb@
    
    OpenBSD-Commit-ID: cbcf518247886f3c7518fc54cb3bd911ffc69db7

commit eccc15014fe146e8590568e6737a3097bfac3415
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Sat May 24 02:01:28 2025 +0000

    upstream: Use pointer from strprefix in error message,
    
    missed in previous.
    
    OpenBSD-Commit-ID: d2cdec6cf0fcd4b0ee25e4e3fad8bc8cf0ee657d

commit 91903511d0597c3bea218167f9ca5a176fa0dc20
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri May 23 12:52:45 2025 +0000

    upstream: Replace strncmp and strncasecmp with hand-counting bytes
    
    with strprefix. nits lucas@, ok lucas@ djm@
    
    OpenBSD-Commit-ID: f0888807f151ea2bdaf6fed36303ae81f259d1d4

commit 0c64d69e4e24a3ab06f7922ef389e7399c4dfb88
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri May 23 11:54:50 2025 +0000

    upstream: Include stdint.h for UINT32_MAX.
    
    OpenBSD-Commit-ID: edc29ed67e8bd03bac729d9b4849066d1d3a8cb9

Summary of changes:
 moduli.c     |  59 +++----------------------
 ssh-keygen.1 |   7 +--
 ssh-keygen.c | 142 +++++++++++++++++++++++++++--------------------------------
 umac.c       |   7 ++-
 4 files changed, 80 insertions(+), 135 deletions(-)

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


More information about the openssh-commits mailing list