summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2020-11-30Ignore comments at the end of config lines in ssh_config, similar to whatDarren Tucker
2020-11-28Include cipher.h for declaration of cipher_by_name.Darren Tucker
2020-11-28check result of strchr() against NULL rather than searched-forDamien Miller
2020-11-27Document ssh-keygen -Z, sanity check its argument earlier and provideDarren Tucker
2020-11-27Set the specified TOS/DSCP for interactive use prior to TCP connect.Damien Miller
2020-11-27clean up passing of struct passwd from monitor to preauth privsepDamien Miller
2020-11-22when loading PKCS#11 keys, include the key fingerprints and provider/slotDamien Miller
2020-11-22when mentioning that the host key has changed, don't report the typeDamien Miller
2020-11-20When doing an sftp recursive upload or download of a read-only directory,Darren Tucker
2020-11-20Explicitly initialize all members of the find_by_key_ctx struct. InitializingDarren Tucker
2020-11-19draft-ietf-secsh-architecture is now RFC4251.Darren Tucker
2020-11-17Specify that the KDF function is bcrypt. Based on github PR#214Darren Tucker
2020-11-15revert r1.341; it breaks ProxyJump; reported by sthen@Damien Miller
2020-11-13scrub keyboard-interactive authentication prompts coming from theDamien Miller
2020-11-13prefix keyboard interactive prompts with (user@host) to make it easierDamien Miller
2020-11-12when prompting the user to accept a new hostkey, display any otherDamien Miller
2020-11-12Prevent integer overflow when ridiculously large ConnectTimeout isDarren Tucker
2020-11-11fix logic error that broke URI parsing in ProxyJump directives;Damien Miller
2020-11-10Free the previously allocated msg buffer after writing it out.Claudio Jeker
2020-11-08unbreak; missing NULL checkDamien Miller
2020-11-08when requesting a security key touch on stderr, inform the user onceDamien Miller
2020-11-08Add a comment documenting the source of the moduli group sizes.Darren Tucker
2020-11-08Replace WITH_OPENSSL ifdefs in log calls with a macro. The log callsDarren Tucker
2020-11-03fold consecutive '*' wildcards to mitigate combinatorial explosionDamien Miller
2020-10-30print reason in fatal error message when kex_assemble_namelist() failsDamien Miller
2020-10-29fix sshd_config SetEnv directive inside Match blocks; part of githubDamien Miller
2020-10-29fix type of nid in type_bits_valid(); github PR#202 from github userDamien Miller
2020-10-29whitespace; no code changeDamien Miller
2020-10-29UpdateHostkeys: fixed/better detection of host keys that exist underDamien Miller
2020-10-26Minor man page fixes (capitalization, commas) identified by theDarren Tucker
2020-10-19Adapt XMSS to new logging infrastructure. With markus@, ok djm@.Darren Tucker
2020-10-19fix SEGV on fatal() errors spotted by dtucker@Damien Miller
2020-10-18use the new variant log macros instead of prepending __func__ andDamien Miller
2020-10-18variants of the log methods that append a ssherr.h string fromDamien Miller
2020-10-18remove a level of macro indirection; ok markus@Damien Miller
2020-10-18add some variant log.h calls that prepend the calling functionDamien Miller
2020-10-17make the log functions that exit (sshlogdie(), sshfatal(), etc) haveDamien Miller
2020-10-16add space between macro arg and punctuation;Jason McIntyre
2020-10-16LogVerbose keyword for ssh and sshdDamien Miller
2020-10-16revised log infrastructure for OpenSSHDamien Miller
2020-10-16use do_log2 instead of function pointers to different log functionsDamien Miller
2020-10-14make UpdateHostkeys still more conservative: refuse to proceed ifDamien Miller
2020-10-12Zap unused family parameter from ssh_connect_direct()kn
2020-10-11UpdateHostkeys: check for keys under other namesDamien Miller
2020-10-11UpdateHostkeys: better CheckHostIP handlingDamien Miller
2020-10-11UpdateHostkeys: better detect manual host entriesDamien Miller
2020-10-08don't misdetect comma-separated hostkey names as wildcards;Damien Miller
2020-10-08clarify conditions for UpdateHostkeysDamien Miller
2020-10-07Disable UpdateHostkeys when hostkey checking failsDamien Miller
2020-10-07Fix UpdateHostkeys/HashKnownHosts/CheckHostIP bugDamien Miller