Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Improve ssh_options_set_status_callback(). | Andreas Schneider | 2009-04-02 | 1 | -9/+26 |
* | Improve ssh_options_default_known_hosts_file(). | Andreas Schneider | 2009-04-02 | 1 | -7/+17 |
* | Improve ssh_options_default_ssh_dir(). | Andreas Schneider | 2009-04-02 | 1 | -10/+13 |
* | Improve ssh_options_default_username(). | Andreas Schneider | 2009-04-02 | 1 | -23/+27 |
* | Improve ssh_options_set_wanted_algos(). | Andreas Schneider | 2009-04-02 | 1 | -21/+39 |
* | Improve ssh_options_set_banner(). | Andreas Schneider | 2009-04-02 | 1 | -7/+20 |
* | Improve ssh_options_set_identity(). | Andreas Schneider | 2009-04-02 | 1 | -10/+28 |
* | Fix memory leaks. | Andreas Schneider | 2009-04-02 | 1 | -10/+5 |
* | Improve ssh_options_set_known_hosts_file(). | Andreas Schneider | 2009-04-02 | 1 | -10/+28 |
* | Improve ssh_options_set_ssh_dir(). | Andreas Schneider | 2009-04-02 | 1 | -11/+28 |
* | Improve ssh_options_set_bind(). | Andreas Schneider | 2009-04-02 | 1 | -11/+26 |
* | Improve ssh_options_set_fd(). | Andreas Schneider | 2009-04-02 | 1 | -9/+19 |
* | Improve ssh_options_set_port(). | Andreas Schneider | 2009-04-02 | 1 | -6/+17 |
* | Add missing argument checks for options. | Andreas Schneider | 2009-04-02 | 1 | -0/+12 |
* | Improve ssh_options_set_username(). | Andreas Schneider | 2009-04-02 | 1 | -8/+21 |
* | Make ssh_options_free() documentation public. | Andreas Schneider | 2009-04-02 | 1 | -1/+1 |
* | Improve ssh_options_set_host(). | Andreas Schneider | 2009-04-02 | 1 | -17/+43 |
* | Improve ssh_options_copy() and ssh_options_free(). | Andreas Schneider | 2009-04-02 | 1 | -69/+122 |