aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-24config: Add new Match final keyword from OpenSSH 8.0Jakub Jelen1-5/+16
2019-01-24config: Fail if there is missing argument for some of the match keywordsJakub Jelen1-7/+16
2019-01-09config: Parse rekey limits and apply themJakub Jelen1-1/+138
2018-12-10config: Parse ProxyJump configuration option and implement it using ProxyComm...Jakub Jelen1-3/+223
2018-12-07config: Get rid of the dynamic seen arrayJakub Jelen1-65/+15
2018-12-07config: Reformat local_parse_fileJakub Jelen1-19/+25
2018-12-07config: Reformat ssh_config_parse_fileJakub Jelen1-31/+39
2018-11-30src: Fix multiple typosTilo Eckert1-1/+1
2018-11-23config: Drop bogus newline in logJakub Jelen1-2/+2
2018-11-02config: Avoid potential file descriptor leakJakub Jelen1-0/+1
2018-11-02config: Preserve the seen array among invocationsJakub Jelen1-6/+23
2018-09-25config: Fix building without globbing supportAndreas Schneider1-1/+1
2018-09-17cmake: Correctly detect if glob has gl_flags memberAndreas Schneider1-2/+2
2018-09-06config: Fix size typeAndreas Schneider1-2/+3
2018-09-05config: Parse Match keywordJakub Jelen1-1/+164
2018-09-05config: Do not overwrite previously matched result in Host blocksJakub Jelen1-5/+8
2018-08-31config: Accept the PubkeyAcceptedTypes configuration optionJakub Jelen1-1/+8
2018-08-16config: Do not access negative indexes of seen arrayJakub Jelen1-1/+2
2018-06-30config: Initialize glob_t with C99 initializerAndreas Schneider1-1/+3
2018-06-29Rest in Peace SSHv1Andreas Schneider1-3/+0
2017-12-28config: Avoid long -> int -> long casting for timeout configuration optionJakub Jelen1-5/+6
2017-12-21config: Add CMake check for glob()Jakub Jelen1-1/+9
2017-12-21config: glob support for include with testNoName1151-1/+29
2017-12-15config: support for MACsJakub Jelen1-0/+9
2017-12-15config: Set global log level from configuration fileJakub Jelen1-5/+10
2017-12-15config: Remove MAC option (SSHv1)Jakub Jelen1-9/+1
2017-12-15config: Add configuration options from current OpenSSH 7.5 (and fix typos)Jakub Jelen1-13/+17
2017-12-15Add new optionsAris Adamantiadis1-9/+185
2017-09-11config: fix memory leak with repeated opcodesJon Simons1-0/+1
2017-08-24config: add support for recursive including of filesNikos Mavrogiannopoulos1-2/+40
2017-06-08config: fix buffer underflow with unrecognized opcodesAris Adamantiadis1-1/+1
2017-06-06config: Bugfix: Don't skip unseen opcodesArtyom V. Poptsov1-1/+1
2017-04-13config: Only use first occurence of each parameterAlex Hermann1-2/+11
2017-04-13config: Don't expand Host variableAlex Hermann1-7/+1
2017-04-13config: Support expansion in the HostName variableAlex Hermann1-1/+6
2016-10-22Remove extra newlines from log/error messagesPino Toscano1-2/+2
2016-05-04config: Fix build warningsAndreas Schneider1-2/+4
2016-05-03Make "Host" pattern list handling consistent with OpenSSHTravers Carter1-10/+14
2014-12-25options: Fix setting the port.Andreas Schneider1-1/+1
2014-12-17config: Also tokenize on equal sign.William Orr1-1/+1
2014-04-22log: Fix log levels.Gangadhar Sandrani1-1/+1
2014-01-07src: Update my mail address.Andreas Schneider1-1/+1
2014-01-07update copyright informationAris Adamantiadis1-1/+1
2013-12-21config: Support expansion in the Host variable too.Andreas Schneider1-9/+18
2013-11-15gssapi: Add support for GSSAPIDelegateCredentials config option.Simo Sorce1-1/+9
2013-11-15gssapi: Add support for GSSAPIClientIdentity config option.Andreas Schneider1-1/+9
2013-11-15gssapi: Add support for GSSAPIServerIdentity config option.Andreas Schneider1-1/+9
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider1-2/+2
2013-06-02BUG 103: Fix ProxyCommand parsing.Andreas Schneider1-2/+21
2013-06-02config: Rename ssh_config_get_str().Andreas Schneider1-11/+11