[openssh-commits] [openssh] branch master updated (c9bab1d3 -> 188e332d)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri May 29 15:46:53 AEST 2020


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

djm pushed a change to branch master
in repository openssh.

      from  c9bab1d3  depend
       new  4a1b46e6  upstream: Allow some keywords to expand shell-style ${ENV}
       new  188e332d  upstream: mention that wildcards are processed in lexical order;

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 188e332d1c8f9f24e5b6659e9680bf083f837df9
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri May 29 05:37:03 2020 +0000

    upstream: mention that wildcards are processed in lexical order;
    
    bz#3165
    
    OpenBSD-Commit-ID: 8856f3d1612bd42e9ee606d89386cae456dd165c

commit 4a1b46e6d032608b7ec00ae51c4e25b82f460b05
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri May 29 04:25:40 2020 +0000

    upstream: Allow some keywords to expand shell-style ${ENV}
    
    environment variables on the client side.  The supported keywords are
    CertificateFile, ControlPath, IdentityAgent and IdentityFile, plus
    LocalForward and RemoteForward when used for Unix domain socket paths.  This
    would for example allow forwarding of Unix domain socket paths that change at
    runtime.  bz#3140, ok djm@
    
    OpenBSD-Commit-ID: a4a2e801fc2d4df2fe0e58f50d9c81b03822dffa

Summary of changes:
 misc.c        | 165 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 misc.h        |   5 +-
 readconf.c    |  20 +++++--
 ssh.c         |  40 +++++++++++---
 ssh_config.5  |  54 +++++++++++++++----
 sshd_config.5 |   6 +--
 6 files changed, 234 insertions(+), 56 deletions(-)

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


More information about the openssh-commits mailing list