index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sshd.c
Age
Commit message (
Expand
)
Author
2022-07-01
Remove extra line leftover from merge conflict. ok djm@
Darren Tucker
2022-07-01
Don't leak the strings allocated by order_hostkeyalgs() and
Darren Tucker
2022-06-24
Roll back previous KEX changes as they aren't safe until
Darren Tucker
2022-06-24
Don't leak the strings allocated by order_hostkeyalgs() and
Darren Tucker
2022-06-17
Log an error if pipe() fails while accepting a connection. bz#3447, from
Darren Tucker
2022-03-18
don't try to resolve ListenAddress directives in the sshd re-exec
Damien Miller
2022-03-01
pack pollfd array before server_accept_loop() ppoll() call,
Damien Miller
2022-02-01
Remove explicit kill of privsep preauth child's PID in SIGALRM handler.
Darren Tucker
2021-11-18
fd leak in sshd listen loop error path; from Gleb Smirnoff
Damien Miller
2021-11-18
check for POLLHUP as well as POLLIN in sshd listen loop;
Damien Miller
2021-11-17
set num_listen_socks to 0 on close-all instead of -1, which
Damien Miller
2021-11-14
use ppoll() instead of pselect()
Theo de Raadt
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
[next]