aboutsummaryrefslogtreecommitdiff
path: root/src/options.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-19start of work to have callbackbased ssh_bindAris Adamantiadis1-35/+35
2010-10-15Adapt comments in options to give parameters typesAris Adamantiadis1-161/+161
2010-10-04Implemented zlib@openssh.com compressionAris Adamantiadis1-2/+2
2010-09-28options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.Andreas Schneider1-2/+2
2010-09-28options: Fixed documentation of SSH_OPTIONS_HOSTKEYCHECK.Andreas Schneider1-1/+2
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+1138