summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/servconf.c
AgeCommit message (Expand)Author
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
2017-11-03reuse parse_multistate for parse_flag (yes/no arguments). SavesDamien Miller
2017-11-03When doing a config test with sshd -T, only require the attributesDarren Tucker
2017-10-25uninitialised variable in PermitTunnel printing codeDamien Miller
2017-10-25add a "rdomain" criteria for the sshd_config Match keyword to allowDamien Miller
2017-10-25add sshd_config RDomain keyword to place sshd and the subsequentDamien Miller
2017-10-25Add optional rdomain qualifier to sshd_config's ListenAddress optionDamien Miller
2017-10-05replace statically-sized arrays in ServerOptions with dynamic onesDamien Miller
2017-10-04fix (another) problem in PermitOpen introduced during the channels.cDamien Miller
2017-10-02Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt@Damien Miller
2017-09-18Add braces missing after channels refactor. ok markus@Darren Tucker
2017-09-12refactor channels.cDamien Miller
2017-06-24refactor authentication loggingDamien Miller
2017-05-17allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717Damien Miller
2017-04-27remove a static array unused since rev 1.306 spotted by clangJonathan Gray
2017-03-14Mark the sshd_config UsePrivilegeSeparation option as deprecated,Damien Miller
2017-03-10Remove old null check from config dumper. Patch from jjelen at redhat.comDarren Tucker
2017-02-03support =- for removing methods from algorithms lists, e.g.Damien Miller
2017-02-03allow form-feed characters at EOL; bz#2431 ok dtucker@Damien Miller
2017-01-06sshd_config is documented to set GSSAPIStrictAcceptorCheck=yes byDamien Miller
2016-11-30Add a sshd_config DisableForwaring option that disables X11, agent,Damien Miller