summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't shadow a global variable declaration on unistd.h.Andreas Schneider2009-04-052-8/+9
* Fix a build warning.Andreas Schneider2009-04-051-1/+1
* Fix build warnings.Andreas Schneider2009-04-053-9/+11
* Fix build warnings in key exchange functions.Andreas Schneider2009-04-052-13/+44
* Fix build warnings, mostly const chars.Andreas Schneider2009-04-053-21/+26
* Fix compile warning (const).Andreas Schneider2009-04-051-2/+15
* Make service name const.Andreas Schneider2009-04-052-2/+2
* Fix compile warning.Andreas Schneider2009-04-052-2/+2
* Don't shadow global variable sftp.Andreas Schneider2009-04-051-9/+9
* Improve free functions of the keyfiles.Andreas Schneider2009-04-041-17/+18
* Improve channel_free().Andreas Schneider2009-04-041-22/+32
* Improve crypto free functions.Andreas Schneider2009-04-041-33/+31
* Improve key free functions.Andreas Schneider2009-04-041-33/+37
* Improve ssh_cleanup().Andreas Schneider2009-04-031-26/+28
* Add NULL check to ssh_message_free().Andreas Schneider2009-04-031-0/+3
* Add NULL check to private_key_free().Andreas Schneider2009-04-031-0/+3
* Add NULL check for agent_free().Andreas Schneider2009-04-031-0/+4
* Improve ssh_socket_free().Andreas Schneider2009-04-032-25/+24
* Add NULL checks to crypto free functions.Andreas Schneider2009-04-031-0/+7
* Remove files which aren't in use anymore.Andreas Schneider2009-04-032-23/+0
* Don't leak memory in agent_new() error path.Andreas Schneider2009-04-031-7/+11
* Check return values of option setter.Andreas Schneider2009-04-031-8/+16
* Add memory error checks for strdup().Andreas Schneider2009-04-031-1/+6
* Add memory error checks.Andreas Schneider2009-04-031-1/+8
* Add my copyright.Andreas Schneider2009-04-031-0/+1
* Improve the documentation of ssh_options_getopt().Andreas Schneider2009-04-031-10/+16
* Improve ssh_options_getopt().Andreas Schneider2009-04-031-121/+158
* Improve and document ssh_options_set_[dsa,rsa]_server_key().Andreas Schneider2009-04-032-10/+41
* Improve ssh_options_set_auth_callback().Andreas Schneider2009-04-022-14/+19
* 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