[openssh-commits] [openssh] branch master updated (19af04e2 -> 33313ebc)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Nov 27 13:34:56 AEDT 2020


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

djm pushed a change to branch master
in repository openssh.

      from  19af04e2  upstream: when loading PKCS#11 keys, include the key fingerprints
       new  b2bcec13  upstream: clean up passing of struct passwd from monitor to preauth
       new  33313ebc  upstream: Set the specified TOS/DSCP for interactive use prior to

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 33313ebc1c7135085676db62189e3520341d6b73
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Nov 27 00:49:58 2020 +0000

    upstream: Set the specified TOS/DSCP for interactive use prior to
    
    TCP connect. The connection phase of the SSH session is time-sensitive (due
    to server side login grace periods) and is frequently interactive (e.g.
    entering passwords). The ultimate interactive/bulk TOS/DSCP will be set after
    authentication completes.
    
    ok dtucker@
    
    OpenBSD-Commit-ID: f31ab10d9233363a6d2c9996007083ba43a093f1

commit b2bcec13f17ce9174238a704e91d52203e916432
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Nov 27 00:37:10 2020 +0000

    upstream: clean up passing of struct passwd from monitor to preauth
    
    privsep process. No longer copy entire struct w/ pointer addresses, but pass
    remaining scalar fields explicitly,
    
    Prompted by Yuichiro NAITO, feedback Thorsten Glaser; ok dtucker@
    
    OpenBSD-Commit-ID: 9925df75a56732c43f3663e70dd15ff413ab3e53

Summary of changes:
 misc.c         | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 misc.h         |  4 +++-
 monitor.c      | 26 ++++++++++++++++++++------
 monitor_wrap.c | 25 ++++++++++++++++++-------
 packet.c       | 42 ++++--------------------------------------
 sshconnect.c   |  7 ++++++-
 6 files changed, 106 insertions(+), 54 deletions(-)

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


More information about the openssh-commits mailing list