summaryrefslogtreecommitdiff
path: root/sshd.c
Commit message (Expand)AuthorAgeFilesLines
* upstream: Id sync only, -portable already has this.dtucker@openbsd.org2021-07-191-1/+1
* Sync remaining ChallengeResponse removal.Darren Tucker2021-07-031-5/+1
* upstream: Continue accept loop when pselectdtucker@openbsd.org2021-06-101-2/+2
* upstream: Match host certificates against host public keys, not privatedjm@openbsd.org2021-06-061-2/+2
* upstream: Switch the listening select loop from select() todtucker@openbsd.org2021-06-041-14/+31
* upstream: don't sigdie() in signal handler in privsep child process;djm@openbsd.org2021-05-101-5/+8
* upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org2021-04-031-4/+6
* Only call dh_set_moduli_file if using OpenSSL.Darren Tucker2021-03-131-0/+2
* upstream: Add ModuliFile keyword to sshd_config to specify thedtucker@openbsd.org2021-03-131-1/+5
* upstream: Remove debug message from sigchld handler. While thisdtucker@openbsd.org2021-02-051-3/+1
* upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_tdjm@openbsd.org2021-01-271-11/+1
* upstream: remove global variable used to stash compat flags and use thedjm@openbsd.org2021-01-271-5/+5
* upstream: Add PerSourceMaxStartups and PerSourceNetBlockSizedtucker@openbsd.org2021-01-111-5/+15
* upstream: Update/replace the experimental post-quantim hybrid keydjm@openbsd.org2020-12-291-2/+2
* upstream: Replace WITH_OPENSSL ifdefs in log calls with a macro.dtucker@openbsd.org2020-11-091-16/+3
* upstream: use the new variant log macros instead of prependingdjm@openbsd.org2020-10-181-78/+73
* upstream: LogVerbose keyword for ssh and sshddjm@openbsd.org2020-10-171-2/+5
* upstream: There are lots of place where we want to redirect stdin,djm@openbsd.org2020-10-031-19/+5
* upstream: support for user-verified FIDO keysdjm@openbsd.org2020-08-271-4/+4
* 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