summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/servconf.c
AgeCommit message (Expand)Author
2020-10-16LogVerbose keyword for ssh and sshdDamien Miller
2020-08-28Check that the addresses supplied to Match Address and MatchDarren Tucker
2020-08-27support for requiring user verified FIDO keys in sshdDamien Miller
2020-07-05some language improvements; ok markusDamien Miller
2020-06-24support loading big sshd_config files w/o realloc; ok djmMarkus Friedl
2020-05-27fix Include before Match in sshd_config; bz#3122 patch from Jakub JelenDamien Miller
2020-05-27Do not call process_queued_listen_addrs() for every included fileDamien Miller
2020-04-17make IgnoreRhosts a tri-state option: "yes" ignore rhosts/shosts,Damien Miller
2020-04-17allow the IgnoreRhosts directive to appear anywhere in a sshd_config,Damien Miller
2020-03-06fix relative includes in sshd_config; ok djmMarkus Friedl
2020-01-31Add a sshd_config "Include" directive to allow inclusion of files.Damien Miller
2020-01-23Make zlib optional. This adds a "ZLIB" build time option that allowsDarren Tucker
2020-01-23Remove unsupported algorithms from list of defaults at run time andDarren Tucker
2019-12-15don't treat HostKeyAgent=none as a path either; avoids spuriousDamien Miller
2019-12-15do not attempt to find an absolute path for sshd_configDamien Miller
2019-12-15allow security keys to act as host keys as well as user keys.Damien Miller
2019-11-25Add a sshd_config PubkeyAuthOptions directiveDamien Miller
2019-10-31Separate myproposal.h userauth pubkey typesDamien Miller
2019-09-06Allow prepending a list of algorithms to the default set by startingChristian Weisgerber
2019-04-18When running sshd -T, assume any attibute not provided by -C does not match,Darren Tucker
2019-03-25whitespaceDamien Miller
2019-03-06Move checks for lists of users or groups into their own function.Darren Tucker
2019-01-24Always initialize 2nd arg to hpdelim2. It populates that *ONLY IF*Darren Tucker
2019-01-23Remove support for obsolete host/port syntax.Darren Tucker
2019-01-19convert servconf.c to new packet APIDamien Miller
2019-01-19begin landing remaining refactoring of packet parsing API, startedDamien Miller
2018-11-19silence (to log level debug2) failure messages when loading the defaultDamien Miller
2018-11-16use path_absolute() for pathname checks; from Manoj AmpalamDamien Miller
2018-09-20actually make CASignatureAlgorithms available as a config optionDamien Miller
2018-09-20Add sshd_config CASignatureAlgorithms option to allow control overDamien Miller
2018-08-12better diagnosics on alg list assembly errors; ok deraadt@ markus@Damien Miller
2018-07-11remove legacy key emulation layer; ok djm@Markus Friedl
2018-07-09sshd: switch config to sshbuf API; ok djm@Markus Friedl
2018-07-09Revert previous two commitsStefan Fritsch
2018-07-06Rename COMP_DELAYED to COMP_ZLIBStefan Fritsch
2018-07-04repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -Damien Miller
2018-07-03allow sshd_config PermitUserEnvironment to accept a pattern-list ofDamien Miller
2018-06-19allow bare port numbers to appear in PermitListen directives, e.g.Damien Miller
2018-06-09add a SetEnv directive for sshd_config to allow an administrator toDamien Miller
2018-06-06switch config file parsing to getline(3) as this avoids static limitsMarkus Friedl
2018-06-06permitlisten option for authorized_keys; ok markus@Damien Miller
2018-06-06Add a PermitListen directive to control which server-side addressesDamien Miller
2018-04-10lots of typos in comments/docs. Patch from Karsten Weiss after checkingDamien Miller
2018-04-04Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for interactive and CS1 ...job
2018-03-01missing #ifdef for _PATH_HOST_XMSS_KEY_FILE; report by jmc@Markus Friedl
2018-02-23Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)Markus Friedl
2018-02-16stop loading DSA keys by default, remove sshd_config stanza and manpageDamien Miller
2018-02-09Remove unused sKerberosTgtPassing from enum. From calestyo via githubDarren Tucker
2017-12-05Replace atoi and strtol conversions for integer arguments to configDarren Tucker
2017-12-05Add missing break for rdomain. Prevents spurious "Deprecated option"Darren Tucker