| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Check for buffer_add_* return values in channel functions. | Andreas Schneider | 2009-04-07 | 1 | -189/+459 |
| * | Add return values and error checking to channel_default_bufferize(). | Andreas Schneider | 2009-04-07 | 1 | -15/+38 |
| * | Improve channel_new(). | Andreas Schneider | 2009-04-07 | 1 | -21/+35 |
| * | Check return values of buffer functions. | Andreas Schneider | 2009-04-07 | 1 | -23/+29 |
| * | Fix a memory leak in realloc_buffer. | Andreas Schneider | 2009-04-07 | 1 | -2/+5 |
| * | Check return values of buffer_add_* and packet_send functions. | Andreas Schneider | 2009-04-07 | 1 | -181/+453 |
| * | Check return values of buffer_add_* functions in agent code. | Andreas Schneider | 2009-04-05 | 1 | -8/+44 |
| * | Fix build warnings on x86_64. | Andreas Schneider | 2009-04-05 | 1 | -2/+4 |
| * | Use const where it should be used. | Andreas Schneider | 2009-04-05 | 4 | -4/+5 |
| * | Make use of const. | Andreas Schneider | 2009-04-05 | 1 | -2/+4 |
| * | Fix build warnings found with printf checking of ssh_set_error(). | Andreas Schneider | 2009-04-05 | 3 | -4/+9 |
| * | Make return of ssh_get_error() const. | Andreas Schneider | 2009-04-05 | 1 | -1/+1 |
| * | Fix build warnings. | Andreas Schneider | 2009-04-05 | 1 | -2/+3 |
| * | Don't shadow a global variable declaration in unistd.h. | Andreas Schneider | 2009-04-05 | 1 | -7/+7 |
| * | Fix varable name. | Andreas Schneider | 2009-04-05 | 1 | -8/+8 |
| * | Don't shadow a global variable declaration on unistd.h. | Andreas Schneider | 2009-04-05 | 1 | -7/+7 |
| * | Fix a build warning. | Andreas Schneider | 2009-04-05 | 1 | -1/+1 |
| * | Fix build warnings. | Andreas Schneider | 2009-04-05 | 2 | -6/+8 |
| * | Fix build warnings in key exchange functions. | Andreas Schneider | 2009-04-05 | 1 | -11/+42 |
| * | Fix build warnings, mostly const chars. | Andreas Schneider | 2009-04-05 | 2 | -13/+16 |
| * | Fix compile warning (const). | Andreas Schneider | 2009-04-05 | 1 | -2/+15 |
| * | Make service name const. | Andreas Schneider | 2009-04-05 | 1 | -1/+1 |
| * | Fix compile warning. | Andreas Schneider | 2009-04-05 | 1 | -1/+1 |
| * | Improve free functions of the keyfiles. | Andreas Schneider | 2009-04-04 | 1 | -17/+18 |
| * | Improve channel_free(). | Andreas Schneider | 2009-04-04 | 1 | -22/+32 |
| * | Improve crypto free functions. | Andreas Schneider | 2009-04-04 | 1 | -33/+31 |
| * | Improve key free functions. | Andreas Schneider | 2009-04-04 | 1 | -33/+37 |
| * | Improve ssh_cleanup(). | Andreas Schneider | 2009-04-03 | 1 | -26/+28 |
| * | Add NULL check to ssh_message_free(). | Andreas Schneider | 2009-04-03 | 1 | -0/+3 |
| * | Add NULL check to private_key_free(). | Andreas Schneider | 2009-04-03 | 1 | -0/+3 |
| * | Add NULL check for agent_free(). | Andreas Schneider | 2009-04-03 | 1 | -0/+4 |
| * | Improve ssh_socket_free(). | Andreas Schneider | 2009-04-03 | 2 | -25/+24 |
| * | Add NULL checks to crypto free functions. | Andreas Schneider | 2009-04-03 | 1 | -0/+7 |
| * | Don't leak memory in agent_new() error path. | Andreas Schneider | 2009-04-03 | 1 | -7/+11 |
| * | Check return values of option setter. | Andreas Schneider | 2009-04-03 | 1 | -8/+16 |
| * | Add memory error checks for strdup(). | Andreas Schneider | 2009-04-03 | 1 | -1/+6 |
| * | 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 |
