[openssh-commits] [openssh] branch master updated (8ec2e312 -> 12492c0a)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jan 17 21:16:14 AEDT 2023


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

djm pushed a change to branch master
in repository openssh.

      from  8ec2e312  upstream: adapt to ed25519 changes in src/usr.bin/ssh
       new  0293c198  upstream: Add a sshd_config UnusedConnectionTimeout option to terminate
       new  aff9493a  upstream: unbreak test: cannot access shell positional parameters
       new  cef2593c  upstream: regression test for UnusedConnectionTimeout
       new  12492c0a  upstream: also check that an active session inhibits

The 4 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 12492c0abf1eb415d08a897cc1d8b9e789888230
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jan 17 10:15:10 2023 +0000

    upstream: also check that an active session inhibits
    
    UnusedConnectionTimeout idea markus@
    
    OpenBSD-Regress-ID: 55c0fb61f3bf9e092b0a53f9041d3d2012f14003

commit cef2593c33ac46a58238ff998818754eabdf64ff
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jan 17 10:02:34 2023 +0000

    upstream: regression test for UnusedConnectionTimeout
    
    OpenBSD-Regress-ID: 7f29001374a68e71e5e078f69e4520cf4bcca084

commit aff9493a89c71d6a080419b49ac64eead9730491
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jan 16 04:11:29 2023 +0000

    upstream: unbreak test: cannot access shell positional parameters
    
    past $9 without wrapping the position in braces (i.e. need ${10}, etc.)
    
    OpenBSD-Regress-ID: 3750ec98d5d409ce6a93406fedde6f220d2ea2ac

commit 0293c19807f83141cdf33b443154459f9ee471f6
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jan 17 09:44:48 2023 +0000

    upstream: Add a sshd_config UnusedConnectionTimeout option to terminate
    
    client connections that have no open channels for some length of time. This
    complements the recently-added ChannelTimeout option that terminates inactive
    channels after a timeout.
    
    ok markus@
    
    OpenBSD-Commit-ID: ca983be74c0350364c11f8ba3bd692f6f24f5da9

Summary of changes:
 regress/Makefile              |  3 +-
 regress/connection-timeout.sh | 84 +++++++++++++++++++++++++++++++++++++++++++
 regress/krl.sh                |  6 ++--
 servconf.c                    | 25 +++++++++++--
 servconf.h                    |  4 ++-
 serverloop.c                  | 33 ++++++++++++++---
 sshd_config.5                 | 36 +++++++++++++++++--
 7 files changed, 177 insertions(+), 14 deletions(-)
 create mode 100644 regress/connection-timeout.sh

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


More information about the openssh-commits mailing list