[openssh-commits] [openssh] branch master updated (2b13d393 -> b6a40136)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Apr 10 11:48:03 AEST 2020


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

dtucker pushed a change to branch master
in repository openssh.

      from  2b13d393  upstream: let sshkey_try_load_public() load public keys from the
       new  990687a0  upstream: Add TOKEN percent expansion to LocalFoward and RemoteForward
       new  abc3e0a5  upstream: Add utf8.c for asmprintf used by krl.c
       new  b6a40136  upstream: Add tests for TOKEN expansion of LocalForward and

The 3 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 b6a4013647db67ec622c144a9e05dd768f1966b3
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Apr 10 00:54:03 2020 +0000

    upstream: Add tests for TOKEN expansion of LocalForward and
    
    RemoteForward.
    
    OpenBSD-Regress-ID: 90fcbc60d510eb114a2b6eaf4a06ff87ecd80a89

commit abc3e0a5179c13c0469a1b11fe17d832abc39999
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Apr 6 09:43:55 2020 +0000

    upstream: Add utf8.c for asmprintf used by krl.c
    
    OpenBSD-Regress-ID: 433708d11165afdb189fe635151d21659dd37a37

commit 990687a0336098566c3a854d23cce74a31ec6fe2
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Apr 10 00:52:07 2020 +0000

    upstream: Add TOKEN percent expansion to LocalFoward and RemoteForward
    
    when used for Unix domain socket forwarding.  Factor out the code for the
    config keywords that use the most common subset of TOKENS into its own
    function. bz#3014, ok jmc@ (man page bits) djm@
    
    OpenBSD-Commit-ID: bffc9f7e7b5cf420309a057408bef55171fd0b97

Summary of changes:
 regress/percent.sh                  |  11 ++-
 regress/unittests/authopt/Makefile  |   3 +-
 regress/unittests/hostkeys/Makefile |   3 +-
 regress/unittests/kex/Makefile      |   3 +-
 regress/unittests/sshkey/Makefile   |   3 +-
 ssh.c                               | 137 +++++++++++++++++++++++-------------
 ssh_config.5                        |  31 +++++---
 7 files changed, 126 insertions(+), 65 deletions(-)

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


More information about the openssh-commits mailing list