summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* [pki] Added ssh_userauth_pki_pubkey() functionmilo2011-04-141-0/+2
|
* [pki] Added ssh_pki_import_privkey_base64()milo2011-04-141-0/+2
|
* [pki] Added privatekey_from_base64() function...milo2011-04-141-0/+3
| | | | and wrapped it with privatekey_from_file()
* [pki] Make ssh_key_new and ssh_key_free publicmilo2011-04-141-0/+2
|
* Implement ssh_blocking_flush()Aris Adamantiadis2011-03-221-0/+1
| | | | Based on code from Jan Willamowius
* poll: Added a function to poll the events.milo2011-02-201-0/+1
|
* poll: Added function to remove fd from the event context.milo2011-02-201-0/+1
|
* poll: Added function to add an fd to the events.milo2011-02-201-0/+5
|
* poll: Added function to remove session from event loop.milo2011-02-201-0/+1
|
* poll: Added function to add session to an event.milo2011-02-201-0/+1
|
* poll: Added a function to free an event.milo2011-02-201-0/+1
|
* poll: Started to add a poll based event loop.milo2011-02-201-0/+3
|
* Added the keyboard-interactive authentication methodmilo2011-02-101-0/+2
|
* session: Added ssh_is_connected().Andreas Schneider2011-02-061-0/+1
|
* misc: Added multiplatform ssh_getpass() fuction.Andreas Schneider2011-01-241-0/+3
|
* Made ssh_userauth_none nonblockingAris Adamantiadis2011-01-161-0/+1
|
* Change blocking parameter to a flagAris Adamantiadis2011-01-101-0/+1
|
* libssh: Don't use the visibility flag on OS/2.Andreas Schneider2010-12-311-1/+1
|
* Added compression options and allow "yes/no" settingAris Adamantiadis2010-12-271-1/+3
| | | | SSH_OPTION_COMPRESSION and SSH_OPTION_COMPRESSION_LEVEL options have been added. Now, end-level apps may simply choose to enable compression without knowing the relevant algorithms behind it.
* include: Only require LIBSSH_STATIC on Windows.Andreas Schneider2010-12-101-9/+9
|
* Oops, libssh.h did not compile anymoreAris Adamantiadis2010-10-151-2/+2
|
* Fix OPTIONS_BINDADDR, PROXYCOMMAND constant changeAris Adamantiadis2010-10-141-1/+1
|
* Handle global requests and reverse forwardingmilo2010-10-021-0/+6
|
* options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.Andreas Schneider2010-09-281-1/+1
| | | | | Looks like people are confused by the name and think this is normal host key checking.
* ssh_channel_forward_* -> ssh_forward_*Aris Adamantiadis2010-08-281-3/+3
| | | | Fixes bug #108