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
2024-10-14
Split per-connection sshd-session binary
Damien Miller
2024-09-15
Add a "refuseconnection" penalty class to sshd_config
Damien Miller
2024-09-12
Relax absolute path requirement back to what it was prior to OpenSSH 9.8,
Damien Miller
2024-08-17
fix swapping of source and destination addresses in some sshd log messages
Damien Miller
2024-06-27
delete obsolete comment
Damien Miller
2024-06-26
move child process waitpid() loop out of SIGCHLD handler;
Damien Miller
2024-06-06
disable stderr redirection before closing fds
Damien Miller
2024-06-06
Add a facility to sshd(8) to penalise particular problematic client
Damien Miller
2024-06-01
be really strict with fds reserved for communication with the separate
Damien Miller
2024-05-31
warn when -r (deprecated option to disable re-exec) is passed
Damien Miller
2024-05-17
Start the process of splitting sshd into separate binaries. This step
Damien Miller
2024-01-08
remove ext-info-* in the kex.c code, not in callers; with/ok markus@
Damien Miller
2023-12-18
add "ext-info-in-auth@openssh.com" extension
Damien Miller
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-03-06
Refactor creation of KEX proposal.
Darren Tucker
2023-03-03
Check return values of dup2. Spotted by Coverity, ok djm@
Darren Tucker
2023-02-10
add a `sshd -G` option that parses and prints the effective
Damien Miller
2023-01-18
Add a -V (version) option to sshd like the ssh client has.
Todd C. Miller
2023-01-06
Implement channel inactivity timeouts
Damien Miller
2022-12-16
Clear signal mask early in main(); sshd may have been started with
Damien Miller
2022-12-04
userspace: remove vestigial '?' cases from top-level getopt(3) loops
Scott Soule Cheloha
2022-10-28
refactor sshkey_private_serialize_opt()
Damien Miller
2022-09-17
Add RequiredRSASize for sshd(8); RSA keys that fall beneath this limit
Damien Miller
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
[next]