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