[openssh-commits] [openssh] branch master updated (d8748b91 -> 9c935dd9)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jun 1 13:36:06 AEST 2018


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

djm pushed a change to branch master
in repository openssh.

      from  d8748b91  upstream: prefer argv0 to "ssh" when re-executing ssh for ProxyJump
       new  9c935dd9  upstream: make UID available as a %-expansion everywhere that the

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 9c935dd9bf05628826ad2495d3e8bdf3d3271c21
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jun 1 03:33:53 2018 +0000

    upstream: make UID available as a %-expansion everywhere that the
    
    username is available currently. In the client this is via %i, in the server
    %U (since %i was already used in the client in some places for this, but used
    for something different in the server); bz#2870, ok dtucker@
    
    OpenBSD-Commit-ID: c7e912b0213713316cb55db194b3a6415b3d4b95

Summary of changes:
 auth.c         |  8 +++++---
 auth2-pubkey.c | 12 +++++++++---
 readconf.c     |  6 +++++-
 session.c      |  8 +++++---
 sftp-server.c  |  8 +++++---
 ssh.c          | 30 ++++++++++++++++++++++--------
 ssh_config.5   | 14 +++++++-------
 sshd_config.5  | 16 +++++++++-------
 8 files changed, 67 insertions(+), 35 deletions(-)

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


More information about the openssh-commits mailing list