aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/libssh.h
AgeCommit message (Expand)AuthorFilesLines
2009-07-14Set version to 0.3.1.Andreas Schneider1-1/+1
2009-07-13Added return code SSH_SERVER_FILE_NOT_FOUNDAris Adamantiadis1-0/+1
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-2/+1
2009-05-05Format ssh_select().Andreas Schneider1-1/+2
2009-05-04Improve channel_poll() and add a SSH_EOF return value.Andreas Schneider1-3/+4
2009-05-04Implement channel_read() as a POSIX like function.Andreas Schneider1-2/+5
2009-04-30Improve the autopubkey authentication.Andreas Schneider1-3/+3
2009-04-28Improve auto public key authentication.Andreas Schneider1-2/+4
2009-04-24Use a negative value for SSH_AGAIN.Andreas Schneider1-1/+1
2009-04-20Improve publickey_from_file().Andreas Schneider1-1/+2
2009-04-20Rename privatekey_free() to be consistent with publickey_free().Andreas Schneider1-1/+1
2009-04-05Make use of const.Andreas Schneider1-2/+3
2009-04-05Make return of ssh_get_error() const.Andreas Schneider1-1/+1
2009-04-05Fix build warnings, mostly const chars.Andreas Schneider1-8/+10
2009-04-05Make service name const.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 Schneider1-0/+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 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-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-18/+21
2009-03-26Fix possible precedence problems.Andreas Schneider1-1/+1
2009-03-21Add a ssh_version function.Andreas Schneider1-1/+22
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-02-06Complete ssh client agent support.Andreas Schneider1-0/+2
2009-02-03channel_get_exit_status()Aris Adamantiadis1-0/+1
2009-02-02Moved ssh_crypto_init to priv.h file and added a note.Andreas Schneider1-3/+0
2009-02-02Fix the build.Andreas Schneider1-1/+1
2009-02-02Fix build warnings in session code.Andreas Schneider1-3/+6
2009-02-02Fix several build warnings.Andreas Schneider1-3/+5
2009-02-02Fix compiler warnings.Andreas Schneider1-1/+1
2009-02-02Use unsigned values for length in buffer functions.Andreas Schneider1-1/+1