Age | Commit message (Expand) | Author |
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 |
2019-01-21 | Add support for a PQC KEX/KEM: sntrup4591761x25519-sha512@tinyssh.org | Damien Miller |
2019-01-19 | remove last references to active_state | Damien Miller |
2019-01-19 | convert monitor.c to new packet API | Damien Miller |
2019-01-19 | convert sshd.c to new packet API | Damien Miller |
2019-01-19 | convert auth2.c to new packet API | Damien Miller |
2019-01-19 | convert servconf.c to new packet API | Damien Miller |
2019-01-19 | begin landing remaining refactoring of packet parsing API, started | Damien Miller |
2019-01-17 | many of the global variables in this file can be made static; | Damien Miller |
2018-12-27 | move client/server SSH-* banners to buffers under ssh->kex and factor | Damien Miller |
2018-11-19 | silence (to log level debug2) failure messages when loading the default | Damien Miller |
2018-11-16 | use path_absolute() for pathname checks; from Manoj Ampalam | Damien Miller |
2018-10-23 | refer to OpenSSL not SSLeay; | Damien Miller |
2018-09-21 | when compiled with GSSAPI support, cache supported method OIDs by | Damien Miller |
2018-09-13 | hold our collective noses and use the openssl-1.1.x API in OpenSSH; | Damien Miller |
2018-08-13 | revert compat.[ch] section of the following change. It causes | Damien Miller |
2018-07-31 | fix some memory leaks spotted by Coverity via Jakub Jelen in bz#2366 | Damien Miller |
2018-07-11 | remove legacy key emulation layer; ok djm@ | Markus Friedl |
2018-07-09 | sshd: switch config to sshbuf API; ok djm@ | Markus Friedl |
2018-07-09 | sshd: switch loginmsg to sshbuf API; ok djm@ | Markus Friedl |
2018-07-03 | Improve strictness and control over RSA-SHA2 signature types: | Damien Miller |
2018-04-13 | Defend against user enumeration timing attacks. | Darren Tucker |
2018-04-10 | lots of typos in comments/docs. Patch from Karsten Weiss after checking | Damien Miller |
2018-03-03 | switch over to the new authorized_keys options API and remove the | Damien Miller |
2018-02-23 | Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures) | Markus Friedl |
2018-02-11 | Don't reset signal handlers inside handlers. | Darren Tucker |
2018-01-23 | Fix a logic bug in sshd_exchange_identification which prevented clients | Stefan Sperling |
2018-01-23 | Drop compatibility hacks for some ancient SSH implementations, including | Damien Miller |
2018-01-23 | unbreak support for clients that advertise a protocol version | Damien Miller |
2018-01-23 | avoid modifying pw->pw_passwd; let endpwent() clean up for us, but | Damien Miller |
2017-11-14 | fix problem in configuration parsing when in config dump mode (sshd -T) | Damien Miller |
2017-11-03 | When doing a config test with sshd -T, only require the attributes | Darren Tucker |
2017-10-27 | improve printing of rdomain on accept() a little | Damien Miller |
2017-10-25 | add a "rdomain" criteria for the sshd_config Match keyword to allow | Damien Miller |
2017-10-25 | add sshd_config RDomain keyword to place sshd and the subsequent | Damien Miller |