[openssh-commits] [openssh] branch master updated (ab6bb69e -> 344a0e82)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jan 6 21:58:54 AEDT 2023


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

dtucker pushed a change to branch master
in repository openssh.

      from  ab6bb69e  unbreak scp on NetBSD 4.x
       new  018d671d  upstream: Copy bytes from the_banana[] rather than banana()
       new  161a5378  upstream: unit tests for misc.c:ptimeout_* API
       new  2393ea8d  upstream: fix typo in verbose logging
       new  e1ef1726  upstream: regression test for ChannelTimeout
       new  344a0e82  upstream: Save debug logs from ssh for debugging purposes.

The 5 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 344a0e8240eaf08da5d46a5e3a9ecad6e4f64c35
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jan 6 08:50:33 2023 +0000

    upstream: Save debug logs from ssh for debugging purposes.
    
    OpenBSD-Regress-ID: 109e40b06de1c006a3b8e0d8745b790b2c5870a0

commit e1ef172646f7f49c80807eea90225ef5e0be55a8
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jan 6 08:07:39 2023 +0000

    upstream: regression test for ChannelTimeout
    
    OpenBSD-Regress-ID: 280bfbefcfa415428ad744e43f69a8dede8ad685

commit 2393ea8daf25853459eb07a528d7577688847777
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jan 6 07:18:18 2023 +0000

    upstream: fix typo in verbose logging
    
    OpenBSD-Regress-ID: 0497cdb66e003b2f50ed77291a9104fba2e017e9

commit 161a5378a3cc2e7aa3f9674cb7f4686ae6ce9586
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jan 6 02:59:50 2023 +0000

    upstream: unit tests for misc.c:ptimeout_* API
    
    OpenBSD-Regress-ID: 01f8fb12d08e5aaadd4bd4e71f456b6588be9a94

commit 018d671d78145f03d6f07ae9d64d51321da70325
Author: tb at openbsd.org <tb at openbsd.org>
Date:   Wed Jan 4 22:48:57 2023 +0000

    upstream: Copy bytes from the_banana[] rather than banana()
    
    Fixes test failure due to segfault seen on arm64 with xonly snap.
    
    ok djm
    
    OpenBSD-Regress-ID: 86e2aa4bbd1dff1bc4ebb2969c0d6474485be046

Summary of changes:
 Makefile.in                            |  3 +-
 regress/Makefile                       |  7 +--
 regress/channel-timeout.sh             | 91 ++++++++++++++++++++++++++++++++++
 regress/dynamic-forward.sh             |  7 +--
 regress/scp.sh                         |  4 +-
 regress/unittests/misc/Makefile        |  3 +-
 regress/unittests/misc/test_ptimeout.c | 85 +++++++++++++++++++++++++++++++
 regress/unittests/misc/tests.c         |  4 +-
 regress/unittests/sshkey/test_sshkey.c |  4 +-
 9 files changed, 195 insertions(+), 13 deletions(-)
 create mode 100644 regress/channel-timeout.sh
 create mode 100644 regress/unittests/misc/test_ptimeout.c

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


More information about the openssh-commits mailing list