summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | for both gcrypt and openssl
* 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
| | | | These should be used in future!
* 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
| | | | Resolves bug #57
* 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
| | | | | This function has been introduced for libssh 0.6. So we can remove it completely.
* 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
| | | | This commit is pretty big cause several functions have been refactored.
* 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
| | | | Rename it to ssh_pki_export_publickey_base64().
* pki: Remove session from ssh_pki_import_pubkey_* functions.Andreas Schneider2011-08-161-8/+2
|
* pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider2011-08-161-6/+25
|
* pki: Add ssh_pki_publickey_to_base64().Andreas Schneider2011-08-161-0/+3
|
* pki: Add ssh_pki_import_pubkey_file().Andreas Schneider2011-08-161-0/+3
|
* pki: Rename ssh_pki_publickey_to_string and make it public.Andreas Schneider2011-08-161-0/+1
|
* pki: Rename ssh_pki_import_pubkey_string and make it public.Andreas Schneider2011-08-161-0/+3
| | | | It should be named ssh_pki_import_pubkey_blob().
* pki: Use const.Andreas Schneider2011-08-131-3/+3
|
* pki: Use a consistent name scheme.Andreas Schneider2011-08-091-1/+1
| | | | Rename ssh_key_import_private to ssh_pki_import_privkey_file.
* pki: Add ssh_pki_import_pubkey_base64().Andreas Schneider2011-08-081-0/+5
|
* pki: Improve ssh_key_import_private().Andreas Schneider2011-08-081-0/+4
|
* pki: Improve ssh_pki_import_privkey_base64().Andreas Schneider2011-08-081-2/+4
|
* pki: Make ssh_key_is_private() a public function.Andreas Schneider2011-06-151-0/+1
|
* pki: Make ssh_key_is_public() a public function.Andreas Schneider2011-06-151-0/+2
|
* Test for ecdh and dh-group1Aris Adamantiadis2011-06-121-1/+2
|
* Check for ecdsa with openssl, added log_warningAris Adamantiadis2011-06-121-2/+3
|
* pki: Add ssh_key_type_to_char() and ssh_key_type_from_name().Andreas Schneider2011-06-111-0/+2
|
* pki: Make ssh_key_type a public function.Andreas Schneider2011-06-111-0/+1
|
* pki: Add SSH_KEYTYPE_ECDSA.Andreas Schneider2011-06-111-1/+2
|
* cmake: Set next version.Andreas Schneider2011-05-301-1/+1
|
* [channels] Added ssh_channel_window_size() and avoided reentrancy in ↵milo2011-05-021-0/+1
| | | | | | channel_write_common() (cherry picked from commit 27313334578f4acb7ccf0687bba7f76b2febd569)
* scp: Support huge files by changing size to 64-bit type.Mark Riordan2011-04-151-1/+2
| | | | | Signed-off-by: Mark Riordan <mriordan@ipswitch.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* Implemented X11 server sidemilo2011-04-141-1/+2
|