[openssh-commits] [openssh] branch master updated (6fcfd303 -> 20b5fab9)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jul 3 17:03:56 AEST 2020


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

djm pushed a change to branch master
in repository openssh.

      from  6fcfd303  add check for fido_cred_set_prot() to configure
       new  183c4aae  upstream: start ClientAliveInterval bookkeeping before first pass
       new  c8935081  upstream: when redirecting sshd's log output to a file, undo this
       new  20b5fab9  upstream: avoid tilde_expand_filename() in expanding ~/.ssh/rc - if

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 20b5fab9f773b3d3c7f06cb15b8f69a2c081ee80
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jul 3 07:02:37 2020 +0000

    upstream: avoid tilde_expand_filename() in expanding ~/.ssh/rc - if
    
    sshd is in chroot mode, the likely absence of a password database will cause
    tilde_expand_filename() to fatal; ok dtucker@
    
    OpenBSD-Commit-ID: e20aee6159e8b79190d18dba1513fc1b7c8b7ee1

commit c8935081db35d73ee6355999142fa0776a2af912
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jul 3 06:46:41 2020 +0000

    upstream: when redirecting sshd's log output to a file, undo this
    
    redirection after the session child process is forked(); ok dtucker@
    
    OpenBSD-Commit-ID: 6df86dd653c91f5bc8ac1916e7680d9d24690865

commit 183c4aaef944af3a1a909ffa01058c65bac55748
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jul 3 06:29:57 2020 +0000

    upstream: start ClientAliveInterval bookkeeping before first pass
    
    through select() loop; fixed theoretical case where busy sshd may ignore
    timeouts from client; inspired by and ok dtucker
    
    OpenBSD-Commit-ID: 96bfc4b1f86c7da313882a84755b2b47eb31957f

Summary of changes:
 log.c        | 10 +++++++++-
 serverloop.c |  4 +++-
 session.c    |  7 +++++--
 3 files changed, 17 insertions(+), 4 deletions(-)

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


More information about the openssh-commits mailing list