aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/libssh.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-21log: Make _ssh_log() public.Andreas Schneider1-0/+3
2013-07-14include: Mark ssh_log as depcrecated.Andreas Schneider1-3/+3
2013-07-14log: Implment new logging functions.Andreas Schneider1-0/+6
2013-07-13server: export ssh_channel_open_x11()Aris Adamantiadis1-0/+1
2013-07-13server: implement server-side of agent forwardingAris Adamantiadis1-0/+1
2013-07-13ssh-agent: implement the clientside for agent forwarding auth.Aris Adamantiadis1-0/+1
2013-07-13gssapi: implement ticket delegationAris Adamantiadis1-0/+1
2013-07-13gssapi: retrieve forwarded (delegated) ticketsAris Adamantiadis1-0/+1
2013-07-13auth: implement client-side gssapiAris Adamantiadis1-0/+1
2013-07-13auth: adapt libssh to gssapi-with-mic serverAris Adamantiadis1-0/+1
2013-01-23include: Fix the LGPL header.Andreas Schneider1-12/+11
2012-07-17socket: Add a SSH_WRITE_PENDING socket status.Andreas Schneider1-0/+1
2012-07-06options: Add option to specify host keys string.Oliver Gasser1-1/+2
2012-01-05Ignore and debug messages can be sent using public APIMartin Drasar1-0/+2
2012-01-02commit a7e14524c4f7903f607cdcd02b83782e89f0a82crofl0r1-0/+1
2011-10-29pki: Add a ssh_key_cmp() function.Andreas Schneider1-0/+8
2011-10-29dh: Add ssh_get_publickey().Andreas Schneider1-1/+1
2011-10-28Implement ssh_options_get_port(ssh_session, unsigned int*).Lee Hambley1-0/+1
2011-10-28Implement ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley1-0/+2
2011-09-24pki: ssh_pki_generateAris Adamantiadis1-0/+2
2011-09-18scp: introduce a 64bits getter to respect ABIAris Adamantiadis1-1/+2
2011-09-10log: Improve the logging function.Andreas Schneider1-1/+6
2011-09-10log: Add new debug log levels.Andreas Schneider1-3/+20
2011-09-08string: Add ssh_string_get_char().Andreas Schneider1-0/+1
2011-09-02channels: Export ssh_channel_poll_timeout().Andreas Schneider1-1/+1
2011-09-02channel: implement ssh_channel_poll_timeoutAris Adamantiadis1-0/+1
2011-08-30pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider1-0/+3
2011-08-28legacy: Move ssh_private_key and ssh_public_key typedefs.Andreas Schneider1-4/+0
2011-08-28keyfiles: Make ssh_try_publickey_from_file() legacy.Andreas Schneider1-3/+0
2011-08-26legacy: Remove privatekey_from_base64().Andreas Schneider1-3/+0
2011-08-25auth: Make ssh_userauth_privatekey_file() legacy.Andreas Schneider1-2/+0
2011-08-25auth: Refactor ssh_userauth_password().Andreas Schneider1-3/+3
2011-08-25auth: Make ssh_userauth_autopubkey legacy.Andreas Schneider1-1/+0
2011-08-25auth: Add ssh_userauth_publickey_auto().Andreas Schneider1-0/+3
2011-08-25auth: Add ssh_userauth_agent().Andreas Schneider1-3/+3
2011-08-23auth: Make ssh_userauth_pubkey legacy.Andreas Schneider1-1/+0
2011-08-23auth: Add ssh_userauth_publickey().Andreas Schneider1-0/+3
2011-08-23auth: Make ssh_userauth_try_publickey() legacy.Andreas Schneider1-1/+0
2011-08-23auth: Add ssh_userauth_try_publickey().Andreas Schneider1-2/+8
2011-08-23auth: Move ssh_auth_list to legacy functions.Andreas Schneider1-1/+0
2011-08-19pki: Use a consistent naming scheme.Andreas Schneider1-4/+4
2011-08-16pki: Add ssh_pki_export_publickey_file().Andreas Schneider1-0/+2
2011-08-16pki: Fix and rename ssh_pki_publickey_to_base64().Andreas Schneider1-3/+2
2011-08-16pki: Remove session from ssh_pki_import_pubkey_* functions.Andreas Schneider1-8/+2
2011-08-16pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider1-6/+25
2011-08-16pki: Add ssh_pki_publickey_to_base64().Andreas Schneider1-0/+3
2011-08-16pki: Add ssh_pki_import_pubkey_file().Andreas Schneider1-0/+3
2011-08-16pki: Rename ssh_pki_publickey_to_string and make it public.Andreas Schneider1-0/+1
2011-08-16pki: Rename ssh_pki_import_pubkey_string and make it public.Andreas Schneider1-0/+3
2011-08-13pki: Use const.Andreas Schneider1-3/+3