[openssh-commits] [openssh] branch master updated (8aa2f9ae -> 073f45c2)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jul 16 19:21:10 AEST 2021


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

djm pushed a change to branch master
in repository openssh.

      from  8aa2f9ae  Make whitespace consistent.
       new  ef7c4e52  upstream: reorder SessionType; ok djm
       new  073f45c2  upstream: Explicitly check for and start time-based rekeying in the

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 073f45c236550f158c9a94003e4611c07dea5279
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jul 16 09:00:23 2021 +0000

    upstream: Explicitly check for and start time-based rekeying in the
    
    client and server mainloops.
    
    Previously the rekey timeout could expire but rekeying would not start
    until a packet was sent or received. This could cause us to spin in
    select() on the rekey timeout if the connection was quiet.
    
    ok markus@
    
    OpenBSD-Commit-ID: 4356cf50d7900f3df0a8f2117d9e07c91b9ff987

commit ef7c4e52d5d840607f9ca3a302a4cbb81053eccf
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Wed Jul 14 06:46:38 2021 +0000

    upstream: reorder SessionType; ok djm
    
    OpenBSD-Commit-ID: c7dd0b39e942b1caf4976a0b1cf0fed33d05418c

Summary of changes:
 clientloop.c |  6 +++++-
 packet.c     | 19 ++++++++++++-------
 packet.h     |  3 ++-
 serverloop.c |  7 +++++--
 ssh_config.5 | 34 +++++++++++++++++-----------------
 5 files changed, 41 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