summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
Commit message (Expand)AuthorAgeFilesLines
* Changes all CHANNEL * to ssh_channelAris Adamantiadis2009-07-241-28/+28
* Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis2009-07-241-5/+5
* Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis2009-07-241-5/+5
* Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis2009-07-241-6/+6
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-15/+30
* moved try_publickey_from_file in priv.hAris Adamantiadis2009-07-241-4/+0
* replacing keys_struct with ssh_keys_structAris Adamantiadis2009-07-241-2/+2
* Fixed namespace problem in public structuresAris Adamantiadis2009-07-241-6/+6
* Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider2009-07-211-3/+3
* Fixed copyright noticesAris Adamantiadis2009-07-131-1/+1
* Added return code SSH_SERVER_FILE_NOT_FOUNDAris Adamantiadis2009-07-121-0/+1
* Temporary move of ssh_poll_* back to priv.hAris Adamantiadis2009-07-041-36/+0
* Move doxygen tags into C filesAris Adamantiadis2009-07-041-122/+1
* Put back the poll declarations into priv.hAris Adamantiadis2009-07-041-7/+0
* Add a generic way to handle sockets asynchronously.Aleksandar Kanchev2009-07-031-0/+163
* ssh_init()Aris Adamantiadis2009-06-151-0/+1
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-2/+1
* Format ssh_select().Andreas Schneider2009-05-051-1/+2
* Improve channel_poll() and add a SSH_EOF return value.Andreas Schneider2009-05-041-3/+4
* Implement channel_read() as a POSIX like function.Andreas Schneider2009-05-041-2/+5
* Improve the autopubkey authentication.Andreas Schneider2009-04-301-3/+3
* Improve auto public key authentication.Andreas Schneider2009-04-281-2/+4
* Use a negative value for SSH_AGAIN.Andreas Schneider2009-04-241-1/+1
* Improve publickey_from_file().Andreas Schneider2009-04-201-1/+2
* 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