aboutsummaryrefslogtreecommitdiff
path: root/libssh/options.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-22Added a cleaned up interface for setting options.Andreas Schneider1-79/+508
2009-09-22Added a userdata generic pointer to the log callback function.Andreas Schneider1-4/+5
2009-09-15Improve documentation of ssh_options_parse_config().Andreas Schneider1-2/+5
2009-09-15Added support for ~/.ssh/config.Andreas Schneider1-0/+35
2009-07-30Fix build with MSVC.Andreas Schneider1-2/+9
2009-07-27Fix SSH1 compilation.Andreas Schneider1-2/+2
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-2/+1
2009-04-03Add my copyright.Andreas Schneider1-0/+1
2009-04-03Improve the documentation of ssh_options_getopt().Andreas Schneider1-10/+16
2009-04-03Improve ssh_options_getopt().Andreas Schneider1-121/+158
2009-04-03Improve and document ssh_options_set_[dsa,rsa]_server_key().Andreas Schneider1-8/+39
2009-04-02Improve ssh_options_set_auth_callback().Andreas Schneider1-4/+18
2009-04-02Improve ssh_options_set_log_verbosity().Andreas Schneider1-10/+22
2009-04-02Improve ssh_options_set_log_function().Andreas Schneider1-8/+21
2009-04-02Improve ssh_options_allow_ssh2().Andreas Schneider1-9/+22
2009-04-02Improve ssh_options_allow_ssh1().Andreas Schneider1-9/+22
2009-04-02Fix typo.Andreas Schneider1-1/+1
2009-04-02Improve ssh_options_set_timeout().Andreas Schneider1-9/+22
2009-04-02Improve ssh_options_set_status_callback().Andreas Schneider1-9/+26
2009-04-02Improve ssh_options_default_known_hosts_file().Andreas Schneider1-7/+17
2009-04-02Improve ssh_options_default_ssh_dir().Andreas Schneider1-10/+13
2009-04-02Improve ssh_options_default_username().Andreas Schneider1-23/+27
2009-04-02Improve ssh_options_set_wanted_algos().Andreas Schneider1-21/+39
2009-04-02Improve ssh_options_set_banner().Andreas Schneider1-7/+20
2009-04-02Improve ssh_options_set_identity().Andreas Schneider1-10/+28
2009-04-02Fix memory leaks.Andreas Schneider1-10/+5
2009-04-02Improve ssh_options_set_known_hosts_file().Andreas Schneider1-10/+28
2009-04-02Improve ssh_options_set_ssh_dir().Andreas Schneider1-11/+28
2009-04-02Improve ssh_options_set_bind().Andreas Schneider1-11/+26
2009-04-02Improve ssh_options_set_fd().Andreas Schneider1-9/+19
2009-04-02Improve ssh_options_set_port().Andreas Schneider1-6/+17