[openssh-commits] [openssh] branch master updated (d8ac9af6 -> d5318a78)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Apr 3 13:43:16 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 d8ac9af6 upstream: Cast lifetime to u_long for comparison to prevent unsigned
new af628b8a upstream: add allocating variant of the safe utf8 printer; ok
new 6ec74571 upstream: give ssh-keygen the ability to dump the contents of a
new ed833da1 upstream: Make with config keywords support which
new 663e84bb upstream: make failures when establishing "Tunnel" forwarding terminate
new d5318a78 upstream: Add regression test for percent expansions where possible.
The 5 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 d5318a784d016478fc8da90a38d9062c51c10432
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Apr 3 02:33:31 2020 +0000
upstream: Add regression test for percent expansions where possible.
OpenBSD-Regress-ID: 7283be8b2733ac1cbefea3048a23d02594485288
commit 663e84bb53de2a60e56a44d538d25b8152b5c1cc
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Apr 3 02:40:32 2020 +0000
upstream: make failures when establishing "Tunnel" forwarding terminate
the connection when ExitOnForwardFailure is enabled; bz3116; ok dtucker
OpenBSD-Commit-ID: ef4b4808de0a419c17579b1081da768625c1d735
commit ed833da176611a39d3376d62154eb88eb440d31c
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Apr 3 02:27:12 2020 +0000
upstream: Make with config keywords support which
percent_expansions more consistent. - %C is moved into its own function and
added to Match Exec. - move the common (global) options into a macro. This
is ugly but it's the least-ugly way I could come up with. - move
IdentityAgent and ForwardAgent percent expansion to before the config dump
to make it regression-testable. - document all of the above
ok jmc@ for man page bits, "makes things less terrible" djm@ for the rest.
OpenBSD-Commit-ID: 4b65664bd6d8ae2a9afaf1a2438ddd1b614b1d75
commit 6ec7457171468da2bbd908b8cd63d298b0e049ea
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Apr 3 02:26:56 2020 +0000
upstream: give ssh-keygen the ability to dump the contents of a
binary key revocation list: ssh-keygen -lQf /path bz#3132; ok dtucker
OpenBSD-Commit-ID: b76afc4e3b74ab735dbde4e5f0cfa1f02356033b
commit af628b8a6c3ef403644d83d205c80ff188c97f0c
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Apr 3 02:25:21 2020 +0000
upstream: add allocating variant of the safe utf8 printer; ok
dtucker as part of a larger diff
OpenBSD-Commit-ID: 037e2965bd50eacc2ffb49889ecae41552744fa0
Summary of changes:
clientloop.c | 7 ++-
clientloop.h | 5 +-
krl.c | 94 +++++++++++++++++++++++++++-
krl.h | 3 +-
readconf.c | 26 +++++++-
readconf.h | 4 +-
regress/percent.sh | 65 +++++++++++++++++++
ssh-keygen.1 | 8 ++-
ssh-keygen.c | 10 +--
ssh.c | 180 +++++++++++++++++++++++++++--------------------------
ssh_config.5 | 30 ++++-----
utf8.c | 16 ++++-
utf8.h | 4 +-
13 files changed, 328 insertions(+), 124 deletions(-)
create mode 100644 regress/percent.sh
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list