[openssh-commits] [openssh] branch master updated (43b3bff47 -> f64701ca2)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Sep 4 13:06:37 AEST 2025


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

djm pushed a change to branch master
in repository openssh.

    from 43b3bff47 upstream: don't allow \0 characters in url-encoded strings.
     new 8e85ad33c upstream: fix rtrim() function to not attempt to delete whitespace
     new e3699ff47 upstream: fix sshbuf_dtourlb64() to not choke on empty buffers;
     new 4be445116 upstream: unit tests for a bunch of misc.c functions; ok deraadt@
     new 45698669d upstream: unit tests for sshbuf_equals and sshbuf_dtourlb64; ok
     new f64701ca2 upstream: repair test after changes to percent expansion of usernames

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 f64701ca25795548a61614d0b13391d6dfa7f38c
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Sep 4 03:04:44 2025 +0000

    upstream: repair test after changes to percent expansion of usernames
    
    on the commandline.
    
    Test more cases that should/shouldn't expand and lightly test
    username validity checks.
    
    OpenBSD-Regress-ID: ad4c12c70bdf1f959abfebd1637ecff1b49a484c

commit 45698669d49949868b1f3d13dfda1b7cb70060ad
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Sep 4 00:37:10 2025 +0000

    upstream: unit tests for sshbuf_equals and sshbuf_dtourlb64; ok
    
    deraadt@
    
    OpenBSD-Regress-ID: bab54e2d4caa813036a63ee67e92c93e6712a5b9

commit 4be445116f1b56f14254b98d8b132bb25777e160
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Sep 4 00:34:17 2025 +0000

    upstream: unit tests for a bunch of misc.c functions; ok deraadt@
    
    OpenBSD-Regress-ID: 886cf142605405e777ee77a96b48694dc2e9235d

commit e3699ff47df336f57da2e78188d0057f8368af56
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Sep 4 00:32:31 2025 +0000

    upstream: fix sshbuf_dtourlb64() to not choke on empty buffers;
    
    previously it incorrectly returned an error in this situation; ok deraadt
    
    OpenBSD-Commit-ID: e62773d6e8cb95a19aab54f0af0edbcd47b345c0

commit 8e85ad33cfcc71e03594e53f2e19d8ce2e27dcc6
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Sep 4 00:31:49 2025 +0000

    upstream: fix rtrim() function to not attempt to delete whitespace
    
    inside a string, just at the end. ok deraadt@
    
    OpenBSD-Commit-ID: d44deaa43580cd88de978dd5509b14e905b67b84

Summary of changes:
 Makefile.in                                 |   3 +-
 misc.c                                      |   9 +-
 regress/percent.sh                          |  45 ++-
 regress/unittests/misc/Makefile             |   3 +-
 regress/unittests/misc/test_misc.c          | 436 ++++++++++++++++++++++++++++
 regress/unittests/misc/tests.c              |   4 +-
 regress/unittests/sshbuf/test_sshbuf_misc.c | 217 +++++++++++++-
 sshbuf-misc.c                               |   5 +-
 8 files changed, 703 insertions(+), 19 deletions(-)
 create mode 100644 regress/unittests/misc/test_misc.c

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


More information about the openssh-commits mailing list