[openssh-commits] [openssh] branch master updated (649205fe -> 0121aa87)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Dec 22 15:44:20 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 649205fe upstream: Remove explicit rijndael-cbc at lysator.liu.se test since the
new a34e14a5 upstream: move subprocess() from auth.c to misc.c
new da4bf0db upstream: add a ssh_config KnownHostsCommand that allows the client
new 0121aa87 upstream: Remove lines accidentally left behind in the ProxyJump
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 0121aa87bab9ad2365de2d07f2832b56d5ff9871
Author: tb at openbsd.org <tb at openbsd.org>
Date: Tue Dec 22 03:05:31 2020 +0000
upstream: Remove lines accidentally left behind in the ProxyJump
parsing fix r1.345.
ok djm
OpenBSD-Commit-ID: fe767c108c8117bea33767b080ff62eef2c55f5c
commit da4bf0db942b5f0278f33238b86235e5813d7a5a
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Dec 22 00:15:22 2020 +0000
upstream: add a ssh_config KnownHostsCommand that allows the client
to obtain known_hosts data from a command in addition to the usual files.
The command accepts bunch of %-expansions, including details of the
connection and the offered server host key. Note that the command may
be invoked up to three times per connection (see the manpage for
details).
ok markus@
OpenBSD-Commit-ID: 2433cff4fb323918ae968da6ff38feb99b4d33d0
commit a34e14a5a0071de2036826a00197ce38c8b4ba8b
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Dec 22 00:12:22 2020 +0000
upstream: move subprocess() from auth.c to misc.c
make privilege dropping optional but allow it via callbacks (to avoid
need to link uidswap.c everywhere)
add some other flags (keep environment, disable strict path safety check)
that make this more useful for client-side use.
feedback & ok markus@
OpenBSD-Commit-ID: a80ea9fdcc156f1a18e9c166122c759fae1637bf
Summary of changes:
auth.c | 154 +--------------------------------------------------
auth.h | 8 +--
auth2-pubkey.c | 12 ++--
misc.c | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
misc.h | 12 +++-
readconf.c | 15 +++--
readconf.h | 4 +-
ssh.1 | 5 +-
ssh_config.5 | 58 ++++++++++++++++++-
sshconnect.c | 110 +++++++++++++++++++++++++++++++++++--
sshconnect.h | 6 +-
sshconnect2.c | 9 ++-
12 files changed, 378 insertions(+), 186 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list