summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Introduced ssh_timeout_elapsed functionsAris Adamantiadis2011-05-241-0/+9
* [channels] Added ssh_channel_window_size() and avoided reentrancy in channel_...milo2011-05-021-0/+1
* [pki] remove unused functionsmilo2011-04-181-3/+0
* scp: More correct fix for snprintf 64-bit format.Andreas Schneider2011-04-151-0/+8
* scp: Support huge files by changing size to 64-bit type.Mark Riordan2011-04-152-3/+4
* Use const for x11_auth_* stringsmilo2011-04-141-2/+2
* Implemented X11 server sidemilo2011-04-143-1/+15
* [pki] Added ssh_userauth_pki_pubkey() functionmilo2011-04-141-0/+2
* [pki] added ssh_pki_do_sign() functionmilo2011-04-142-0/+6
* [pki] Added conversion functions to migrate seemlessly to ssh_keymilo2011-04-141-0/+6
* [pki] Added ssh_pki_publickey_from_privatekey() functionmilo2011-04-141-0/+3
* [pki] Added ssh_pki_import_privkey_base64()milo2011-04-142-0/+5
* [pki] remove non existing function prototypemilo2011-04-141-1/+0
* [pki] Added privatekey_from_base64() function...milo2011-04-142-0/+6
* [pki] Make ssh_key_new and ssh_key_free publicmilo2011-04-142-2/+2
* Fix the ssh_message_retrieve problem by anihilationAris Adamantiadis2011-03-221-1/+1
* Implement ssh_blocking_flush()Aris Adamantiadis2011-03-222-0/+2
* messages: Make returned strings const.Andreas Schneider2011-03-091-11/+11
* doc: More doc for messaging functions.Andreas Schneider2011-03-091-1/+37
* doc: Improve the doc of ssh_bind_set_callbacks.Andreas Schneider2011-03-091-0/+20
* doc: Improved documentation for server options.Andreas Schneider2011-03-061-4/+57
* legacy: Added missing channel_write_stderr.Andreas Schneider2011-02-231-0/+2
* 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 ssh_userauth_[offer_]pubkey nonblocking ifaceAris Adamantiadis2011-02-121-1/+3
* connect: Use ssh_is_ipaddr instead of regex.Andreas Schneider2011-02-121-2/+0
* misc: Added ssh_is_ipaddr() function.Andreas Schneider2011-02-121-0/+2
* Added the keyboard-interactive authentication methodmilo2011-02-105-1/+29
* session: Added ssh_is_connected().Andreas Schneider2011-02-061-0/+1
* libsshpp: Removed unused variable.Andreas Schneider2011-01-241-1/+0
* misc: Added multiplatform ssh_getpass() fuction.Andreas Schneider2011-01-241-0/+3
* ssh_auth_password made nonblockingAris Adamantiadis2011-01-161-1/+2
* Made ssh_userauth_none nonblockingAris Adamantiadis2011-01-162-1/+3
* Fix double-connect testcaseAris Adamantiadis2011-01-151-0/+1
* Use termination functions for event pollingAris Adamantiadis2011-01-121-1/+8
* Non-blocking mode for ssh_connectAris Adamantiadis2011-01-101-0/+5
* Change blocking parameter to a flagAris Adamantiadis2011-01-102-2/+7
* Fix the missing returns in C++ wrapperAris Adamantiadis2011-01-051-1/+20
* cmake: Fixed msvc posix warnings and unsecure functions.Andreas Schneider2011-01-021-6/+0
* libssh: Don't use the visibility flag on OS/2.Andreas Schneider2010-12-311-1/+1
* socket: Fixed ssh_socket_fd_set prototype.Andreas Schneider2010-12-301-1/+1
* Added compression options and allow "yes/no" settingAris Adamantiadis2010-12-272-1/+4
* libsshpp: Fixed return of non-void function.Andreas Schneider2010-12-231-1/+4
* include: Only require LIBSSH_STATIC on Windows.Andreas Schneider2010-12-101-9/+9
* server: Remove channel_write_stderr.Andreas Schneider2010-12-082-3/+1