summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-11upstream: Correct spelling of persourcenetblocksize in config-dumpdtucker@openbsd.org
2021-01-11upstream: Adjust kexfuzz to addr.c/addrmatch.c split.dtucker@openbsd.org
2021-01-11upstream: Update unittests for addr.c/addrmatch.c split.dtucker@openbsd.org
2021-01-11upstream: Change convtime() from returning long to returning int.dtucker@openbsd.org
2021-01-11upstream: add a comma to previous;jmc@openbsd.org
2021-01-11upstream: Add PerSourceMaxStartups and PerSourceNetBlockSizedtucker@openbsd.org
2021-01-11upstream: Move address handling functions out into their own filedtucker@openbsd.org
2021-01-09Add test against Graphene hardened malloc.Darren Tucker
2021-01-08upstream: make CheckHostIP default to 'no'. It doesn't provide anydjm@openbsd.org
2021-01-08Run tests with sudo for better coverage.Darren Tucker
2021-01-08Add Ubuntu 16.04 and 20.04 test targets.Darren Tucker
2021-01-08upstream: If a signature operation on a FIDO key fails with adjm@openbsd.org
2021-01-08upstream: don't try to use timespeccmp(3) directly as a qsort(3)djm@openbsd.org
2021-01-08upstream: Update the sntrup761 creation script and generated code:dtucker@openbsd.org
2021-01-08upstream: mention that DisableForwarding is valid in a sshd_configdjm@openbsd.org
2021-01-08upstream: estructure sntrup761.sh to process all files in a singledtucker@openbsd.org
2021-01-08upstream: Prevent redefinition of `crypto_int32' error with gcc3.tobhe@openbsd.org
2021-01-01Undef int32 after sort routines.Darren Tucker
2020-12-31fix: missing pieces of previous commitDamien Miller
2020-12-31upstream: Use int64_t for intermediate values in int32_MINMAX totobhe@openbsd.org
2020-12-29adapt KEX fuzzer to PQ kex changeDamien Miller
2020-12-29upstream: Adapt to replacement ofdjm@openbsd.org
2020-12-29upstream: Update/replace the experimental post-quantim hybrid keydjm@openbsd.org
2020-12-29upstream: tweak the description of KnownHostsCommand in ssh_conf.5,jmc@openbsd.org
2020-12-22whitespace at EOLDamien Miller
2020-12-22whitespace at EOLDamien Miller
2020-12-22Improve AIX text.Darren Tucker
2020-12-22Include stdio.h for FILE in misc.h.Darren Tucker
2020-12-22ensure $LOGNAME is set in testsDamien Miller
2020-12-22upstream: more detail for failing testsdjm@openbsd.org
2020-12-22upstream: regress test for KnownHostsCommanddjm@openbsd.org
2020-12-22upstream: Remove lines accidentally left behind in the ProxyJumptb@openbsd.org
2020-12-22upstream: add a ssh_config KnownHostsCommand that allows the clientdjm@openbsd.org
2020-12-22upstream: move subprocess() from auth.c to misc.cdjm@openbsd.org
2020-12-22upstream: Remove explicit rijndael-cbc@lysator.liu.se test since thedtucker@openbsd.org
2020-12-21upstream: Remove the pre-standardization cipherdtucker@openbsd.org
2020-12-21upstream: properly fix ProxyJump parsing; Thanks to tb@ fordjm@openbsd.org
2020-12-21upstream: adapt to API change in hostkeys_foreach()/load_hostkeys()djm@openbsd.org
2020-12-21upstream: few more things needs match.c and addrmatch.c now thatdjm@openbsd.org
2020-12-21Pull in missing rev 1.2.Darren Tucker
2020-12-21upstream: plumb ssh_conn_info through to sshconnect.c; feedback/okdjm@openbsd.org
2020-12-21upstream: allow UserKnownHostsFile=none; feedback and ok markus@djm@openbsd.org
2020-12-21upstream: load_hostkeys()/hostkeys_foreach() variants for FILE*djm@openbsd.org
2020-12-21upstream: Print client kem key with correct length.tobhe@openbsd.org
2020-12-21upstream: fix possible error("%s", NULL) on error pathsdjm@openbsd.org
2020-12-21upstream: refactor client percent_expand() argument passing;djm@openbsd.org
2020-12-21upstream: prepare readconf.c for fuzzing; remove fatal calls anddjm@openbsd.org
2020-12-14upstream: use _PATH_SSH_USER_DIR instead of hardcoded .ssh in pathdjm@openbsd.org
2020-12-04basic KEX fuzzer; adapted from Markus' unittestDamien Miller
2020-12-04use options that work with recent clangDamien Miller