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