[openssh-commits] [openssh] branch master updated (d27bff29 -> b7548b12)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Oct 23 16:23:25 AEDT 2017


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

djm pushed a change to branch master
in repository openssh.

      from  d27bff29  Fix missed RCSID merges
       new  887669ef  upstream commit
       new  b7548b12  upstream commit

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 b7548b12a6b2b4abf4d057192c353147e0abba08
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Oct 23 05:08:00 2017 +0000

    upstream commit
    
    Expose devices allocated for tun/tap forwarding.
    
    At the client, the device may be obtained from a new %T expansion
    for LocalCommand.
    
    At the server, the allocated devices will be listed in a
    SSH_TUNNEL variable exposed to the environment of any user sessions
    started after the tunnel forwarding was established.
    
    ok markus
    
    Upstream-ID: e61e53f8ae80566e9ddc0d67a5df5bdf2f3c9f9e

commit 887669ef032d63cf07f53cada216fa8a0c9a7d72
Author: millert at openbsd.org <millert at openbsd.org>
Date:   Sat Oct 21 23:06:24 2017 +0000

    upstream commit
    
    Add URI support to ssh, sftp and scp.  For example
    ssh://user@host or sftp://user@host/path.  The connection parameters
    described in draft-ietf-secsh-scp-sftp-ssh-uri-04 are not implemented since
    the ssh fingerprint format in the draft uses md5 with no way to specify the
    hash function type.  OK djm@
    
    Upstream-ID: 4ba3768b662d6722de59e6ecb00abf2d4bf9cacc

Summary of changes:
 clientloop.c              |  12 +-
 clientloop.h              |   4 +-
 misc.c                    | 307 ++++++++++++++++++++++++++++++++++++++++++++--
 misc.h                    |   7 +-
 openbsd-compat/port-tun.c |  16 ++-
 openbsd-compat/port-tun.h |   2 +-
 readconf.c                |  54 ++++----
 readconf.h                |   3 +-
 scp.1                     |  41 ++++---
 scp.c                     | 199 ++++++++++++++++--------------
 serverloop.c              |  22 +++-
 session.c                 |   5 +-
 sftp.1                    |  77 ++++++------
 sftp.c                    |  58 +++++----
 ssh.1                     |  41 ++++---
 ssh.c                     | 162 ++++++++++++++----------
 ssh_config.5              |  19 ++-
 17 files changed, 708 insertions(+), 321 deletions(-)

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


More information about the openssh-commits mailing list