[openssh-commits] [openssh] branch master updated (64e0600f -> 050c335c)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Nov 16 09:53:57 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  64e0600f  Test current releases of LibreSSL and OpenSSL.
       new  676377ce  upstream: Make sure sftp_get_limits() only returns 0 if 'limits'
       new  050c335c  upstream: when deciding whether to enable keystroke timing

The 2 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 050c335c8da43741ed0df2570ebfbd5d1dfd0a31
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Nov 15 22:51:49 2023 +0000

    upstream: when deciding whether to enable keystroke timing
    
    obfuscation, only consider enabling it when a channel with a tty is open.
    
    Avoids turning on the obfucation when X11 forwarding only is in use,
    which slows it right down. Reported by Roger Marsh
    
    OpenBSD-Commit-ID: c292f738db410f729190f92de100c39ec931a4f1

commit 676377ce67807a24e08a54cd60ec832946cc6cae
Author: tobhe at openbsd.org <tobhe at openbsd.org>
Date:   Mon Nov 13 09:18:19 2023 +0000

    upstream: Make sure sftp_get_limits() only returns 0 if 'limits'
    
    was initialized. This fixes a potential uninitialized use of 'limits' in
    sftp_init() if sftp_get_limits() returned early because of an unexpected
    message type.
    
    ok djm@
    
    OpenBSD-Commit-ID: 1c177d7c3becc1d71bc8763eecf61873a1d3884c

Summary of changes:
 channels.c    | 19 ++++++++++++++++++-
 channels.h    |  3 ++-
 clientloop.c  |  4 ++--
 sftp-client.c |  4 ++--
 4 files changed, 24 insertions(+), 6 deletions(-)

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


More information about the openssh-commits mailing list