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
/
servconf.c
Age
Commit message (
Expand
)
Author
2023-03-05
Remove unused compat.h includes. We've previously removed a lot
Darren Tucker
2023-03-03
actually print "channeltimeout none" in config dump mode;
Damien Miller
2023-01-17
Add a sshd_config UnusedConnectionTimeout option to terminate
Damien Miller
2023-01-06
Implement channel inactivity timeouts
Damien Miller
2022-11-07
Remove some set but otherwise unused variables, spotted in -portable by
Darren Tucker
2022-11-07
Check for and disallow MaxStartups values less than or equal to zero
Darren Tucker
2022-09-17
Add RequiredRSASize for sshd(8); RSA keys that fall beneath this limit
Damien Miller
2022-06-03
Make SetEnv directives first-match-wins in both sshd_config and
Damien Miller
2022-03-18
don't try to resolve ListenAddress directives in the sshd re-exec
Damien Miller
2022-02-08
Switch hpdelim interface to accept only ":" as delimiter.
Darren Tucker
2021-09-06
revision 1.381 neglected to remove sChallengeResponseAuthentication
Todd C. Miller
2021-07-02
Remove references to ChallengeResponseAuthentication in favour of
Darren Tucker
2021-06-08
switch sshd_config parsing to argv_split()
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-24
Put obsolete aliases for hostbasedalgorithms and pubkeyacceptedalgorithms
Darren Tucker
2021-02-15
factor out opt_array_append; ok djm@
Markus Friedl
2021-01-26
Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) to
Darren Tucker
2021-01-22
Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.
Darren Tucker
2021-01-11
Correct spelling of persourcenetblocksize in config-dump mode.
Darren Tucker
2021-01-09
Add PerSourceMaxStartups and PerSourceNetBlockSize options which provide
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-08-28
Check that the addresses supplied to Match Address and Match
Darren Tucker
2020-08-27
support for requiring user verified FIDO keys in sshd
Damien Miller
2020-07-05
some language improvements; ok markus
Damien Miller
2020-06-24
support loading big sshd_config files w/o realloc; ok djm
Markus Friedl
2020-05-27
fix Include before Match in sshd_config; bz#3122 patch from Jakub Jelen
Damien Miller
2020-05-27
Do not call process_queued_listen_addrs() for every included file
Damien Miller
2020-04-17
make IgnoreRhosts a tri-state option: "yes" ignore rhosts/shosts,
Damien Miller
2020-04-17
allow the IgnoreRhosts directive to appear anywhere in a sshd_config,
Damien Miller
2020-03-06
fix relative includes in sshd_config; ok djm
Markus Friedl
2020-01-31
Add a sshd_config "Include" directive to allow inclusion of files.
Damien Miller
2020-01-23
Make zlib optional. This adds a "ZLIB" build time option that allows
Darren Tucker
2020-01-23
Remove unsupported algorithms from list of defaults at run time and
Darren Tucker
2019-12-15
don't treat HostKeyAgent=none as a path either; avoids spurious
Damien Miller
2019-12-15
do not attempt to find an absolute path for sshd_config
Damien Miller
2019-12-15
allow security keys to act as host keys as well as user keys.
Damien Miller
2019-11-25
Add a sshd_config PubkeyAuthOptions directive
Damien Miller
2019-10-31
Separate myproposal.h userauth pubkey types
Damien Miller
2019-09-06
Allow prepending a list of algorithms to the default set by starting
Christian Weisgerber
2019-04-18
When running sshd -T, assume any attibute not provided by -C does not match,
Darren Tucker
2019-03-25
whitespace
Damien Miller
2019-03-06
Move checks for lists of users or groups into their own function.
Darren Tucker
2019-01-24
Always initialize 2nd arg to hpdelim2. It populates that *ONLY IF*
Darren Tucker
2019-01-23
Remove support for obsolete host/port syntax.
Darren Tucker
2019-01-19
convert servconf.c to new packet API
Damien Miller
2019-01-19
begin landing remaining refactoring of packet parsing API, started
Damien Miller
2018-11-19
silence (to log level debug2) failure messages when loading the default
Damien Miller
2018-11-16
use path_absolute() for pathname checks; from Manoj Ampalam
Damien Miller
[next]