[openssh-commits] [openssh] branch master updated (f96f17f9 -> 32f2d0aa)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Apr 17 17:17:50 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 f96f17f9 sys/sysctl.h is only used on OpenBSD
new 44ae009a upstream: auth2-pubkey r1.89 changed the order of operations to
new 4e04f46f upstream: add space beteen macro arg and punctuation;
new 094dd513 upstream: refactor out some duplicate private key loading code;
new 32f2d0aa upstream: repair private key fingerprint printing to also print
The 4 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 32f2d0aad42c15e19bd3b07496076ca891573a58
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Apr 17 07:16:07 2020 +0000
upstream: repair private key fingerprint printing to also print
comment after regression caused by my recent pubkey loading refactor.
Reported by loic AT venez.fr, ok dtucker@
OpenBSD-Commit-ID: f8db49acbee6a6ccb2a4259135693b3cceedb89e
commit 094dd513f4b42e6a3cebefd18d1837eb709b4d99
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Apr 17 07:15:11 2020 +0000
upstream: refactor out some duplicate private key loading code;
based on patch from loic AT venez.fr, ok dtucker@
OpenBSD-Commit-ID: 5eff2476b0d8d0614924c55e350fb7bb9c84f45e
commit 4e04f46f248f1708e39b900b76c9693c820eff68
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Fri Apr 17 06:12:41 2020 +0000
upstream: add space beteen macro arg and punctuation;
OpenBSD-Commit-ID: c93a6cbb4bf9468fc4c13e64bc1fd4efee201a44
commit 44ae009a0112081d0d541aeaa90088bedb6f21ce
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Apr 17 04:27:03 2020 +0000
upstream: auth2-pubkey r1.89 changed the order of operations to
checking AuthorizedKeysFile first and falling back to AuthorizedKeysCommand
if no key was found in a file. Document this order here; bz3134
OpenBSD-Commit-ID: afce0872cbfcfc1d4910ad7722e50f792a1dce12
Summary of changes:
authfile.c | 43 +++++++++----------------------------------
ssh-keygen.c | 17 ++++++++---------
sshd_config.5 | 10 ++++------
3 files changed, 21 insertions(+), 49 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list