aboutsummaryrefslogtreecommitdiff
path: root/src/options.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-15options: Add SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS option.Simo Sorce1-0/+15
2013-11-15options: Add SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY option.Andreas Schneider1-0/+18
2013-11-15gssapi: Add suppport to set GSSAPI server identity.Andreas Schneider1-0/+18
2013-11-04doc: Fix doxygen warnings.Andreas Schneider1-1/+1
2013-11-02ssh_options_get can now return ProxyCommandWilliam Orr1-0/+9
2013-07-22options: Fix compiler warning on Windows.Andreas Schneider1-1/+2
2013-07-21options: Set log level through options too.Andreas Schneider1-0/+1
2013-07-14options: Use the new function to use the log level.Andreas Schneider1-2/+2
2013-07-13options: Fix null ptr deference introduced in earlier fix.Aris Adamantiadis1-0/+7
2013-07-11BUG 103: Disable proxy command if set to 'none'.Andreas Schneider1-4/+8
2013-06-02opts: Fix segfault in option parser.Andreas Schneider1-3/+11
2013-01-22options: Fix a free crash bug if we parse unknown options.Andreas Schneider1-6/+8
2012-10-14options: Fix documentation of ssh_options_get_port().Andreas Schneider1-1/+1
2012-10-12kex: Use getter functions to access kex arrays.Andreas Schneider1-2/+2
2012-10-12options: Check return code of ssh_iterator_value.Andreas Schneider1-1/+5
2012-10-05options: Fix a memory in ssh_options_copy() on error.Andreas Schneider1-0/+1
2012-10-05options: Fix a memory leak if we can't add an idenity.Andreas Schneider1-0/+1
2012-09-04dh: Add support for diffie-hellman-group14-sha1.Dmitriy Kuznetsov1-1/+1
2012-07-06options: Add option to specify host keys string.Oliver Gasser1-0/+15
2012-02-05session: Use a struct for all options.Andreas Schneider1-91/+91
2012-01-03Fix logic erorr with brace-less conditional statementLee Hambley1-1/+2
2011-12-14options: Fix typo in ssh_options_get() docs.Andreas Schneider1-1/+1
2011-11-03options: Add missing argument check.Andreas Schneider1-0/+7
2011-11-03Improve ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley1-31/+16
2011-10-28Implement ssh_options_get_port(ssh_session, unsigned int*).Lee Hambley1-0/+26
2011-10-28Implement ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley1-0/+86
2011-09-18priv: Move options and config prototypes to own header.Andreas Schneider1-0/+1
2011-09-17error: Use macros for error functions.Andreas Schneider1-40/+40
2011-09-06options: Fix NULL value handling.Andreas Schneider1-34/+64
2011-09-05options: Fix the ssh_options_set() function.Andreas Schneider1-321/+368
2011-08-16misc: Remove session from ssh_get_local_username().Andreas Schneider1-1/+1
2011-08-11options: Allocate dest in ssh_options_copy().Andreas Schneider1-70/+85
2011-07-19Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis1-8/+8
2011-06-12Test for ecdh and dh-group1Aris Adamantiadis1-0/+14
2011-01-06options: Remove unsused getopt option.Andreas Schneider1-5/+1
2010-12-27Added compression options and allow "yes/no" settingAris Adamantiadis1-15/+64
2010-12-21options: Remove unused variable.Andreas Schneider1-4/+0
2010-10-27Moved includes from priv.h to bind.hAris Adamantiadis1-0/+1