summaryrefslogtreecommitdiffstats
path: root/src/options.c
Commit message (Expand)AuthorAgeFilesLines
* Don't allocate a new identity list in the new session's options.Seb Boving2015-06-241-6/+0
* server: Add support for ed25519 keys in the server.Aris Adamantiadis2015-02-021-0/+4
* options: Fix setting the port.Andreas Schneider2014-12-251-3/+6
* Set the correct error in ssh_options_set().Hani Benhabiles2014-12-051-2/+2
* Add options support for setting and getting HMAC algorithmsDirkjan Bussink2014-04-221-0/+20
* doc: Document new meaning of SSH_BIND_OPTIONS_HOSTKEYAlan Dunn2014-04-091-2/+6
* options: Repurpose SSH_BIND_OPTIONS_HOSTKEY to load host keysAlan Dunn2014-04-091-21/+51
* style: be consistent when iterating over wanted_methodsLuka Perkov2014-03-271-1/+1
* doc: Improve and consolidate ssh_bind_options_set docsAlan Dunn2014-03-271-48/+53
* doc: Add ECDSA keys to docs, make key docs consistentAlan Dunn2014-03-271-1/+4
* options: Allow use of host ECDSA keyAlan Dunn2014-03-271-23/+31
* src: Update my mail address.Andreas Schneider2014-01-071-1/+1
* update copyright informationAris Adamantiadis2014-01-071-1/+1
* logging: fix server-side loggingAris Adamantiadis2013-11-181-2/+3
* options: Add SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS option.Simo Sorce2013-11-151-0/+15
* options: Add SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY option.Andreas Schneider2013-11-151-0/+18
* gssapi: Add suppport to set GSSAPI server identity.Andreas Schneider2013-11-151-0/+18
* doc: Fix doxygen warnings.Andreas Schneider2013-11-041-1/+1
* ssh_options_get can now return ProxyCommandWilliam Orr2013-11-021-0/+9
* options: Fix compiler warning on Windows.Andreas Schneider2013-07-221-1/+2
* options: Set log level through options too.Andreas Schneider2013-07-211-0/+1
* options: Use the new function to use the log level.Andreas Schneider2013-07-141-2/+2
* options: Fix null ptr deference introduced in earlier fix.Aris Adamantiadis2013-07-131-0/+7
* BUG 103: Disable proxy command if set to 'none'.Andreas Schneider2013-07-111-4/+8
* opts: Fix segfault in option parser.Andreas Schneider2013-06-021-3/+11
* options: Fix a free crash bug if we parse unknown options.Andreas Schneider2013-01-221-6/+8
* options: Fix documentation of ssh_options_get_port().Andreas Schneider2012-10-141-1/+1
* kex: Use getter functions to access kex arrays.Andreas Schneider2012-10-121-2/+2
* options: Check return code of ssh_iterator_value.Andreas Schneider2012-10-121-1/+5
* options: Fix a memory in ssh_options_copy() on error.Andreas Schneider2012-10-051-0/+1
* options: Fix a memory leak if we can't add an idenity.Andreas Schneider2012-10-051-0/+1
* dh: Add support for diffie-hellman-group14-sha1.Dmitriy Kuznetsov2012-09-041-1/+1
* options: Add option to specify host keys string.Oliver Gasser2012-07-061-0/+15
* session: Use a struct for all options.Andreas Schneider2012-02-051-91/+91
* Fix logic erorr with brace-less conditional statementLee Hambley2012-01-031-1/+2
* options: Fix typo in ssh_options_get() docs.Andreas Schneider2011-12-141-1/+1
* options: Add missing argument check.Andreas Schneider2011-11-031-0/+7
* Improve ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley2011-11-031-31/+16
* Implement ssh_options_get_port(ssh_session, unsigned int*).Lee Hambley2011-10-281-0/+26
* Implement ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley2011-10-281-0/+86
* priv: Move options and config prototypes to own header.Andreas Schneider2011-09-181-0/+1
* error: Use macros for error functions.Andreas Schneider2011-09-171-40/+40
* options: Fix NULL value handling.Andreas Schneider2011-09-061-34/+64
* options: Fix the ssh_options_set() function.Andreas Schneider2011-09-051-321/+368
* misc: Remove session from ssh_get_local_username().Andreas Schneider2011-08-161-1/+1
* options: Allocate dest in ssh_options_copy().Andreas Schneider2011-08-111-70/+85
* Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis2011-07-191-8/+8
* Test for ecdh and dh-group1Aris Adamantiadis2011-06-121-0/+14
* options: Remove unsused getopt option.Andreas Schneider2011-01-061-5/+1
* Added compression options and allow "yes/no" settingAris Adamantiadis2010-12-271-15/+64