aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-04-05Add printf checking for ssh_set_error().Andreas Schneider1-1/+1
2009-04-05Make return of ssh_get_error() const.Andreas Schneider1-1/+1
2009-04-05Fix build warning.Andreas Schneider1-1/+1
2009-04-05Don't shadow a global variable declaration in unistd.h.Andreas Schneider1-1/+1
2009-04-05Don't shadow a global variable declaration on unistd.h.Andreas Schneider1-1/+2
2009-04-05Fix build warnings.Andreas Schneider1-3/+3
2009-04-05Fix build warnings in key exchange functions.Andreas Schneider1-2/+2
2009-04-05Fix build warnings, mostly const chars.Andreas Schneider1-8/+10
2009-04-05Make service name const.Andreas Schneider1-1/+1
2009-04-05Fix compile warning.Andreas Schneider1-1/+1
2009-04-03Improve and document ssh_options_set_[dsa,rsa]_server_key().Andreas Schneider1-2/+2
2009-04-02Improve ssh_options_set_auth_callback().Andreas Schneider1-10/+1
2009-04-02Improve ssh_options_set_log_verbosity().Andreas Schneider1-1/+1
2009-04-02Improve ssh_options_set_log_function().Andreas Schneider1-2/+2
2009-04-02Improve ssh_options_allow_ssh2().Andreas Schneider1-1/+1
2009-04-02Improve ssh_options_allow_ssh1().Andreas Schneider1-1/+1
2009-04-02Improve ssh_options_set_timeout().Andreas Schneider1-1/+1
2009-04-02Improve ssh_options_set_status_callback().Andreas Schneider1-2/+2
2009-04-02Improve ssh_options_set_banner().Andreas Schneider1-1/+1
2009-04-02Improve ssh_options_set_identity().Andreas Schneider1-1/+1
2009-04-02Improve ssh_options_set_known_hosts_file().Andreas Schneider1-1/+1
2009-04-02Improve ssh_options_set_ssh_dir().Andreas Schneider1-1/+1
2009-04-02Improve ssh_options_set_bind().Andreas Schneider1-1/+1
2009-04-02Improve ssh_options_set_fd().Andreas Schneider1-1/+1
2009-04-02Improve ssh_options_set_port().Andreas Schneider1-1/+1
2009-04-02Improve ssh_options_set_username().Andreas Schneider1-1/+1
2009-04-02Improve ssh_options_set_host().Andreas Schneider1-1/+1
2009-04-02Make ssh_options_free() public.Andreas Schneider2-1/+1
2009-04-02Add a return value to ssh_userauth_kbdint_setanswer().Andreas Schneider1-1/+2
2009-04-02Improve the ssh_get_pubkey_hash() function.Andreas Schneider1-1/+1
2009-04-01Add error checking to buffer functions.Andreas Schneider1-10/+10
2009-04-01Add arg and error checking for the string functions.Andreas Schneider1-5/+6
2009-03-30Create a ssh_get_hexa function.Andreas Schneider1-1/+2
2009-03-29Remove automake files.Andreas Schneider2-9/+0
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider5-97/+117
2009-03-28Working new known_host algorithmAris Adamantiadis1-17/+20
2009-03-28Fix typos.Andreas Schneider1-1/+1
2009-03-28Fix compilation of the server with option turned off.Andreas Schneider1-15/+7
2009-03-28Add WITH_SERVER option.Andreas Schneider2-5/+19
2009-03-26Fix possible precedence problems.Andreas Schneider1-1/+1
2009-03-21Add a ssh_version function.Andreas Schneider2-3/+24
2009-03-17Don't require C++ compiler.Andreas Schneider2-2/+2
2009-03-14Enable printf attribute checking on GNU systems.Andreas Schneider1-1/+8
2009-03-12R.I.P. ssh_say()Andreas Schneider1-2/+1
2009-03-12Use ssh_log instead of ssh_say in ssh_list_kex().Andreas Schneider1-1/+1
2009-03-08Fix crypto/gcrypt detection and prepare for cross compilation.Andreas Schneider1-0/+2
2009-03-08Fix build on Windows.Andreas Schneider1-1/+3
2009-03-08Fix build on Windows.Andreas Schneider1-0/+9
2009-02-09Rename function to agent_is_running.Andreas Schneider1-1/+1
2009-02-06Complete ssh client agent support.Andreas Schneider2-2/+23