aboutsummaryrefslogtreecommitdiff
path: root/src/options.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-21options: Do not reference non-existing functionJakub Jelen1-2/+2
2020-05-05options: Avoid memory leaks during modification of argvJakub Jelen1-8/+1
2020-05-05options: Properly handle unknown options with argumentsJakub Jelen1-2/+18
2019-12-23options: Avoid needless assignment as reported by csbuildJakub Jelen1-1/+0
2019-12-09options: Define constants as unsigned in ssh_options_set()Andreas Schneider1-8/+8
2019-12-09options: Define constants as unsigned in ssh_bind_options_set()Andreas Schneider1-5/+5
2019-11-18Use only one variable denoting the size of methods arraysJakub Jelen1-1/+1
2019-09-19options: Do not attempt to expand percents in PKCS#11 URIsJakub Jelen1-0/+7
2019-06-12kex, pki, server, options: Filter algorithms in FIPS modeAnderson Toshiyuki Sasaki1-5/+22
2019-06-12options: Allow avoiding system-wide configurationAnderson Toshiyuki Sasaki1-0/+16
2019-06-12options: Added an option to set server HostKey algorithmsAnderson Toshiyuki Sasaki1-0/+21
2019-06-12options: Add option to set server accepted pubkey typesAnderson Toshiyuki Sasaki1-0/+22
2019-05-14cmake,options: Allow to set global client config fileAnderson Toshiyuki Sasaki1-1/+1
2019-04-29options: Update doc for SSH_OPTIONS_PORTTill Wimmer1-1/+1
2019-04-17libssh: deprecate SSH_KEYTYPE_ECDSABen Toews1-2/+6
2019-04-01cmake,options: Allow to set global bind config fileAnderson Toshiyuki Sasaki1-2/+1
2019-04-01options: Add a bind option to set the config directoryAnderson Toshiyuki Sasaki1-1/+103
2019-04-01options: Introduce ssh_bind_options_parse_config()Anderson Toshiyuki Sasaki1-0/+44
2019-03-11The SSH_LOG_ENTRY is not defined all, match the descriptions to SSH_BIND_OPTI...Jan Pazdziora1-15/+10
2019-02-07options: Allow to configure cryptographic algorithms for serverJakub Jelen1-1/+97
2019-02-07docs: Missing documentation for SSH_OPTIONS_HMAC_*Jakub Jelen1-0/+8
2019-01-30options: Removed outdated param annotations of ssh_options_set()Till Wimmer1-31/+0
2019-01-09options: Update documentation for rekey limitsJakub Jelen1-2/+4
2019-01-09options: Introduce new options for handling rekey limitsJakub Jelen1-0/+34
2018-12-10options: Copy also the new optionsJakub Jelen1-9/+59
2018-12-10options: Check for nullJakub Jelen1-9/+7
2018-11-23options: Do not crash when setting knownhosts to NULL (T108)Jakub Jelen1-6/+1
2018-11-02options: Provide a way of disabling automatic config parsingJakub Jelen1-0/+15
2018-11-02Process OpenSSH configuration files by default.Jakub Jelen1-0/+2
2018-10-19options: Set the global known_hosts fileJakub Jelen1-0/+11
2018-10-19options: Add support for getting the known_hosts locationsAndreas Schneider1-0/+14
2018-08-31options: The new option SSH_OPTIONS_PUBLICKEY_ACCEPTED_TYPESJakub Jelen1-0/+31
2018-08-24options: Fix size typesAndreas Schneider1-1/+1
2018-08-23options: Fix integer typesAndreas Schneider1-5/+6
2018-08-23options: Reformat ssh_options_getopt()Andreas Schneider1-134/+138
2018-08-22options: Fix size typesAndreas Schneider1-1/+1
2018-08-01test: Fix text labels (copy & paste error)Jakub Jelen1-1/+1
2018-06-29Rest in Peace SSHv1Andreas Schneider1-45/+2
2018-06-28Remove vim modelines from all filesAndreas Schneider1-2/+0
2018-03-21Add a NODELAY optionAlberto Aguirre1-1/+13
2017-12-28add mbedtls crypto supportJuraj Vijtiuk1-0/+14
2017-12-28options: Rewrite set() description to get()Jakub Jelen1-6/+2
2017-12-21options: Move SSH_OPTIONS_ADD_IDENTITY to *set() function descriptionJakub Jelen1-14/+5
2017-12-15options: Typo. The expand character is %dJakub Jelen1-1/+1
2017-12-15options: Document SSH_OPTIONS_GLOBAL_KNOWNHOSTS and set default valueJakub Jelen1-1/+18
2017-12-15Add new optionsAris Adamantiadis1-0/+61
2017-08-24options: Use ssh_key_type_e in ssh_options_set_algo()Andreas Schneider1-14/+16
2017-08-24ssh_options_set_algo: ensure we only set known algorithms internallyNikos Mavrogiannopoulos1-6/+5
2017-04-11server: Add option SSH_BIND_OPTIONS_IMPORT_KEY to serverAlfredo Mazzinghi1-0/+45
2016-11-05options: Fix log level documentationAndreas Schneider1-4/+4