aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/libssh.h
AgeCommit message (Collapse)AuthorFilesLines
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
This commit is pretty big cause several functions have been refactored.
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
Rename it to ssh_pki_export_publickey_base64().
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
It should be named ssh_pki_import_pubkey_blob().
2011-08-13pki: Use const.Andreas Schneider1-3/+3
2011-08-09pki: Use a consistent name scheme.Andreas Schneider1-1/+1
Rename ssh_key_import_private to ssh_pki_import_privkey_file.
2011-08-08pki: Add ssh_pki_import_pubkey_base64().Andreas Schneider1-0/+5
2011-08-08pki: Improve ssh_key_import_private().Andreas Schneider1-0/+4
2011-08-08pki: Improve ssh_pki_import_privkey_base64().Andreas Schneider1-2/+4
2011-06-15pki: Make ssh_key_is_private() a public function.Andreas Schneider1-0/+1
2011-06-15pki: Make ssh_key_is_public() a public function.Andreas Schneider1-0/+2
2011-06-12Test for ecdh and dh-group1Aris Adamantiadis1-1/+2
2011-06-12Check for ecdsa with openssl, added log_warningAris Adamantiadis1-2/+3
2011-06-11pki: Add ssh_key_type_to_char() and ssh_key_type_from_name().Andreas Schneider1-0/+2
2011-06-11pki: Make ssh_key_type a public function.Andreas Schneider1-0/+1
2011-06-11pki: Add SSH_KEYTYPE_ECDSA.Andreas Schneider1-1/+2
2011-05-30cmake: Set next version.Andreas Schneider1-1/+1
2011-05-02[channels] Added ssh_channel_window_size() and avoided reentrancy in ↵milo1-0/+1
channel_write_common() (cherry picked from commit 27313334578f4acb7ccf0687bba7f76b2febd569)
2011-04-15scp: Support huge files by changing size to 64-bit type.Mark Riordan1-1/+2
Signed-off-by: Mark Riordan <mriordan@ipswitch.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2011-04-14Implemented X11 server sidemilo1-1/+2
2011-04-14[pki] Added ssh_userauth_pki_pubkey() functionmilo1-0/+2
2011-04-14[pki] Added ssh_pki_import_privkey_base64()milo1-0/+2
2011-04-14[pki] Added privatekey_from_base64() function...milo1-0/+3
and wrapped it with privatekey_from_file()
2011-04-14[pki] Make ssh_key_new and ssh_key_free publicmilo1-0/+2
2011-03-22Implement ssh_blocking_flush()Aris Adamantiadis1-0/+1
Based on code from Jan Willamowius
2011-02-20poll: Added a function to poll the events.milo1-0/+1
2011-02-20poll: Added function to remove fd from the event context.milo1-0/+1
2011-02-20poll: Added function to add an fd to the events.milo1-0/+5
2011-02-20poll: Added function to remove session from event loop.milo1-0/+1
2011-02-20poll: Added function to add session to an event.milo1-0/+1
2011-02-20poll: Added a function to free an event.milo1-0/+1
2011-02-20poll: Started to add a poll based event loop.milo1-0/+3
2011-02-10Added the keyboard-interactive authentication methodmilo1-0/+2
2011-02-06session: Added ssh_is_connected().Andreas Schneider1-0/+1
2011-01-24misc: Added multiplatform ssh_getpass() fuction.Andreas Schneider1-0/+3
2011-01-16Made ssh_userauth_none nonblockingAris Adamantiadis1-0/+1