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
2024-10-14
Split per-connection sshd-session binary
Damien Miller
2024-09-25
fix regression introduced when I switched the "Match" criteria tokeniser
Damien Miller
2024-09-15
bad whitespace in config dump output
Damien Miller
2024-09-15
add a "Match invalid-user" predicate to sshd_config Match options.
Damien Miller
2024-09-15
Add a "refuseconnection" penalty class to sshd_config
Damien Miller
2024-09-15
Add a sshd_config "RefuseConnection" option
Damien Miller
2024-09-15
switch sshd_config Match processing to the argv tokeniser too;
Damien Miller
2024-08-17
fix minor memory leak in Subsystem option parsing;
Damien Miller
2024-07-25
reduce logingrace penalty.
Damien Miller
2024-06-12
split PerSourcePenalties address tracking. Previously it used one
Damien Miller
2024-06-11
correct error message
Damien Miller
2024-06-06
enable PerSourcePenalties by default.
Damien Miller
2024-06-06
Add a facility to sshd(8) to penalise particular problematic client
Damien Miller
2024-05-17
fix incorrect debug option name introduce in previous commit
Damien Miller
2024-05-17
Start the process of splitting sshd into separate binaries. This step
Damien Miller
2024-03-04
Separate parsing of string array options from applying them to the
Damien Miller
2024-02-20
don't append a gratuitous space to the end of subsystem arguments;
Damien Miller
2023-10-11
add ChannelTimeout support to the client, mirroring the same option
Damien Miller
2023-09-08
fix sizeof(*ptr) instead sizeof(ptr) in realloc (pointer here is
Damien Miller
2023-09-06
allow override of Sybsystem directives in sshd Match blocks
Damien Miller
2023-09-06
allocate the subsystems array as necessary and remove the fixed limit of
Damien Miller
2023-09-06
preserve quoting of Subsystem commands and arguments. This may change
Damien Miller
2023-09-06
downgrade duplicate Subsystem directives from being a fatal error
Damien Miller
2023-08-29
make PerSourceMaxStartups first-match-wins; ok dtucker@
Damien Miller
2023-07-17
move other RCSIDs to before their respective license blocks too
Damien Miller
2023-06-21
better validate CASignatureAlgorithms in ssh_config and sshd_config.
Damien Miller
2023-06-05
Store timeouts as int, not u_int as they are limited to INT_MAX.
Todd C. Miller
2023-05-24
fix AuthorizedPrincipalsCommand when AuthorizedKeysCommand appears
Damien Miller
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
[next]