aboutsummaryrefslogtreecommitdiff
path: root/src/options.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-22Remove extra newlines from log/error messagesPino Toscano1-1/+1
2016-05-02options: Check if a port has been givenJustus Winter1-1/+3
2016-03-03options: Document SSH_OPTIONS_ADD_IDENTITYAndreas Schneider1-0/+11
2016-02-23options: Fix documentation typoHani Benhabiles1-1/+1
2016-01-19cleanup: use ssh_ prefix in the kex (non-static) functionsFabiano FidĂȘncio1-1/+1
2015-06-24Don't allocate a new identity list in the new session's options.Seb Boving1-6/+0
2015-02-02server: Add support for ed25519 keys in the server.Aris Adamantiadis1-0/+4
2014-12-25options: Fix setting the port.Andreas Schneider1-3/+6
2014-12-05Set the correct error in ssh_options_set().Hani Benhabiles1-2/+2
2014-04-22Add options support for setting and getting HMAC algorithmsDirkjan Bussink1-0/+20
2014-04-09doc: Document new meaning of SSH_BIND_OPTIONS_HOSTKEYAlan Dunn1-2/+6
2014-04-09options: Repurpose SSH_BIND_OPTIONS_HOSTKEY to load host keysAlan Dunn1-21/+51
2014-03-27style: be consistent when iterating over wanted_methodsLuka Perkov1-1/+1
2014-03-27doc: Improve and consolidate ssh_bind_options_set docsAlan Dunn1-48/+53
2014-03-27doc: Add ECDSA keys to docs, make key docs consistentAlan Dunn1-1/+4
2014-03-27options: Allow use of host ECDSA keyAlan Dunn1-23/+31
2014-01-07src: Update my mail address.Andreas Schneider1-1/+1
2014-01-07update copyright informationAris Adamantiadis1-1/+1
2013-11-18logging: fix server-side loggingAris Adamantiadis1-2/+3