aboutsummaryrefslogtreecommitdiff
path: root/libssh/options.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-07options: Added option to bind a client to an ip address.Andreas Schneider1-0/+15
2010-06-17Fixed more fd checks.Andreas Schneider1-1/+1
2010-05-31misc: Move size check down in ssh_path_expand_escape().Andreas Schneider1-1/+1
2010-05-21options: Set the local username if still not set.Andreas Schneider1-0/+7
2010-05-11Use the new expand functions.Andreas Schneider1-65/+82
2010-05-10Fix options copyAris Adamantiadis1-0/+5
2010-05-10make compression not mandatory in options_getoptAris Adamantiadis1-2/+2
2010-05-09Fix doc and actually make the test run :)Aris Adamantiadis1-0/+3
2010-05-09ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis1-0/+8
2010-04-07Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.Ruben Garcia Azuara1-0/+12
2010-04-04Fixed the group of the options.Andreas Schneider1-5/+6
2010-03-25Fixed spelling.Andreas Schneider1-2/+2
2010-03-13Added missing SSH_OPTIONS_FD option.Andreas Schneider1-0/+9
2010-03-04Fixed and added support for several identity files.Andreas Schneider1-45/+30
2009-12-20Some options functions did not show up in doxygenAris Adamantiadis1-214/+216
2009-12-19Improved doxygen output of ssh_options_set().Andreas Schneider1-61/+64
2009-12-18Fixed documentation of ssh_options_copy().Andreas Schneider1-2/+4
2009-12-18Fixed the doxygen documentation.Andreas Schneider1-0/+10
2009-11-30Fix stupid bug which stops log_verbosity workingAris Adamantiadis1-0/+1
2009-11-12Fixed setting the timeout and ssh2 and ssh1 option.Andreas Schneider1-4/+4
2009-11-12Fixed setting the log verbosity.Andreas Schneider1-2/+2
2009-11-10Added an option to set log verbosity as string.Andreas Schneider1-0/+31
2009-10-29Fix server kex againAris Adamantiadis1-1/+1
2009-10-23Add missing free.Andreas Schneider1-0/+1
2009-10-22Fix memory leaks in ssh_bind_options_set() if called twice.Andreas Schneider1-0/+3
2009-10-17Allow use of SSH_DIR/ when expanding key pathsAris Adamantiadis1-1/+1
2009-10-15Added missing documentation for ssh_bind_options_set.Andreas Schneider1-14/+55
2009-10-15Added option to set log_verbosity in the server.Andreas Schneider1-0/+27
2009-10-15Added an option to set the port as string.Andreas Schneider1-2/+18
2009-10-15Fixed ssh_get_home_dir and ssh dir to be more portable on UNIX systems.Andreas Schneider1-2/+10
2009-10-09get rid of the option structureAris Adamantiadis1-25/+25
2009-10-09Remove functions to set callbacks.Andreas Schneider1-96/+0
2009-10-05improve error handling in options.cBernhard R. Link1-13/+81
2009-10-04Fixed ssh_options_copy().Andreas Schneider1-60/+39
2009-10-02Get rid of the options structure.Andreas Schneider1-536/+188
2009-10-02Remove unused option functions.Andreas Schneider1-13/+0
2009-09-26Fix small bug in ssh_options_parse_configAris Adamantiadis1-1/+1
2009-09-26Fix bug in dir_expand_subAris Adamantiadis1-32/+32
2009-09-26support in ~/ and SSH_DIR/ in filenames instead of %s/Bernhard R. Link1-26/+55
2009-09-26Fixed doxygen compilation warningsAris Adamantiadis1-1/+3
2009-09-26More include file splittingAris Adamantiadis1-0/+1
2009-09-26Removed obsolete optionsAris Adamantiadis1-2/+2
2009-09-26More include file movingsAris Adamantiadis1-0/+2
2009-09-23get rid of SSH_OPTIONSAris Adamantiadis1-32/+31
2009-09-23Changed the current callback sys to be scalableAris Adamantiadis1-40/+13
2009-09-23Fix typos in SSH_OPTIONSAris Adamantiadis1-7/+7
2009-09-22Fixed bindport in getop function.Andreas Schneider1-3/+7
2009-09-22Added handling of bindport in getopt.Andreas Schneider1-1/+9
2009-09-22fix copy&paste errorBernhard R. Link1-2/+2
2009-09-22Use the new options function in deprecated functions.Andreas Schneider1-202/+35