summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Improve ssh_options_set_log_verbosity().Andreas Schneider2009-04-022-11/+23
* Improve ssh_options_set_log_function().Andreas Schneider2009-04-022-10/+23
* Improve ssh_options_allow_ssh2().Andreas Schneider2009-04-022-10/+23
* Improve ssh_options_allow_ssh1().Andreas Schneider2009-04-022-10/+23
* Fix typo.Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_timeout().Andreas Schneider2009-04-022-10/+23
* Improve ssh_options_set_status_callback().Andreas Schneider2009-04-022-11/+28
* Improve ssh_options_default_known_hosts_file().Andreas Schneider2009-04-021-7/+17
* Improve ssh_options_default_ssh_dir().Andreas Schneider2009-04-021-10/+13
* Improve ssh_options_default_username().Andreas Schneider2009-04-021-23/+27
* Improve ssh_options_set_wanted_algos().Andreas Schneider2009-04-021-21/+39
* Improve ssh_options_set_banner().Andreas Schneider2009-04-022-8/+21
* Improve ssh_options_set_identity().Andreas Schneider2009-04-022-11/+29
* Fix memory leaks.Andreas Schneider2009-04-021-10/+5
* Improve ssh_options_set_known_hosts_file().Andreas Schneider2009-04-022-11/+29
* Improve ssh_options_set_ssh_dir().Andreas Schneider2009-04-022-12/+29
* Improve ssh_options_set_bind().Andreas Schneider2009-04-022-12/+27
* Improve ssh_options_set_fd().Andreas Schneider2009-04-022-10/+20
* Improve ssh_options_set_port().Andreas Schneider2009-04-022-7/+18
* Add missing argument checks for options.Andreas Schneider2009-04-021-0/+12
* Improve ssh_options_set_username().Andreas Schneider2009-04-023-11/+30
* Make ssh_options_free() documentation public.Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_host().Andreas Schneider2009-04-023-19/+48
* Make ssh_options_free() public.Andreas Schneider2009-04-023-2/+2
* Improve ssh_options_copy() and ssh_options_free().Andreas Schneider2009-04-021-69/+122
* Add error checking for strdup.Andreas Schneider2009-04-021-2/+7
* Add error checking of strdup.Andreas Schneider2009-04-021-0/+3
* Improve ssh_send_banner() and add error checking of strdup.Andreas Schneider2009-04-021-19/+40
* Add a return value to ssh_userauth_kbdint_setanswer().Andreas Schneider2009-04-024-17/+32
* Cleanup todo's.Andreas Schneider2009-04-021-4/+1
* There is no file to close here.Andreas Schneider2009-04-021-2/+0
* Fix string_new().Andreas Schneider2009-04-021-3/+0
* Improve the ssh_get_pubkey_hash() function.Andreas Schneider2009-04-023-24/+58
* Simply return 0.Andreas Schneider2009-04-021-1/+1
* Use memset cause something is wrong with the macro.Andreas Schneider2009-04-013-3/+3
* Fix ssh connection.Andreas Schneider2009-04-011-1/+1
* Add one missing memory error check in crypt.c.Andreas Schneider2009-04-011-1/+5
* Add NULL check to buffer free.Andreas Schneider2009-04-011-0/+4
* Improve ssh_new().Andreas Schneider2009-04-011-17/+34
* Add memory error checks for crypto wrapper functions.Andreas Schneider2009-04-019-44/+191
* More memory error checks for ssh_socket_new().Andreas Schneider2009-04-013-16/+37
* Fix memory error checking in socket functions.Andreas Schneider2009-04-013-2/+21
* Add memory error checking for sftpserver functions.Andreas Schneider2009-04-011-7/+19
* Fix typo.Andreas Schneider2009-04-011-1/+1
* Add memory error checks for sftp functions.Andreas Schneider2009-04-011-11/+65
* Add memory error checks for server functions.Andreas Schneider2009-04-011-1/+7
* Add memory error checking for packet functions.Andreas Schneider2009-04-011-3/+13
* Added memory error checks for option functions.Andreas Schneider2009-04-012-4/+35
* Added memory error checks for message functions.Andreas Schneider2009-04-011-6/+23
* Fix memory error checking in key functions.Andreas Schneider2009-04-011-14/+72