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
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
2018-09-20
actually make CASignatureAlgorithms available as a config option
Damien Miller
2018-09-20
Add sshd_config CASignatureAlgorithms option to allow control over
Damien Miller
2018-08-12
better diagnosics on alg list assembly errors; ok deraadt@ markus@
Damien Miller
2018-07-11
remove legacy key emulation layer; ok djm@
Markus Friedl
2018-07-09
sshd: switch config to sshbuf API; ok djm@
Markus Friedl
2018-07-09
Revert previous two commits
Stefan Fritsch
2018-07-06
Rename COMP_DELAYED to COMP_ZLIB
Stefan Fritsch
2018-07-04
repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -
Damien Miller
2018-07-03
allow sshd_config PermitUserEnvironment to accept a pattern-list of
Damien Miller
2018-06-19
allow bare port numbers to appear in PermitListen directives, e.g.
Damien Miller
2018-06-09
add a SetEnv directive for sshd_config to allow an administrator to
Damien Miller
2018-06-06
switch config file parsing to getline(3) as this avoids static limits
Markus Friedl
2018-06-06
permitlisten option for authorized_keys; ok markus@
Damien Miller
2018-06-06
Add a PermitListen directive to control which server-side addresses
Damien Miller
2018-04-10
lots of typos in comments/docs. Patch from Karsten Weiss after checking
Damien Miller
2018-04-04
Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for interactive and CS1 ...
job
2018-03-01
missing #ifdef for _PATH_HOST_XMSS_KEY_FILE; report by jmc@
Markus Friedl
2018-02-23
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
Markus Friedl
2018-02-16
stop loading DSA keys by default, remove sshd_config stanza and manpage
Damien Miller
2018-02-09
Remove unused sKerberosTgtPassing from enum. From calestyo via github
Darren Tucker
2017-12-05
Replace atoi and strtol conversions for integer arguments to config
Darren Tucker
2017-12-05
Add missing break for rdomain. Prevents spurious "Deprecated option"
Darren Tucker
[prev]
[next]