summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
Commit message (Expand)AuthorAgeFilesLines
...
* Rename privatekey_free() to be consistent with publickey_free().Andreas Schneider2009-04-201-1/+1
* Make use of const.Andreas Schneider2009-04-051-2/+3
* Make return of ssh_get_error() const.Andreas Schneider2009-04-051-1/+1
* Fix build warnings, mostly const chars.Andreas Schneider2009-04-051-8/+10
* Make service name const.Andreas Schneider2009-04-051-1/+1
* Improve and document ssh_options_set_[dsa,rsa]_server_key().Andreas Schneider2009-04-031-2/+2
* Improve ssh_options_set_auth_callback().Andreas Schneider2009-04-021-10/+1
* Improve ssh_options_set_log_verbosity().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_log_function().Andreas Schneider2009-04-021-2/+2
* Improve ssh_options_allow_ssh2().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_allow_ssh1().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_timeout().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_status_callback().Andreas Schneider2009-04-021-2/+2
* Improve ssh_options_set_banner().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_identity().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_known_hosts_file().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_ssh_dir().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_bind().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_fd().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_port().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_username().Andreas Schneider2009-04-021-1/+1
* Improve ssh_options_set_host().Andreas Schneider2009-04-021-1/+1
* Make ssh_options_free() public.Andreas Schneider2009-04-021-0/+1
* Add a return value to ssh_userauth_kbdint_setanswer().Andreas Schneider2009-04-021-1/+2
* Improve the ssh_get_pubkey_hash() function.Andreas Schneider2009-04-021-1/+1
* Add arg and error checking for the string functions.Andreas Schneider2009-04-011-5/+6
* Create a ssh_get_hexa function.Andreas Schneider2009-03-301-1/+2
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-18/+21
* Fix possible precedence problems.Andreas Schneider2009-03-261-1/+1
* Add a ssh_version function.Andreas Schneider2009-03-211-1/+22
* Enable printf attribute checking on GNU systems.Andreas Schneider2009-03-141-1/+8
* R.I.P. ssh_say()Andreas Schneider2009-03-121-2/+1
* Complete ssh client agent support.Andreas Schneider2009-02-061-0/+2
* channel_get_exit_status()Aris Adamantiadis2009-02-031-0/+1
* Moved ssh_crypto_init to priv.h file and added a note.Andreas Schneider2009-02-021-3/+0
* Fix the build.Andreas Schneider2009-02-021-1/+1
* Fix build warnings in session code.Andreas Schneider2009-02-021-3/+6
* Fix several build warnings.Andreas Schneider2009-02-021-3/+5
* Fix compiler warnings.Andreas Schneider2009-02-021-1/+1
* Use unsigned values for length in buffer functions.Andreas Schneider2009-02-021-1/+1
* Fix build warnings in channel code.Andreas Schneider2009-02-021-3/+5
* The string_len function should return unsigned int.Andreas Schneider2009-02-021-1/+1
* Fix compiler warning in client.c.Andreas Schneider2009-02-021-1/+1
* Fix compiler warnings in buffer implementation.Andreas Schneider2009-02-021-1/+1
* Fix build warnings of the auth code.Andreas Schneider2009-02-021-1/+2
* Cleanup the define check in the libssh header file.Andreas Schneider2009-02-021-8/+7
* Start with ssh agent implementation.Andreas Schneider2009-02-021-0/+1
* Add a more generic auth callback function.Andreas Schneider2008-12-291-2/+29
* Change version numbers to 0.3.Andreas Schneider2008-12-221-1/+1
* patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis2008-11-241-20/+26