summaryrefslogtreecommitdiffstats
path: root/libssh/options.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve ssh_options_allow_ssh2().Andreas Schneider2009-04-021-9/+22
* Improve ssh_options_allow_ssh1().Andreas Schneider2009-04-021-9/+22
* Fix typo.Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_timeout().Andreas Schneider2009-04-021-9/+22
* Improve ssh_options_set_status_callback().Andreas Schneider2009-04-021-9/+26
* Improve ssh_options_default_known_hosts_file().Andreas Schneider2009-04-021-7/+17
* Improve ssh_options_default_ssh_dir().Andreas Schneider2009-04-021-10/+13
* Improve ssh_options_default_username().Andreas Schneider2009-04-021-23/+27
* Improve ssh_options_set_wanted_algos().Andreas Schneider2009-04-021-21/+39
* Improve ssh_options_set_banner().Andreas Schneider2009-04-021-7/+20
* Improve ssh_options_set_identity().Andreas Schneider2009-04-021-10/+28
* Fix memory leaks.Andreas Schneider2009-04-021-10/+5
* Improve ssh_options_set_known_hosts_file().Andreas Schneider2009-04-021-10/+28
* Improve ssh_options_set_ssh_dir().Andreas Schneider2009-04-021-11/+28
* Improve ssh_options_set_bind().Andreas Schneider2009-04-021-11/+26
* Improve ssh_options_set_fd().Andreas Schneider2009-04-021-9/+19
* Improve ssh_options_set_port().Andreas Schneider2009-04-021-6/+17
* Add missing argument checks for options.Andreas Schneider2009-04-021-0/+12
* Improve ssh_options_set_username().Andreas Schneider2009-04-021-8/+21