aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
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
This looks ugly. I'll see if we need to revert or change that patch later.
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
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.
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
2010-12-07doc: Define a doc group for the callbacks.Andreas Schneider1-0/+11
2010-10-30Moved declarations from auth.h to various headersAris Adamantiadis3-22/+25
2010-10-27Moved includes from priv.h to bind.hAris Adamantiadis2-25/+55
2010-10-19start of work to have callbackbased ssh_bindAris Adamantiadis2-1/+36
2010-10-15Oops, libssh.h did not compile anymoreAris Adamantiadis1-2/+2
2010-10-14Fix OPTIONS_BINDADDR, PROXYCOMMAND constant changeAris Adamantiadis1-1/+1
2010-10-12Removed the global poll ctx in fav. of /session ctxAris Adamantiadis2-4/+3
2010-10-03Fix prepend bugAris Adamantiadis1-1/+7
2010-10-02Fix warnings on testcasesAris Adamantiadis1-1/+1
2010-10-02Added ssh_channel_write_stderr() for the servermilo1-0/+3
2010-10-02Added channel features on the servermilo1-0/+8
- ssh_channel_request_send_exit_status() - ssh_channel_request_send_exit_signal() - enhanced these features client-side
2010-10-02Handle global requests and reverse forwardingmilo3-0/+24
2010-10-02Add new callbacks in session and channelsmilo2-3/+153
2010-09-30Changed the threads cbks from struct to publ funcAris Adamantiadis1-2/+15
2010-09-29misc: Differentiate between client and server in ssh_analyze_banner.Andreas Schneider1-1/+1
2010-09-29misc: Move ssh_analyze_banner to a common location.Andreas Schneider1-0/+1
Don't duplicate functions!
2010-09-28pki: Added GPL to header file.Andreas Schneider1-0/+21
2010-09-28options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.Andreas Schneider1-1/+1
Looks like people are confused by the name and think this is normal host key checking.
2010-09-26Fixed outgoing flow control + writes behavioursAris Adamantiadis1-2/+2
2010-09-12ssh_threads_init is privateAris Adamantiadis1-1/+1
2010-09-12Added initialisation logs for threadingAris Adamantiadis1-1/+2
2010-09-12Changed callbacks typeAris Adamantiadis1-19/+1
2010-09-06Implemented the noop and native pointersAris Adamantiadis1-1/+22
2010-09-06threads: Build a libssh threading library.Andreas Schneider1-3/+3
2010-09-06Moved pthread specific code in src/threads/pthread.cAris Adamantiadis1-53/+1
pthread example doesn't compile du to the lack of libssh_threads_native.so library
2010-09-05server: Fixed a shadowed variable.Andreas Schneider1-1/+1