[openssh-commits] [openssh] branch master updated (f4846dfc -> bab6feb0)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Sep 5 14:57:30 AEST 2019
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from f4846dfc Fuzzer harness for sshsig
new 0f44e595 upstream: repair typo and editing mishap
new db1e6f60 upstream: tweak previous;
new 4f9d75fb upstream: Call comma-separated lists as such to clarify semantics.
new bab6feb0 upstream: expose allowed_signers options parsing code in header for
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 bab6feb01f9924758ca7129dba708298a53dde5f
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Sep 5 04:55:32 2019 +0000
upstream: expose allowed_signers options parsing code in header for
fuzzing
rename to make more consistent with philosophically-similar auth
options parsing API.
OpenBSD-Commit-ID: 0c67600ef04187f98e2912ca57b60c22a8025b7c
commit 4f9d75fbafde83d428e291516f8ce98e6b3a7c4b
Author: naddy at openbsd.org <naddy at openbsd.org>
Date: Wed Sep 4 20:31:15 2019 +0000
upstream: Call comma-separated lists as such to clarify semantics.
Options such as Ciphers take values that may be a list of ciphers; the
complete list, not indiviual elements, may be prefixed with a dash or plus
character to remove from or append to the default list, respectively.
Users might read the current text as if each elment took an optional prefix,
so tweak the wording from "values" to "list" to prevent such ambiguity for
all options supporting these semantics.
Fix instances missed in first commit. ok jmc@ kn@
OpenBSD-Commit-ID: 7112522430a54fb9f15a7a26d26190ed84d5e417
commit db1e6f60f03641b2d17e0ab062242609f4ed4598
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Wed Sep 4 05:56:54 2019 +0000
upstream: tweak previous;
OpenBSD-Commit-ID: 0abd728aef6b5b35f6db43176aa83b7e3bf3ce27
commit 0f44e5956c7c816f6600f2a47be4d7bb5a8d711d
Author: naddy at openbsd.org <naddy at openbsd.org>
Date: Tue Sep 3 20:51:49 2019 +0000
upstream: repair typo and editing mishap
OpenBSD-Commit-ID: d125ab720ca71ccf9baf83e08ddc8c12a328597e
Summary of changes:
ssh-keygen.1 | 10 +++++-----
ssh-keygen.c | 4 ++--
ssh_config.5 | 12 ++++++------
sshd_config.5 | 24 ++++++++++++------------
sshsig.c | 20 ++++++++++----------
sshsig.h | 8 ++++++++
6 files changed, 43 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list