Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-09-05 | upstream: expose allowed_signers options parsing code in header for | djm@openbsd.org | 2 | -9/+17 | |
fuzzing rename to make more consistent with philosophically-similar auth options parsing API. OpenBSD-Commit-ID: 0c67600ef04187f98e2912ca57b60c22a8025b7c | |||||
2019-09-05 | upstream: Call comma-separated lists as such to clarify semantics. | naddy@openbsd.org | 2 | -18/+18 | |
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 | |||||
2019-09-05 | upstream: tweak previous; | jmc@openbsd.org | 1 | -5/+5 | |
OpenBSD-Commit-ID: 0abd728aef6b5b35f6db43176aa83b7e3bf3ce27 | |||||
2019-09-05 | upstream: repair typo and editing mishap | naddy@openbsd.org | 2 | -3/+3 | |
OpenBSD-Commit-ID: d125ab720ca71ccf9baf83e08ddc8c12a328597e | |||||
2019-09-05 | Fuzzer harness for sshsig | Damien Miller | 2 | -1/+39 | |