aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/libssh.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-23doc: Add SSH auth callback to libssh_auth doc groupAndreas Schneider1-1/+9
2020-02-11pki: add support for sk-ecdsa and sk-ed25519Sebastian Kinne1-0/+4
2019-12-09include: Mark SSH_AUTH flags as unsignedAndreas Schneider1-7/+7
2019-07-08include: Add define for SSH_CONNECTOR_STDINOUTAndreas Schneider1-0/+1
2019-06-14include: Make sure ssh_session_get_known_hosts_entry is added to the APIAndreas Schneider1-3/+2
2019-06-13channels: Make ssh_message_channel_request_open_reply_accept_channel publicDavid Wedderwille1-0/+1
2019-04-17pki: support ECDSA/ED25519 certificatesBen Toews1-0/+4
2019-04-17libssh: deprecate SSH_KEYTYPE_ECDSABen Toews1-2/+5
2019-03-29channels: Added function to create channel to UNIX socketpmorris671-0/+2
2019-02-07include: Mark ssh_print_hexa as deprecatedAndreas Schneider1-1/+1
2019-01-09options: Introduce new options for handling rekey limitsJakub Jelen1-0/+2
2018-11-02options: Provide a way of disabling automatic config parsingJakub Jelen1-0/+1
2018-10-24messages: Add SSH_MESSAGE_FREEAndreas Schneider1-0/+2
2018-10-13include: Mark old known_hosts API as deprecatedAndreas Schneider1-3/+4
2018-09-27include: Add SSH_KEY_FREEAnderson Toshiyuki Sasaki1-0/+2
2018-09-20pki: Add ssh_pki_export_privkey_base64()DavidWed1-0/+5
2018-09-20dh: Add ssh_get_fingerprint_hash()Andreas Schneider1-0/+3
2018-09-17include: Add SSH_BUFFER_FREEAndreas Schneider1-0/+2
2018-09-02include: Add SSH_STRING_FREE() and SSH_STRING_FREE_CHAR()Andreas Schneider1-0/+4
2018-08-31options: The new option SSH_OPTIONS_PUBLICKEY_ACCEPTED_TYPESJakub Jelen1-0/+1
2018-08-29dh: Add ssh_print_hash() function which can deal with sha256Jan-Niklas Burfeind1-0/+1
2018-08-29dh: Add SSH_PUBLICKEY_HASH_SHA256 to ssh_get_publickey_hash()Jan-Niklas Burfeind1-1/+2
2018-08-22libssh: Document ssh_known_hosts_eAndreas Schneider1-0/+28
2018-08-13include: Bump libssh versionAndreas Schneider1-1/+1
2018-06-28Remove vim modelines from all filesAndreas Schneider1-1/+0
2018-06-04kwonhosts: Add functions to check if servers public key is knownAndreas Schneider1-1/+5
2018-06-04knownhosts: Add ssh_session_update_known_hosts()Andreas Schneider1-0/+2
2018-06-04knownhosts: Add ssh_session_export_known_hosts_entry()Andreas Schneider1-0/+3
2018-06-04knownhosts: Add ssh_session_has_known_hosts_entry()Andreas Schneider1-0/+10
2018-06-04knownhosts: Introduce new known hosts managing functionsAndreas Schneider1-0/+23
2018-04-10channels: add ssh_channel_request_send_break to support RFC 4335Axel Eppe1-0/+1
2018-03-21Add a NODELAY optionAlberto Aguirre1-1/+2
2018-01-29libssh: Bump the version to 0.7.90Andreas Schneider1-1/+1
2017-12-15Add new optionsAris Adamantiadis1-0/+5
2016-11-05known_hosts: Add ssh_dump_knownhost() functionStef Walter1-0/+1
2016-05-02connector: Implement ssh_connector_except()Aris Adamantiadis1-0/+24
2016-05-02channels: Move ssh_channel_write_stderr out of server-onlyAris Adamantiadis1-0/+3
2016-05-02dh: Rename ssh_get_publickey() to ssh_get_server_publickey()Andreas Schneider1-1/+2
2016-03-14server: handle keepalive@openssh.com global requestsAris Adamantiadis1-0/+1
2016-01-19buffer: expose ssh_buffer_get()Fabiano Fidêncio1-0/+1
2016-01-19buffer: expose ssh_buffer_{add,get}_data()Fabiano Fidêncio1-0/+2
2016-01-19buffer: expose ssh_buffer_reinit()Fabiano Fidêncio1-0/+1
2016-01-19libssh.h: move LIBSSH_API buffer' functions to libssh.hFabiano Fidêncio1-0/+4
2015-11-10headers: fix missing mode_t (2nd)Dirk Neukirchen1-0/+1
2015-09-07pki: Add certificate loading functionsAxel Eppe1-0/+9
2015-09-07pki: Add rsa, dss certificate key type definitionsAxel Eppe1-1/+3
2015-07-07client: handle agent forward open requests with callbacksFabiano Fidêncio1-1/+3
2015-06-29agent: Add ssh_set_agent_socketPeter Volpe1-0/+1
2015-05-06Bump version to 0.7.0Andreas Schneider1-1/+1
2014-12-05session: add getter for kexalgoJon Simons1-0/+1