aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-04-16Revert commit 491.Andreas Schneider1-6/+3
2009-04-16Make dh crypto functions thread safe.Andreas Schneider1-3/+6
2009-04-14Reformat ssh_socket_completewrite() and use const for buffer.Andreas Schneider1-1/+1
2009-04-09Improve ssh_message_auth* functions.Andreas Schneider1-1/+1
2009-04-08Fix build error in SSHv1 channel code.Andreas Schneider1-4/+4
2009-04-08Fix header functions and add return value checks.Andreas Schneider1-1/+1
2009-04-07Add return value and error checks to ssh_send_kex().Andreas Schneider1-1/+1
2009-04-07Add return value and error checking for hash buffer cookie functions.Andreas Schneider1-2/+2
2009-04-07Add return value and error checks to make_sessionid().Andreas Schneider1-1/+1
2009-04-07Add return values and error checking to channel_default_bufferize().Andreas Schneider1-1/+1
2009-04-05Use const where it should be used.Andreas Schneider1-9/+10
2009-04-05Make use of const.Andreas Schneider1-2/+3
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