[openssh-commits] [openssh] branch master updated (4ca6a1fa -> 39be3dc2)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Jan 27 21:11:02 AEDT 2021


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

djm pushed a change to branch master
in repository openssh.

      from  4ca6a1fa  upstream: remove global variable used to stash compat flags and use the
       new  39be3dc2  upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_t

The 1 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 39be3dc209f28f9c1ebfeba42adde8963b01e1cd
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Jan 27 10:05:28 2021 +0000

    upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_t
    
    and use that instead of global variables containing copies of it. feedback/ok
    markus@
    
    OpenBSD-Commit-ID: a4b1b1ca4afd2e37cb9f64f737b30a6a7f96af68

Summary of changes:
 auth2-gss.c       |  4 ++--
 auth2-hostbased.c |  7 +++----
 auth2-pubkey.c    | 11 +++++------
 auth2.c           |  4 +---
 clientloop.c      |  9 +++------
 gss-genr.c        |  9 +++------
 kex.c             | 22 ++++++++++++----------
 kex.h             |  5 ++---
 monitor.c         | 49 ++++++++++++++++++++++++++++---------------------
 packet.c          | 11 +++++------
 serverloop.c      |  6 +++---
 ssh-gss.h         |  4 ++--
 ssh_api.c         |  6 +-----
 sshconnect2.c     | 24 +++++++++---------------
 sshd.c            | 12 +-----------
 15 files changed, 80 insertions(+), 103 deletions(-)

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


More information about the openssh-commits mailing list