[openssh-commits] [openssh] branch master updated (64f7ca88 -> 281c7916)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Oct 12 13:22:06 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  64f7ca88  upstream: ssh -Q does not make sense with other command-line options,
       new  531b27a0  upstream: sync usage() with ssh.1; spotted by kn@
       new  a612b93d  upstream: mask SIGINT/TERM/QUIT/HUP before checking quit_pending
       new  7f3180be  upstream: release GSS OIDs only at end of authentication; bz2982,
       new  98fc34df  upstream: add %j token that expands to the configured ProxyJump
       new  281c7916  Solaris: prefer PRIV_XPOLICY to PRIV_LIMIT

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 281c79168edcc303abfd5bca983616eaa24c5f32
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Oct 12 13:20:01 2023 +1100

    Solaris: prefer PRIV_XPOLICY to PRIV_LIMIT
    
    If the system support PRIV_XPOLICY and one is set, then don't
    modify PRIV_LIMIT. bz2833, patch from Ron Jordan, ok dtucker@

commit 98fc34df837f3a3b79d2a111b96fe8a39adcab55
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Oct 12 02:18:18 2023 +0000

    upstream: add %j token that expands to the configured ProxyJump
    
    hostname (or the empty string if this option is not being used). bz3610, ok
    dtucker
    
    OpenBSD-Commit-ID: ce9983f7efe6a178db90dc5c1698df025df5e339

commit 7f3180be8a85320b5d3221714b40c16e66881249
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Oct 12 02:15:53 2023 +0000

    upstream: release GSS OIDs only at end of authentication; bz2982,
    
    ok dtucker@
    
    OpenBSD-Commit-ID: 0daa41e0525ae63cae4483519ecaa37ac485d94c

commit a612b93de5d86e955bfb6e24278f621118eea500
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Oct 12 02:12:53 2023 +0000

    upstream: mask SIGINT/TERM/QUIT/HUP before checking quit_pending
    
    and use ppoll() to unmask them in the mainloop. Avoids race condition between
    signaling ssh to exit and polling. bz3531; ok dtucker
    
    OpenBSD-Commit-ID: 5c14e1aabcddedb95cdf972283d9c0d5083229e7

commit 531b27a006116fe7aff325510aaa576f24844452
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Oct 11 23:23:58 2023 +0000

    upstream: sync usage() with ssh.1; spotted by kn@
    
    OpenBSD-Commit-ID: 191a85639477dcb5fa1616d270d93b7c8d5c1dfd

Summary of changes:
 clientloop.c                  | 25 ++++++++++++++++++-------
 openbsd-compat/port-solaris.c | 24 +++++++++++++++++++++++-
 readconf.c                    | 12 ++++++++----
 readconf.h                    |  4 ++--
 ssh.c                         | 12 ++++++++----
 ssh_config.5                  | 11 +++++++----
 sshconnect.h                  |  6 ++++--
 sshconnect2.c                 | 13 +++++++++----
 8 files changed, 79 insertions(+), 28 deletions(-)

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


More information about the openssh-commits mailing list