[openssh-commits] [openssh] branch master updated (02cf3c2bd -> 6d558485f)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Sep 15 16:59:18 AEST 2026


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

djm pushed a change to branch master
in repository openssh.

    from 02cf3c2bd upstream: Fix ChannelTimeout specificity
     new a7f490e1e upstream: disconnect_controlling_tty() is the only thing from sshpty.c
     new 21abb6262 upstream: g/c prototype
     new 6d558485f upstream: wrap line

The 3 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 6d558485ffdbd671cd340483799082330ce7d858
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Sep 15 06:49:51 2026 +0000

    upstream: wrap line
    
    OpenBSD-Commit-ID: 14b59bf44214a9f46d6f0b5281f94420ef0fc888

commit 21abb626291ad14029f86fafc97a78f4af6848f9
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Sep 15 06:47:42 2026 +0000

    upstream: g/c prototype
    
    OpenBSD-Commit-ID: a55c5782dc733fa66b28085abdb10c39cb4d2a2e

commit a7f490e1e3d758df1ccd42a70f2ca47d7a09fe89
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Sep 15 06:30:58 2026 +0000

    upstream: disconnect_controlling_tty() is the only thing from sshpty.c
    
    used in sshd, and sshd is the only thing that calls this function.
    
    Move it into sshd.c and we no longer need to compile sshd against
    sshpty.c
    
    Part of bz3996 from Colin Watson
    
    OpenBSD-Commit-ID: cbfb0ecba5c63852d33e930d01f00586ce15ad1d

Summary of changes:
 sshd.c   | 22 ++++++++++++++++++++--
 sshpty.c | 20 +-------------------
 sshpty.h |  3 +--
 3 files changed, 22 insertions(+), 23 deletions(-)

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


More information about the openssh-commits mailing list