[openssh-commits] [openssh] branch master updated (603193e3 -> 268c3a7f)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jun 28 08:36:22 AEST 2024


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

djm pushed a change to branch master
in repository openssh.

    from 603193e3 Rerun upstream tests on .sh file changes too.
     new 1839e3eb upstream: mention SshdSessionPath option
     new f23e9332 upstream: - uppercase start of sentence - correct sentence grammar
     new b8793e2b upstream: save_errno wrappers inside two small signal handlers that
     new d6bcd132 upstream: Instead of using possibly complex ssh_signal(), write all
     new 12b6cc09 upstream: move child process waitpid() loop out of SIGCHLD handler;
     new 268c3a7f upstream: ssl(8) no longer contains a HISTORY section;

The 6 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 268c3a7f5783e731ed60f4e28da66ee3743581d3
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Thu Jun 27 21:02:16 2024 +0000

    upstream: ssl(8) no longer contains a HISTORY section;
    
    OpenBSD-Commit-ID: 83b7ff34433d79595e9c2a5d2a561a6660251245

commit 12b6cc09ce6c430681f03af2a8069e37a664690b
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Jun 26 23:47:46 2024 +0000

    upstream: move child process waitpid() loop out of SIGCHLD handler;
    
    ok deraadt
    
    OpenBSD-Commit-ID: 65815a39564e431414aed7c5ace8076f4e9ca741

commit d6bcd13297c2ab8b528df5a6898f994734849031
Author: deraadt at openbsd.org <deraadt at openbsd.org>
Date:   Wed Jun 26 23:16:52 2024 +0000

    upstream: Instead of using possibly complex ssh_signal(), write all
    
    the parts of the grace_alarm_handler() using the exact things allowed by the
    signal-safe rules.  This is a good rule of thumb: Handlers should be written
    to either set a global volatile sig_atomic_t inspected from outside, and/or
    directly perform only safe operations listed in our sigaction(2) manual page.
    ok djm markus
    
    OpenBSD-Commit-ID: 14168ae8368aab76e4ed79e17a667cb46f404ecd

commit b8793e2b0851f7d71b97554fa5260b23796d6277
Author: deraadt at openbsd.org <deraadt at openbsd.org>
Date:   Wed Jun 26 23:14:14 2024 +0000

    upstream: save_errno wrappers inside two small signal handlers that
    
    perform system calls, for systems with libc that do perform libc sigtramps.
    ok djm markus
    
    OpenBSD-Commit-ID: 7749b56419a7c9dcfe4c6c04811e429813346c62

commit f23e9332c4c8df37465c4a4f38275ea98980ed7e
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Mon Jun 24 06:59:39 2024 +0000

    upstream: - uppercase start of sentence - correct sentence grammar
    
    ok djm
    
    OpenBSD-Commit-ID: 1ec4b0fdb633a43667f2c8fff1d600bd647dde25

commit 1839e3eb71a759aa795602c1e4196300f4ac2615
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jun 24 04:05:11 2024 +0000

    upstream: mention SshdSessionPath option
    
    OpenBSD-Commit-ID: c29734d36c21003973b15c1c9965c35f36cef30c

Summary of changes:
 scp.c          |  4 +++-
 sftp.c         |  4 +++-
 ssh.1          |  7 ++-----
 sshd-session.c | 13 +++++++++++--
 sshd.c         | 39 ++++++++++++++++++---------------------
 sshd_config.5  | 11 +++++++++--
 6 files changed, 46 insertions(+), 32 deletions(-)

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


More information about the openssh-commits mailing list