summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
Commit message (Expand)AuthorAgeFilesLines
* options: Add SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS option.Simo Sorce2013-11-151-1/+2
* options: Add SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY option.Andreas Schneider2013-11-151-1/+2
* gssapi: Add suppport to set GSSAPI server identity.Andreas Schneider2013-11-151-1/+2
* Add ssh_get_poll_flags()Colin Walters2013-11-091-0/+1
* dh: Add new ssh_get_publickey_hash() function.Andreas Schneider2013-11-061-1/+13
* socket: Fix check for pending data.Aris Adamantiadis2013-11-031-1/+5
* log: Make _ssh_log() public.Andreas Schneider2013-07-211-0/+3
* include: Mark ssh_log as depcrecated.Andreas Schneider2013-07-141-3/+3
* log: Implment new logging functions.Andreas Schneider2013-07-141-0/+6
* server: export ssh_channel_open_x11()Aris Adamantiadis2013-07-131-0/+1
* server: implement server-side of agent forwardingAris Adamantiadis2013-07-131-0/+1
* ssh-agent: implement the clientside for agent forwarding auth.Aris Adamantiadis2013-07-131-0/+1
* gssapi: implement ticket delegationAris Adamantiadis2013-07-131-0/+1
* gssapi: retrieve forwarded (delegated) ticketsAris Adamantiadis2013-07-131-0/+1
* auth: implement client-side gssapiAris Adamantiadis2013-07-131-0/+1
* auth: adapt libssh to gssapi-with-mic serverAris Adamantiadis2013-07-131-0/+1
* include: Fix the LGPL header.Andreas Schneider2013-01-231-12/+11
* socket: Add a SSH_WRITE_PENDING socket status.Andreas Schneider2012-07-171-0/+1
* options: Add option to specify host keys string.Oliver Gasser2012-07-061-1/+2
* Ignore and debug messages can be sent using public APIMartin Drasar2012-01-051-0/+2
* commit a7e14524c4f7903f607cdcd02b83782e89f0a82crofl0r2012-01-021-0/+1
* pki: Add a ssh_key_cmp() function.Andreas Schneider2011-10-291-0/+8
* dh: Add ssh_get_publickey().Andreas Schneider2011-10-291-1/+1
* Implement ssh_options_get_port(ssh_session, unsigned int*).Lee Hambley2011-10-281-0/+1
* Implement ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley2011-10-281-0/+2
* pki: ssh_pki_generateAris Adamantiadis2011-09-241-0/+2
* scp: introduce a 64bits getter to respect ABIAris Adamantiadis2011-09-181-1/+2
* log: Improve the logging function.Andreas Schneider2011-09-101-1/+6
* log: Add new debug log levels.Andreas Schneider2011-09-101-3/+20
* string: Add ssh_string_get_char().Andreas Schneider2011-09-081-0/+1
* channels: Export ssh_channel_poll_timeout().Andreas Schneider2011-09-021-1/+1
* channel: implement ssh_channel_poll_timeoutAris Adamantiadis2011-09-021-0/+1
* pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider2011-08-301-0/+3
* legacy: Move ssh_private_key and ssh_public_key typedefs.Andreas Schneider2011-08-281-4/+0
* keyfiles: Make ssh_try_publickey_from_file() legacy.Andreas Schneider2011-08-281-3/+0
* legacy: Remove privatekey_from_base64().Andreas Schneider2011-08-261-3/+0
* auth: Make ssh_userauth_privatekey_file() legacy.Andreas Schneider2011-08-251-2/+0
* auth: Refactor ssh_userauth_password().Andreas Schneider2011-08-251-3/+3
* auth: Make ssh_userauth_autopubkey legacy.Andreas Schneider2011-08-251-1/+0
* auth: Add ssh_userauth_publickey_auto().Andreas Schneider2011-08-251-0/+3
* auth: Add ssh_userauth_agent().Andreas Schneider2011-08-251-3/+3
* auth: Make ssh_userauth_pubkey legacy.Andreas Schneider2011-08-231-1/+0
* auth: Add ssh_userauth_publickey().Andreas Schneider2011-08-231-0/+3
* auth: Make ssh_userauth_try_publickey() legacy.Andreas Schneider2011-08-231-1/+0
* auth: Add ssh_userauth_try_publickey().Andreas Schneider2011-08-231-2/+8
* auth: Move ssh_auth_list to legacy functions.Andreas Schneider2011-08-231-1/+0
* pki: Use a consistent naming scheme.Andreas Schneider2011-08-191-4/+4
* pki: Add ssh_pki_export_publickey_file().Andreas Schneider2011-08-161-0/+2
* pki: Fix and rename ssh_pki_publickey_to_base64().Andreas Schneider2011-08-161-3/+2
* pki: Remove session from ssh_pki_import_pubkey_* functions.Andreas Schneider2011-08-161-8/+2