[openssh-commits] [openssh] branch master updated (9d8c80f8 -> 2c334fd3)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri May 27 14:59:48 AEST 2022


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

dtucker pushed a change to branch master
in repository openssh.

      from  9d8c80f8  upstream: revert previous; it was broken (spotted by Theo)
       new  533b31cd  upstream: Note that ProxyJump also accepts the same tokens as
       new  5d3a77f4  upstream: Avoid kill with -1 argument. The out_ctx label can be
       new  2c334fd3  upstream: f sshpkt functions fail, then password is not cleared

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 2c334fd36f80cb91cc42e4b978b10aa35e0df236
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri May 27 04:29:40 2022 +0000

    upstream: f sshpkt functions fail, then password is not cleared
    
    with freezero. Unconditionally call freezero to guarantee that password is
    removed from RAM.
    
    From tobias@ and c3h2_ctf via github PR#286, ok djm@
    
    OpenBSD-Commit-ID: 6b093619c9515328e25b0f8093779c52402c89cd

commit 5d3a77f4c5ae774c6796387266503f52c7cdc7c2
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri May 27 04:27:49 2022 +0000

    upstream: Avoid kill with -1 argument. The out_ctx label can be
    
    reached before fork has been called. If this happens, then kill -1 would be
    called, sending SIGTERM to all processes reachable by the current process.
    
    From tobias@ and c3h2_ctf via github PR#286, ok djm@
    
    OpenBSD-Commit-ID: 6277af1207d81202f5daffdccfeeaed4c763b1a8

commit 533b31cd08e4b97f455466f91c36915e2924c15a
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri May 27 04:13:24 2022 +0000

    upstream: Note that ProxyJump also accepts the same tokens as
    
    ProxyCommand. From pallxk via github PR#305.
    
    OpenBSD-Commit-ID: 7115ac351b129205f1f1ffa6bbfd62abd76be7c5

Summary of changes:
 auth2-passwd.c | 10 ++++++----
 readpass.c     |  5 +++--
 ssh_config.5   |  8 +++++---
 3 files changed, 14 insertions(+), 9 deletions(-)

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


More information about the openssh-commits mailing list