summaryrefslogtreecommitdiff
path: root/sshd.c
AgeCommit message (Expand)Author
2020-10-18Add systemd readiness notification supportMichael Biebl
2020-10-18Add DebianBanner server configuration optionKees Cook
2020-10-18Handle SELinux authorisation rolesManoj Srivastava
2020-10-18Restore TCP wrappers supportColin Watson
2020-10-18GSSAPI key exchange supportSimon Wilkinson
2020-08-27upstream: support for user-verified FIDO keysdjm@openbsd.org
2020-07-15upstream: update setproctitle after re-exec; ok djmmarkus@openbsd.org
2020-07-15upstream: keep ignoring HUP after fork+exec; ok djmmarkus@openbsd.org
2020-07-15upstream: don't exit the listener on send_rexec_state errors; okmarkus@openbsd.org
2020-06-19upstream: check public host key matches private; ok markus@ (asdjm@openbsd.org
2020-06-05upstream: unbreak "sshd -ddd" - close of config passing fd happened toodjm@openbsd.org
2020-05-27upstream: improve logging for MaxStartups connection throttling:djm@openbsd.org
2020-05-27upstream: sshd listener must not block if reexecd sshd exitsmarkus@openbsd.org
2020-05-27upstream: fix compilation with DEBUG_KEXDH; bz#3160 ok dtucker@djm@openbsd.org
2020-03-14upstream: use sshpkt_fatal() for kex_exchange_identification()djm@openbsd.org
2020-03-14upstream: Don't clear alarm timers in listening sshd. Previouslydtucker@openbsd.org
2020-03-14upstream: spelling errors in comments; no code change fromdjm@openbsd.org
2020-02-01upstream: whitespacedjm@openbsd.org
2020-02-01upstream: force early logging to stderr if debug_flag (-d) is set;djm@openbsd.org
2020-02-01upstream: mistake in previous: filling the incorrect bufferdjm@openbsd.org
2020-02-01upstream: Add a sshd_config "Include" directive to allow inclusiondjm@openbsd.org
2020-01-25upstream: tweak proctitle to include sshd arguments, as these aredjm@openbsd.org
2020-01-23upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org
2020-01-22upstream: expose the number of currently-authenticating connectionsdjm@openbsd.org
2020-01-22remove accidental change in f8c11461Damien Miller
2020-01-21upstream: pass SSH_SK_HELPER explicitly past $SUDO to avoid it gettingdjm@openbsd.org
2019-12-16upstream: allow security keys to act as host keys as well as userdjm@openbsd.org
2019-11-20upstream: additional missing stdarg.h includes when built withoutnaddy@openbsd.org
2019-11-15upstream: When clients get denied by MaxStartups, send adtucker@openbsd.org
2019-11-01upstream: Refactor signing - use sshkey_sign for everything,djm@openbsd.org
2019-10-29upstream: Signal handler cleanup: remove leftover support fordtucker@openbsd.org
2019-07-05upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org
2019-06-21upstream: Add protection for private keys at rest in RAM againstdjm@openbsd.org
2019-06-08upstream: Replace calls to ssh_malloc_init() by a static init ofotto@openbsd.org
2019-05-08upstream: When running sshd -T, assume any attibute not provided bydtucker@openbsd.org
2019-03-01upstream: Fix two race conditions in sshd relating to SIGHUP:djm@openbsd.org
2019-01-21upstream: rename kex->kem_client_pub -> kex->client_pub now thatdjm@openbsd.org
2019-01-21upstream: use KEM API for vanilla ECDHdjm@openbsd.org
2019-01-21upstream: use KEM API for vanilla DH KEXdjm@openbsd.org
2019-01-21upstream: use KEM API for vanilla c25519 KEXdjm@openbsd.org
2019-01-21upstream: Add support for a PQC KEX/KEM:djm@openbsd.org
2019-01-20last bits of old packet API / active_state globalDamien Miller
2019-01-20upstream: remove last references to active_statedjm@openbsd.org
2019-01-20upstream: convert monitor.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert sshd.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert auth2.c to new packet APIDamien Miller
2019-01-20upstream: convert servconf.c to new packet APIdjm@openbsd.org
2019-01-20upstream: begin landing remaining refactoring of packet parsingdjm@openbsd.org
2019-01-17upstream: many of the global variables in this file can be made static;djm@openbsd.org
2018-12-27upstream: move client/server SSH-* banners to buffers underdjm@openbsd.org