[openssh-commits] [openssh] branch master updated (e93ffd1a -> 49fa065a)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jul 30 15:06:32 AEST 2019


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

djm pushed a change to branch master
in repository openssh.

      from  e93ffd1a  Report success of individual tests as well as all.
       new  0e2fe18a  upstream: Fix typo in CASignatureAlgorithms wherein what should be
       new  7adf6c43  upstream: When using a combination of a Yubikey+GnuPG+remote
       new  49fa065a  upstream: let sshbuf_find/cmp take a void* for the

The 3 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 49fa065a1bfaeb88a59abdfa4432d3b9c35b0655
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jul 30 05:04:49 2019 +0000

    upstream: let sshbuf_find/cmp take a void* for the
    
    search/comparison argument, instead of a u_char*. Saves callers needing to
    cast.
    
    OpenBSD-Commit-ID: d63b69b7c5dd570963e682f758f5a47b825605ed

commit 7adf6c430d6fc17901e167bc0789d31638f5c2f8
Author: mestre at openbsd.org <mestre at openbsd.org>
Date:   Wed Jul 24 08:57:00 2019 +0000

    upstream: When using a combination of a Yubikey+GnuPG+remote
    
    forwarding the gpg-agent (and options ControlMaster+RemoteForward in
    ssh_config(5)) then the codepath taken will call mux_client_request_session
    -> mm_send_fd -> sendmsg(2). Since sendmsg(2) is not allowed in that codepath
    then pledge(2) kills the process.
    
    The solution is to add "sendfd" to pledge(2), which is not too bad considering
    a little bit later we reduce pledge(2) to only "stdio proc tty" in that
    codepath.
    
    Problem reported and diff provided by Timothy Brown <tbrown at freeshell.org>
    
    OK deraadt@
    
    OpenBSD-Commit-ID: 7ce38b6542bbec00e441595d0a178e970a9472ac

commit 0e2fe18acc1da853a9120c2e9af68e8d05e6503e
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Tue Jul 23 23:06:57 2019 +0000

    upstream: Fix typo in CASignatureAlgorithms wherein what should be
    
    a comma is a dot. Patch from hnj2 via github pr#141.
    
    OpenBSD-Commit-ID: 01f5a460438ff1af09aab483c0a70065309445f0

Summary of changes:
 clientloop.c  | 4 ++--
 sshbuf-misc.c | 7 +++----
 sshbuf.h      | 6 +++---
 sshd_config.5 | 6 +++---
 4 files changed, 11 insertions(+), 12 deletions(-)

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


More information about the openssh-commits mailing list