summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/servconf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix Include before Match in sshd_config; bz#3122 patch from Jakub Jelendjm2020-05-271-10/+21
* Do not call process_queued_listen_addrs() for every included filedjm2020-05-271-5/+5
* make IgnoreRhosts a tri-state option: "yes" ignore rhosts/shosts,djm2020-04-171-4/+13
* allow the IgnoreRhosts directive to appear anywhere in a sshd_config,djm2020-04-171-2/+3
* fix relative includes in sshd_config; ok djmmarkus2020-03-061-2/+2
* Add a sshd_config "Include" directive to allow inclusion of files.djm2020-01-311-19/+144
* Make zlib optional. This adds a "ZLIB" build time option that allowsdtucker2020-01-231-1/+8
* Remove unsupported algorithms from list of defaults at run time anddtucker2020-01-231-20/+27
* don't treat HostKeyAgent=none as a path either; avoids spuriousdjm2019-12-151-1/+2
* do not attempt to find an absolute path for sshd_configdjm2019-12-151-2/+13
* allow security keys to act as host keys as well as user keys.djm2019-12-151-4/+14
* Add a sshd_config PubkeyAuthOptions directivedjm2019-11-251-2/+31
* Separate myproposal.h userauth pubkey typesdjm2019-10-311-3/+3
* Allow prepending a list of algorithms to the default set by startingnaddy2019-09-061-5/+9
* When running sshd -T, assume any attibute not provided by -C does not match,dtucker2019-04-181-8/+10
* whitespacedjm2019-03-251-2/+1
* Move checks for lists of users or groups into their own function.dtucker2019-03-061-2/+2
* Always initialize 2nd arg to hpdelim2. It populates that *ONLY IF*dtucker2019-01-241-5/+5
* Remove support for obsolete host/port syntax.dtucker2019-01-231-8/+12
* convert servconf.c to new packet APIdjm2019-01-191-7/+3
* begin landing remaining refactoring of packet parsing API, starteddjm2019-01-191-1/+4
* silence (to log level debug2) failure messages when loading the defaultdjm2018-11-191-12/+28
* use path_absolute() for pathname checks; from Manoj Ampalamdjm2018-11-161-2/+2
* actually make CASignatureAlgorithms available as a config optiondjm2018-09-201-1/+2
* Add sshd_config CASignatureAlgorithms option to allow control overdjm2018-09-201-3/+13
* better diagnosics on alg list assembly errors; ok deraadt@ markus@djm2018-08-121-14/+14
* remove legacy key emulation layer; ok djm@markus2018-07-111-2/+2
* sshd: switch config to sshbuf API; ok djm@markus2018-07-091-14/+16
* Revert previous two commitssf2018-07-091-4/+4
* Rename COMP_DELAYED to COMP_ZLIBsf2018-07-061-4/+4
* repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -djm2018-07-041-9/+23
* allow sshd_config PermitUserEnvironment to accept a pattern-list ofdjm2018-07-031-4/+36
* allow bare port numbers to appear in PermitListen directives, e.g.djm2018-06-191-9/+17
* add a SetEnv directive for sshd_config to allow an administrator todjm2018-06-091-2/+18
* switch config file parsing to getline(3) as this avoids static limitsmarkus2018-06-061-5/+5
* permitlisten option for authorized_keys; ok markus@djm2018-06-061-16/+16
* Add a PermitListen directive to control which server-side addressesdjm2018-06-061-48/+90
* lots of typos in comments/docs. Patch from Karsten Weiss after checkingdjm2018-04-101-3/+3
* Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for interactive and CS1 for bulkjob2018-04-041-3/+3
* missing #ifdef for _PATH_HOST_XMSS_KEY_FILE; report by jmc@markus2018-03-011-1/+3
* Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)markus2018-02-231-1/+3
* stop loading DSA keys by default, remove sshd_config stanza and manpagedjm2018-02-161-3/+1
* Remove unused sKerberosTgtPassing from enum. From calestyo via githubdtucker2018-02-091-3/+2
* Replace atoi and strtol conversions for integer arguments to configdtucker2017-12-051-5/+5
* Add missing break for rdomain. Prevents spurious "Deprecated option"dtucker2017-12-051-1/+2
* reuse parse_multistate for parse_flag (yes/no arguments). Savesdjm2017-11-031-16/+8
* When doing a config test with sshd -T, only require the attributesdtucker2017-11-031-20/+27
* uninitialised variable in PermitTunnel printing codedjm2017-10-251-2/+4
* add a "rdomain" criteria for the sshd_config Match keyword to allowdjm2017-10-251-1/+14
* add sshd_config RDomain keyword to place sshd and the subsequentdjm2017-10-251-2/+19