summaryrefslogtreecommitdiffstats
path: root/include/libssh
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | Signed-off-by: Mark Riordan <mriordan@ipswitch.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* 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
| | | | and wrapped it with privatekey_from_file()
* [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
| | | | Based on code from Jan Willamowius
* 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
| | | | This looks ugly. I'll see if we need to revert or change that patch later.
* 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
| | | | 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.
* 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
|
* doc: Some small fixes in server.h.Andreas Schneider2010-12-071-11/+6
|
* doc: Define a doc group for the callbacks.Andreas Schneider2010-12-071-0/+11
|
* Moved declarations from auth.h to various headersAris Adamantiadis2010-10-303-22/+25
|