summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-06upstream: better error code for bad arguments; inspired bydjm@openbsd.org
2019-09-05revert config.h/config.h.in freshness checksDamien Miller
2019-09-05extend autoconf freshness testDamien Miller
2019-09-05check that configure/config.h is up to dateDamien Miller
2019-09-05upstream: if a PKCS#11 token returns no keys then try to login anddjm@openbsd.org
2019-09-05upstream: sprinkle in some explicit errors here, otherwise thedjm@openbsd.org
2019-09-05upstream: only send ext_info for KEX_INITIAL; bz#2929 ok dtuckerdjm@openbsd.org
2019-09-05upstream: macro fix; ok djmjmc@openbsd.org
2019-09-05update fuzzing makefile to more recent clangDamien Miller
2019-09-05fuzzer for sshsig allowed_signers option parsingDamien Miller
2019-09-05upstream: memleak on error path; found by libfuzzerdjm@openbsd.org
2019-09-05upstream: expose allowed_signers options parsing code in header fordjm@openbsd.org
2019-09-05upstream: Call comma-separated lists as such to clarify semantics.naddy@openbsd.org
2019-09-05upstream: tweak previous;jmc@openbsd.org
2019-09-05upstream: repair typo and editing mishapnaddy@openbsd.org
2019-09-05Fuzzer harness for sshsigDamien Miller
2019-09-03oops; missed including the actual fileDamien Miller
2019-09-03portability fixes for sshsigDamien Miller
2019-09-03upstream: regress test for sshsig; feedback and ok markus@djm@openbsd.org
2019-09-03upstream: only add plain keys to prevent any certs laying arounddjm@openbsd.org
2019-09-03upstream: sshsig tweaks and improvements from and suggested bydjm@openbsd.org
2019-09-03upstream: sshsig: lightweight signature and verification abilitydjm@openbsd.org
2019-09-03upstream: move authorized_keys option parsing helpsers to misc.cdjm@openbsd.org
2019-09-03upstream: make get_sigtype public as sshkey_get_sigtype(); okdjm@openbsd.org
2019-09-03upstream: move advance_past_options to authfile.c and make itdjm@openbsd.org
2019-09-03upstream: move skip_space() to misc.c and make it public; okdjm@openbsd.org
2019-09-03upstream: authfd: add function to check if key is in agentdjm@openbsd.org
2019-09-03upstream: fix memleak in ssh_free_identitylist(); ok markus@djm@openbsd.org
2019-09-03upstream: factor out confirm_overwrite(); ok markus@djm@openbsd.org
2019-09-03upstream: constify an argumentdjm@openbsd.org
2019-09-02upstream: downgrade PKCS#11 "provider returned no slots" warningdjm@openbsd.org
2019-09-02upstream: print comment when printing pubkey from privatedjm@openbsd.org
2019-09-02fixed test in OSX closefrom() replacementDamien Miller
2019-09-02retain Solaris PRIV_FILE_LINK_ANY in sftp-serverDamien Miller
2019-08-30upstream: Use ed25519 for most hostkey rotation tests since it'sdtucker@openbsd.org
2019-08-30upstream: Test did not compile due to missing symbols. Add sourcebluhm@openbsd.org
2019-08-30tweak warning flagsDamien Miller
2019-08-30proc_pidinfo()-based closefrom() for OS XDamien Miller
2019-08-29upstream: Call comma-separated lists as such to clarify semanticskn@openbsd.org
2019-08-29upstream: include sshbuf-misc.c in SRCS_BASEdjm@openbsd.org
2019-08-24Fix pasto in fallback code.Darren Tucker
2019-08-23use SC_ALLOW_ARG_MASK to limit mmap protectionsDamien Miller
2019-08-23allow mprotect(2) with PROT_(READ|WRITE|NONE) onlyDamien Miller
2019-08-16upstream: switch percent_expand() to use sshbuf instead of a limiteddjm@openbsd.org
2019-08-09upstream: produce a useful error message if the user's shell is setdjm@openbsd.org
2019-08-09upstream: Change description of TCPKeepAlive from "inactive" todtucker@openbsd.org
2019-08-08upstream: Allow the maximimum uint32 value for the argument passed todtucker@openbsd.org
2019-08-08upstream: Many key types are supported now, so take care to checknaddy@openbsd.org
2019-08-08upstream: Remove now-redundant perm_ok arg sincedtucker@openbsd.org
2019-08-05Fix mem leak in unit test.Darren Tucker