summaryrefslogtreecommitdiff
path: root/sshd.c
Commit message (Expand)AuthorAgeFilesLines
* upstream: update setproctitle after re-exec; ok djmmarkus@openbsd.org2020-07-151-1/+2
* upstream: keep ignoring HUP after fork+exec; ok djmmarkus@openbsd.org2020-07-151-1/+2
* upstream: don't exit the listener on send_rexec_state errors; okmarkus@openbsd.org2020-07-151-2/+2
* upstream: check public host key matches private; ok markus@ (asdjm@openbsd.org2020-06-191-2/+11
* upstream: unbreak "sshd -ddd" - close of config passing fd happened toodjm@openbsd.org2020-06-051-2/+1
* upstream: improve logging for MaxStartups connection throttling:djm@openbsd.org2020-05-271-24/+64
* upstream: sshd listener must not block if reexecd sshd exitsmarkus@openbsd.org2020-05-271-2/+3
* upstream: fix compilation with DEBUG_KEXDH; bz#3160 ok dtucker@djm@openbsd.org2020-05-271-5/+6
* upstream: use sshpkt_fatal() for kex_exchange_identification()djm@openbsd.org2020-03-141-3/+4
* upstream: Don't clear alarm timers in listening sshd. Previouslydtucker@openbsd.org2020-03-141-8/+2
* upstream: spelling errors in comments; no code change fromdjm@openbsd.org2020-03-141-2/+2
* upstream: whitespacedjm@openbsd.org2020-02-011-3/+2
* upstream: force early logging to stderr if debug_flag (-d) is set;djm@openbsd.org2020-02-011-2/+2
* upstream: mistake in previous: filling the incorrect bufferdjm@openbsd.org2020-02-011-1/+1
* upstream: Add a sshd_config "Include" directive to allow inclusiondjm@openbsd.org2020-02-011-16/+49
* upstream: tweak proctitle to include sshd arguments, as these aredjm@openbsd.org2020-01-251-4/+18
* upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org2020-01-231-16/+18
* upstream: expose the number of currently-authenticating connectionsdjm@openbsd.org2020-01-221-2/+8
* remove accidental change in f8c11461Damien Miller2020-01-221-6/+1
* upstream: pass SSH_SK_HELPER explicitly past $SUDO to avoid it gettingdjm@openbsd.org2020-01-211-1/+6
* upstream: allow security keys to act as host keys as well as userdjm@openbsd.org2019-12-161-7/+35
* upstream: additional missing stdarg.h includes when built withoutnaddy@openbsd.org2019-11-201-1/+1
* upstream: When clients get denied by MaxStartups, send adtucker@openbsd.org2019-11-151-1/+4
* upstream: Refactor signing - use sshkey_sign for everything,djm@openbsd.org2019-11-011-4/+4
* upstream: Signal handler cleanup: remove leftover support fordtucker@openbsd.org2019-10-291-4/+1
* upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org2019-07-051-15/+15
* upstream: Add protection for private keys at rest in RAM againstdjm@openbsd.org2019-06-211-2/+8
* upstream: Replace calls to ssh_malloc_init() by a static init ofotto@openbsd.org2019-06-081-3/+1
* upstream: When running sshd -T, assume any attibute not provided bydtucker@openbsd.org2019-05-081-1/+2
* upstream: Fix two race conditions in sshd relating to SIGHUP:djm@openbsd.org2019-03-011-28/+86
* upstream: rename kex->kem_client_pub -> kex->client_pub now thatdjm@openbsd.org2019-01-211-9/+9
* upstream: use KEM API for vanilla ECDHdjm@openbsd.org2019-01-211-2/+2
* upstream: use KEM API for vanilla DH KEXdjm@openbsd.org2019-01-211-6/+6
* upstream: use KEM API for vanilla c25519 KEXdjm@openbsd.org2019-01-211-2/+2
* upstream: Add support for a PQC KEX/KEM:djm@openbsd.org2019-01-211-1/+2
* last bits of old packet API / active_state globalDamien Miller2019-01-201-4/+4
* upstream: remove last references to active_statedjm@openbsd.org2019-01-201-27/+36
* upstream: convert monitor.c to new packet APIdjm@openbsd.org2019-01-201-6/+5
* upstream: convert sshd.c to new packet APIdjm@openbsd.org2019-01-201-30/+39
* upstream: convert auth2.c to new packet APIDamien Miller2019-01-201-2/+3
* upstream: convert servconf.c to new packet APIdjm@openbsd.org2019-01-201-3/+3
* upstream: begin landing remaining refactoring of packet parsingdjm@openbsd.org2019-01-201-1/+4
* upstream: many of the global variables in this file can be made static;djm@openbsd.org2019-01-171-16/+16
* upstream: move client/server SSH-* banners to buffers underdjm@openbsd.org2018-12-271-114/+4
* refactor libcrypto initialisationDamien Miller2018-11-231-6/+2
* upstream: silence (to log level debug2) failure messages whendjm@openbsd.org2018-11-191-5/+8
* upstream: use path_absolute() for pathname checks; from Manoj Ampalamdjm@openbsd.org2018-11-161-2/+2
* upstream: refer to OpenSSL not SSLeay;djm@openbsd.org2018-10-231-3/+3
* upstream: when compiled with GSSAPI support, cache supported methoddjm@openbsd.org2018-09-211-3/+2
* upstream: hold our collective noses and use the openssl-1.1.x API indjm@openbsd.org2018-09-131-3/+3