Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add memory error checks. | Andreas Schneider | 2009-04-03 | 1 | -1/+8 | |
* | 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 | |
* | Make ssh_options_free() public. | Andreas Schneider | 2009-04-02 | 1 | -1/+1 | |
* | Improve ssh_options_copy() and ssh_options_free(). | Andreas Schneider | 2009-04-02 | 1 | -69/+122 | |
* | Add error checking for strdup. | Andreas Schneider | 2009-04-02 | 1 | -2/+7 | |
* | Add error checking of strdup. | Andreas Schneider | 2009-04-02 | 1 | -0/+3 | |
* | Improve ssh_send_banner() and add error checking of strdup. | Andreas Schneider | 2009-04-02 | 1 | -19/+40 | |
* | Add a return value to ssh_userauth_kbdint_setanswer(). | Andreas Schneider | 2009-04-02 | 1 | -13/+23 | |
* | Cleanup todo's. | Andreas Schneider | 2009-04-02 | 1 | -4/+1 | |
* | There is no file to close here. | Andreas Schneider | 2009-04-02 | 1 | -2/+0 | |
* | Fix string_new(). | Andreas Schneider | 2009-04-02 | 1 | -3/+0 | |
* | Improve the ssh_get_pubkey_hash() function. | Andreas Schneider | 2009-04-02 | 1 | -18/+44 | |
* | Simply return 0. | Andreas Schneider | 2009-04-02 | 1 | -1/+1 | |
* | Use memset cause something is wrong with the macro. | Andreas Schneider | 2009-04-01 | 3 | -3/+3 | |
* | Fix ssh connection. | Andreas Schneider | 2009-04-01 | 1 | -1/+1 | |
* | Add one missing memory error check in crypt.c. | Andreas Schneider | 2009-04-01 | 1 | -1/+5 | |
* | Add NULL check to buffer free. | Andreas Schneider | 2009-04-01 | 1 | -0/+4 | |
* | Improve ssh_new(). | Andreas Schneider | 2009-04-01 | 1 | -17/+34 | |
* | Add memory error checks for crypto wrapper functions. | Andreas Schneider | 2009-04-01 | 9 | -44/+191 | |
* | More memory error checks for ssh_socket_new(). | Andreas Schneider | 2009-04-01 | 3 | -16/+37 | |
* | Fix memory error checking in socket functions. | Andreas Schneider | 2009-04-01 | 3 | -2/+21 | |
* | Add memory error checking for sftpserver functions. | Andreas Schneider | 2009-04-01 | 1 | -7/+19 | |
* | Fix typo. | Andreas Schneider | 2009-04-01 | 1 | -1/+1 |