aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-05-02[channels] Added ssh_channel_window_size() and avoided reentrancy in channel_...milo1-0/+1
2011-04-18[pki] remove unused functionsmilo1-3/+0
2011-04-15scp: More correct fix for snprintf 64-bit format.Andreas Schneider1-0/+8
2011-04-15scp: Support huge files by changing size to 64-bit type.Mark Riordan2-3/+4
2011-04-14Use const for x11_auth_* stringsmilo1-2/+2
2011-04-14Implemented X11 server sidemilo3-1/+15
2011-04-14[pki] Added ssh_userauth_pki_pubkey() functionmilo1-0/+2
2011-04-14[pki] added ssh_pki_do_sign() functionmilo2-0/+6
2011-04-14[pki] Added conversion functions to migrate seemlessly to ssh_keymilo1-0/+6
2011-04-14[pki] Added ssh_pki_publickey_from_privatekey() functionmilo1-0/+3
2011-04-14[pki] Added ssh_pki_import_privkey_base64()milo2-0/+5
2011-04-14[pki] remove non existing function prototypemilo1-1/+0
2011-04-14[pki] Added privatekey_from_base64() function...milo2-0/+6
2011-04-14[pki] Make ssh_key_new and ssh_key_free publicmilo2-2/+2
2011-03-22Fix the ssh_message_retrieve problem by anihilationAris Adamantiadis1-1/+1
2011-03-22Implement ssh_blocking_flush()Aris Adamantiadis2-0/+2
2011-03-09messages: Make returned strings const.Andreas Schneider1-11/+11
2011-03-09doc: More doc for messaging functions.Andreas Schneider1-1/+37
2011-03-09doc: Improve the doc of ssh_bind_set_callbacks.Andreas Schneider1-0/+20
2011-03-06doc: Improved documentation for server options.Andreas Schneider1-4/+57
2011-02-23legacy: Added missing channel_write_stderr.Andreas Schneider1-0/+2
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-12Added ssh_userauth_[offer_]pubkey nonblocking ifaceAris Adamantiadis1-1/+3
2011-02-12connect: Use ssh_is_ipaddr instead of regex.Andreas Schneider1-2/+0
2011-02-12misc: Added ssh_is_ipaddr() function.Andreas Schneider1-0/+2
2011-02-10Added the keyboard-interactive authentication methodmilo5-1/+29
2011-02-06session: Added ssh_is_connected().Andreas Schneider1-0/+1
2011-01-24libsshpp: Removed unused variable.Andreas Schneider1-1/+0
2011-01-24misc: Added multiplatform ssh_getpass() fuction.Andreas Schneider1-0/+3
2011-01-16ssh_auth_password made nonblockingAris Adamantiadis1-1/+2
2011-01-16Made ssh_userauth_none nonblockingAris Adamantiadis2-1/+3
2011-01-15Fix double-connect testcaseAris Adamantiadis1-0/+1
2011-01-12Use termination functions for event pollingAris Adamantiadis1-1/+8
2011-01-10Non-blocking mode for ssh_connectAris Adamantiadis1-0/+5
2011-01-10Change blocking parameter to a flagAris Adamantiadis2-2/+7
2011-01-05Fix the missing returns in C++ wrapperAris Adamantiadis1-1/+20
2011-01-02cmake: Fixed msvc posix warnings and unsecure functions.Andreas Schneider1-6/+0
2010-12-31libssh: Don't use the visibility flag on OS/2.Andreas Schneider1-1/+1
2010-12-30socket: Fixed ssh_socket_fd_set prototype.Andreas Schneider1-1/+1
2010-12-27Added compression options and allow "yes/no" settingAris Adamantiadis2-1/+4
2010-12-23libsshpp: Fixed return of non-void function.Andreas Schneider1-1/+4
2010-12-10include: Only require LIBSSH_STATIC on Windows.Andreas Schneider1-9/+9
2010-12-08server: Remove channel_write_stderr.Andreas Schneider2-3/+1
2010-12-07doc: Some small fixes in server.h.Andreas Schneider1-11/+6