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