aboutsummaryrefslogtreecommitdiff
path: root/libssh/options.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-02Add missing argument checks for options.Andreas Schneider1-0/+12
2009-04-02Improve ssh_options_set_username().Andreas Schneider1-8/+21
2009-04-02Make ssh_options_free() documentation public.Andreas Schneider1-1/+1
2009-04-02Improve ssh_options_set_host().Andreas Schneider1-17/+43
2009-04-02Improve ssh_options_copy() and ssh_options_free().Andreas Schneider1-69/+122
2009-04-01Fix typo.Andreas Schneider1-1/+1
2009-04-01Added memory error checks for option functions.Andreas Schneider1-3/+24
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-19/+23
2009-02-02Fix several build warnings.Andreas Schneider1-1/+1
2008-12-29Add a more generic auth callback function.Andreas Schneider1-1/+10
2008-12-19http://www.cynapses.org/tmp/patches/libssh/0001-Replace-getenv-USER-with-getp...Aris Adamantiadis1-18/+14
2008-11-24patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis1-9/+9
2008-06-12big changes :Aris Adamantiadis1-1/+26
2008-05-12Doxygen changesAris Adamantiadis1-3/+3
2008-03-07second part of win32 changesAris Adamantiadis1-1/+17
2008-03-04fixed null pointer into options and ssh_set_error()Aris Adamantiadis1-6/+6
2006-11-06doxygen documentation for option moduleAris Adamantiadis1-15/+132