Age | Commit message (Expand) | Author |
2021-07-19 | Put dh_set_moduli_file call inside ifdef WITH_OPENSSL. Fixes build with | Darren Tucker |
2021-07-02 | Remove references to ChallengeResponseAuthentication in favour of | Darren Tucker |
2021-06-10 | Continue accept loop when pselect returns -1, eg if it was interrupted | Darren Tucker |
2021-06-06 | Match host certificates against host public keys, not private keys. | Damien Miller |
2021-06-04 | Switch the listening select loop from select() to pselect() and | Darren Tucker |
2021-05-07 | don't sigdie() in signal handler in privsep child process; | Damien Miller |
2021-04-03 | highly polished whitespace, mostly fixing spaces-for-tab and bad | Damien Miller |
2021-03-12 | Add ModuliFile keyword to sshd_config to specify the location of the | Darren Tucker |
2021-02-05 | Remove debug message from sigchld handler. While this works on OpenBSD | Darren Tucker |
2021-01-27 | make ssh->kex->session_id a sshbuf instead of u_char*/size_t and | Damien Miller |
2021-01-27 | remove global variable used to stash compat flags and use the | Damien Miller |
2021-01-09 | Add PerSourceMaxStartups and PerSourceNetBlockSize options which provide | Darren Tucker |
2020-12-29 | Update/replace the experimental post-quantim hybrid key exchange | Damien Miller |
2020-11-08 | Replace WITH_OPENSSL ifdefs in log calls with a macro. The log calls | Darren Tucker |
2020-10-18 | use the new variant log macros instead of prepending __func__ and | Damien Miller |
2020-10-16 | LogVerbose keyword for ssh and sshd | Damien Miller |
2020-10-03 | There are lots of place where we want to redirect stdin, stdout | Damien Miller |
2020-08-27 | support for user-verified FIDO keys | Damien Miller |
2020-07-03 | update setproctitle after re-exec; ok djm | Markus Friedl |
2020-07-03 | keep ignoring HUP after fork+exec; ok djm | Markus Friedl |
2020-07-03 | don't exit the listener on send_rexec_state errors; ok djm | Markus Friedl |
2020-06-18 | check public host key matches private; ok markus@ (as part of | Damien Miller |
2020-06-05 | unbreak "sshd -ddd" - close of config passing fd happened too early. | Damien Miller |
2020-05-26 | improve logging for MaxStartups connection throttling: have sshd log | Damien Miller |
2020-05-15 | sshd listener must not block if reexecd sshd exits early: | Markus Friedl |
2020-05-08 | fix compilation with DEBUG_KEXDH; bz#3160 ok dtucker@ | Damien Miller |
2020-03-13 | use sshpkt_fatal() for kex_exchange_identification() errors. | Damien Miller |
2020-03-13 | Don't clear alarm timers in listening sshd. Previously these timers were | Darren Tucker |
2020-03-13 | spelling errors in comments; no code change | Damien Miller |
2020-01-31 | whitespace | Damien Miller |
2020-01-31 | force early logging to stderr if debug_flag (-d) is set; avoids | Damien Miller |
2020-01-31 | mistake in previous: filling the incorrect buffer | Damien Miller |
2020-01-31 | Add a sshd_config "Include" directive to allow inclusion of files. | Damien Miller |
2020-01-24 | tweak proctitle to include sshd arguments, as these are frequently | Damien Miller |
2020-01-23 | Replace all calls to signal(2) with a wrapper around sigaction(2). | Darren Tucker |
2020-01-21 | expose the number of currently-authenticating connections | Damien Miller |
2019-12-15 | allow security keys to act as host keys as well as user keys. | Damien Miller |
2019-11-18 | additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@ | Christian Weisgerber |
2019-11-13 | When clients get denied by MaxStartups, send a noification prior to | Darren Tucker |
2019-10-31 | Refactor signing - use sshkey_sign for everything, including the new | Damien Miller |
2019-10-29 | Signal handler cleanup: remove leftover support for unreliable signals | Darren Tucker |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-21 | Add protection for private keys at rest in RAM against speculation | Damien Miller |
2019-06-06 | Replace calls to ssh_malloc_init() by a static init of malloc_options. | Otto Moerbeek |
2019-04-18 | When running sshd -T, assume any attibute not provided by -C does not match, | Darren Tucker |
2019-03-01 | Fix two race conditions in sshd relating to SIGHUP: | Damien Miller |
2019-01-21 | merge kexkem[cs] into kexgen | Damien Miller |
2019-01-21 | use KEM API for vanilla ECDH | Damien Miller |
2019-01-21 | use KEM API for vanilla DH KEX | Damien Miller |
2019-01-21 | use KEM API for vanilla c25519 KEX | Damien Miller |