summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* upstream: tweak the description of KnownHostsCommand in ssh_conf.5,jmc@openbsd.org2020-12-293-14/+16
* whitespace at EOLDamien Miller2020-12-221-4/+4
* whitespace at EOLDamien Miller2020-12-221-1/+1
* Improve AIX text.Darren Tucker2020-12-221-8/+8
* Include stdio.h for FILE in misc.h.Darren Tucker2020-12-222-0/+2
* ensure $LOGNAME is set in testsDamien Miller2020-12-221-0/+4
* upstream: more detail for failing testsdjm@openbsd.org2020-12-221-3/+3
* upstream: regress test for KnownHostsCommanddjm@openbsd.org2020-12-222-4/+58
* upstream: Remove lines accidentally left behind in the ProxyJumptb@openbsd.org2020-12-221-4/+1
* upstream: add a ssh_config KnownHostsCommand that allows the clientdjm@openbsd.org2020-12-227-16/+188
* upstream: move subprocess() from auth.c to misc.cdjm@openbsd.org2020-12-225-167/+190
* upstream: Remove explicit rijndael-cbc@lysator.liu.se test since thedtucker@openbsd.org2020-12-221-2/+2
* upstream: Remove the pre-standardization cipherdtucker@openbsd.org2020-12-211-3/+1
* upstream: properly fix ProxyJump parsing; Thanks to tb@ fordjm@openbsd.org2020-12-211-4/+9
* upstream: adapt to API change in hostkeys_foreach()/load_hostkeys()djm@openbsd.org2020-12-211-19/+72
* upstream: few more things needs match.c and addrmatch.c now thatdjm@openbsd.org2020-12-213-3/+7
* Pull in missing rev 1.2.Darren Tucker2020-12-211-4/+11
* upstream: plumb ssh_conn_info through to sshconnect.c; feedback/okdjm@openbsd.org2020-12-214-53/+57
* upstream: allow UserKnownHostsFile=none; feedback and ok markus@djm@openbsd.org2020-12-212-13/+35
* upstream: load_hostkeys()/hostkeys_foreach() variants for FILE*djm@openbsd.org2020-12-217-34/+76
* upstream: Print client kem key with correct length.tobhe@openbsd.org2020-12-211-2/+2
* upstream: fix possible error("%s", NULL) on error pathsdjm@openbsd.org2020-12-211-3/+3
* upstream: refactor client percent_expand() argument passing;djm@openbsd.org2020-12-212-66/+95
* upstream: prepare readconf.c for fuzzing; remove fatal calls anddjm@openbsd.org2020-12-214-161/+412
* upstream: use _PATH_SSH_USER_DIR instead of hardcoded .ssh in pathdjm@openbsd.org2020-12-141-3/+3
* basic KEX fuzzer; adapted from Markus' unittestDamien Miller2020-12-042-1/+525
* use options that work with recent clangDamien Miller2020-12-041-2/+2
* upstream: shuffle a few utility functions into sftp-client.c; fromdjm@openbsd.org2020-12-043-55/+69
* upstream: make ssh_free(NULL) a no-opdjm@openbsd.org2020-12-041-1/+4
* upstream: memleak of DH public bignum; found with libfuzzerdjm@openbsd.org2020-12-041-1/+2
* upstream: fix minor memleak of kex->hostkey_alg on rekexdjm@openbsd.org2020-12-041-1/+2
* upstream: typos: s/hex/kex/ in error messagesdjm@openbsd.org2020-12-041-3/+3
* upstream: make program name be constdjm@openbsd.org2020-12-042-5/+6
* upstream: Ignore comments at the end of config lines in ssh_config,dtucker@openbsd.org2020-12-041-2/+9
* upstream: Include cipher.h for declaration of cipher_by_name.dtucker@openbsd.org2020-11-281-1/+2
* upstream: check result of strchr() against NULL rather thandjm@openbsd.org2020-11-281-2/+2
* upstream: Document ssh-keygen -Z, sanity check its argument earlier anddtucker@openbsd.org2020-11-272-5/+17
* upstream: Set the specified TOS/DSCP for interactive use prior todjm@openbsd.org2020-11-274-41/+68
* upstream: clean up passing of struct passwd from monitor to preauthdjm@openbsd.org2020-11-272-13/+38
* upstream: when loading PKCS#11 keys, include the key fingerprintsdjm@openbsd.org2020-11-271-3/+22
* upstream: when mentioning that the host key has changed, don'tdjm@openbsd.org2020-11-271-3/+3
* Use "=" not "==" in string test.Darren Tucker2020-11-251-1/+1
* Restore correct flags during localtime_r check.Darren Tucker2020-11-201-1/+1
* upstream: When doing an sftp recursive upload or download of adtucker@openbsd.org2020-11-201-6/+16
* Add new pselect6_time64 syscall on ARM.Darren Tucker2020-11-201-0/+3
* upstream: Explicitly initialize all members of thedtucker@openbsd.org2020-11-201-2/+2
* upstream: draft-ietf-secsh-architecture is now RFC4251.dtucker@openbsd.org2020-11-201-2/+2
* upstream: Specify that the KDF function is bcrypt. Based on githubdtucker@openbsd.org2020-11-171-3/+5
* upstream: revert r1.341; it breaks ProxyJump; reported by sthen@djm@openbsd.org2020-11-151-3/+3
* upstream: scrub keyboard-interactive authentication prompts comingdjm@openbsd.org2020-11-131-3/+5