summaryrefslogtreecommitdiffstats
path: root/libssh/options.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added a cleaned up interface for setting options.Andreas Schneider2009-09-221-79/+508
* Added a userdata generic pointer to the log callback function.Andreas Schneider2009-09-221-4/+5
* Improve documentation of ssh_options_parse_config().Andreas Schneider2009-09-151-2/+5
* Added support for ~/.ssh/config.Andreas Schneider2009-09-151-0/+35
* Fix build with MSVC.Andreas Schneider2009-07-301-2/+9
* Fix SSH1 compilation.Andreas Schneider2009-07-271-2/+2
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-2/+1
* Add my copyright.Andreas Schneider2009-04-031-0/+1
* Improve the documentation of ssh_options_getopt().Andreas Schneider2009-04-031-10/+16
* Improve ssh_options_getopt().Andreas Schneider2009-04-031-121/+158
* Improve and document ssh_options_set_[dsa,rsa]_server_key().Andreas Schneider2009-04-031-8/+39
* Improve ssh_options_set_auth_callback().Andreas Schneider2009-04-021-4/+18
* Improve ssh_options_set_log_verbosity().Andreas Schneider2009-04-021-10/+22
* Improve ssh_options_set_log_function().Andreas Schneider2009-04-021-8/+21