Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix stupid bug which stops log_verbosity working | Aris Adamantiadis | 2009-11-30 | 1 | -0/+1 |
* | Fixed setting the timeout and ssh2 and ssh1 option. | Andreas Schneider | 2009-11-12 | 1 | -4/+4 |
* | Fixed setting the log verbosity. | Andreas Schneider | 2009-11-12 | 1 | -2/+2 |
* | Added an option to set log verbosity as string. | Andreas Schneider | 2009-11-10 | 1 | -0/+31 |
* | Fix server kex again | Aris Adamantiadis | 2009-10-29 | 1 | -1/+1 |
* | Add missing free. | Andreas Schneider | 2009-10-23 | 1 | -0/+1 |
* | Fix memory leaks in ssh_bind_options_set() if called twice. | Andreas Schneider | 2009-10-22 | 1 | -0/+3 |
* | Allow use of SSH_DIR/ when expanding key paths | Aris Adamantiadis | 2009-10-17 | 1 | -1/+1 |
* | Added missing documentation for ssh_bind_options_set. | Andreas Schneider | 2009-10-15 | 1 | -14/+55 |
* | Added option to set log_verbosity in the server. | Andreas Schneider | 2009-10-15 | 1 | -0/+27 |
* | Added an option to set the port as string. | Andreas Schneider | 2009-10-15 | 1 | -2/+18 |
* | Fixed ssh_get_home_dir and ssh dir to be more portable on UNIX systems. | Andreas Schneider | 2009-10-15 | 1 | -2/+10 |
* | get rid of the option structure | Aris Adamantiadis | 2009-10-09 | 1 | -25/+25 |
* | Remove functions to set callbacks. | Andreas Schneider | 2009-10-09 | 1 | -96/+0 |
* | improve error handling in options.c | Bernhard R. Link | 2009-10-05 | 1 | -13/+81 |
* | Fixed ssh_options_copy(). | Andreas Schneider | 2009-10-04 | 1 | -60/+39 |
* | Get rid of the options structure. | Andreas Schneider | 2009-10-02 | 1 | -536/+188 |
* | Remove unused option functions. | Andreas Schneider | 2009-10-02 | 1 | -13/+0 |
* | Fix small bug in ssh_options_parse_config | Aris Adamantiadis | 2009-09-26 | 1 | -1/+1 |
* | Fix bug in dir_expand_sub | Aris Adamantiadis | 2009-09-26 | 1 | -32/+32 |
* | support in ~/ and SSH_DIR/ in filenames instead of %s/ | Bernhard R. Link | 2009-09-26 | 1 | -26/+55 |
* | Fixed doxygen compilation warnings | Aris Adamantiadis | 2009-09-26 | 1 | -1/+3 |
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+1 |
* | Removed obsolete options | Aris Adamantiadis | 2009-09-26 | 1 | -2/+2 |
* | More include file movings | Aris Adamantiadis | 2009-09-26 | 1 | -0/+2 |
* | get rid of SSH_OPTIONS | Aris Adamantiadis | 2009-09-23 | 1 | -32/+31 |
* | Changed the current callback sys to be scalable | Aris Adamantiadis | 2009-09-23 | 1 | -40/+13 |
* | Fix typos in SSH_OPTIONS | Aris Adamantiadis | 2009-09-23 | 1 | -7/+7 |
* | Fixed bindport in getop function. | Andreas Schneider | 2009-09-22 | 1 | -3/+7 |
* | Added handling of bindport in getopt. | Andreas Schneider | 2009-09-22 | 1 | -1/+9 |
* | fix copy&paste error | Bernhard R. Link | 2009-09-22 | 1 | -2/+2 |
* | Use the new options function in deprecated functions. | Andreas Schneider | 2009-09-22 | 1 | -202/+35 |
* | Added a cleaned up interface for setting options. | Andreas Schneider | 2009-09-22 | 1 | -79/+508 |
* | Added a userdata generic pointer to the log callback function. | Andreas Schneider | 2009-09-22 | 1 | -4/+5 |
* | Improve documentation of ssh_options_parse_config(). | Andreas Schneider | 2009-09-15 | 1 | -2/+5 |
* | Added support for ~/.ssh/config. | Andreas Schneider | 2009-09-15 | 1 | -0/+35 |
* | Fix build with MSVC. | Andreas Schneider | 2009-07-30 | 1 | -2/+9 |
* | Fix SSH1 compilation. | Andreas Schneider | 2009-07-27 | 1 | -2/+2 |
* | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 2009-05-12 | 1 | -2/+1 |
* | Add my copyright. | Andreas Schneider | 2009-04-03 | 1 | -0/+1 |
* | Improve the documentation of ssh_options_getopt(). | Andreas Schneider | 2009-04-03 | 1 | -10/+16 |
* | Improve ssh_options_getopt(). | Andreas Schneider | 2009-04-03 | 1 | -121/+158 |
* | Improve and document ssh_options_set_[dsa,rsa]_server_key(). | Andreas Schneider | 2009-04-03 | 1 | -8/+39 |
* | Improve ssh_options_set_auth_callback(). | Andreas Schneider | 2009-04-02 | 1 | -4/+18 |
* | Improve ssh_options_set_log_verbosity(). | Andreas Schneider | 2009-04-02 | 1 | -10/+22 |
* | Improve ssh_options_set_log_function(). | Andreas Schneider | 2009-04-02 | 1 | -8/+21 |
* | Improve ssh_options_allow_ssh2(). | Andreas Schneider | 2009-04-02 | 1 | -9/+22 |
* | Improve ssh_options_allow_ssh1(). | Andreas Schneider | 2009-04-02 | 1 | -9/+22 |
* | Fix typo. | Andreas Schneider | 2009-04-02 | 1 | -1/+1 |
* | Improve ssh_options_set_timeout(). | Andreas Schneider | 2009-04-02 | 1 | -9/+22 |