| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Moved includes from priv.h to bind.h | Aris Adamantiadis | 2010-10-27 | 2 | -25/+55 | |
| | | ||||||
| * | start of work to have callbackbased ssh_bind | Aris Adamantiadis | 2010-10-19 | 2 | -1/+36 | |
| | | ||||||
| * | Oops, libssh.h did not compile anymore | Aris Adamantiadis | 2010-10-15 | 1 | -2/+2 | |
| | | ||||||
| * | Fix OPTIONS_BINDADDR, PROXYCOMMAND constant change | Aris Adamantiadis | 2010-10-14 | 1 | -1/+1 | |
| | | ||||||
| * | Removed the global poll ctx in fav. of /session ctx | Aris Adamantiadis | 2010-10-12 | 2 | -4/+3 | |
| | | ||||||
| * | Fix prepend bug | Aris Adamantiadis | 2010-10-03 | 1 | -1/+7 | |
| | | ||||||
| * | Fix warnings on testcases | Aris Adamantiadis | 2010-10-02 | 1 | -1/+1 | |
| | | ||||||
| * | Added ssh_channel_write_stderr() for the server | milo | 2010-10-02 | 1 | -0/+3 | |
| | | ||||||
| * | Added channel features on the server | milo | 2010-10-02 | 1 | -0/+8 | |
| | | | | | | | | - ssh_channel_request_send_exit_status() - ssh_channel_request_send_exit_signal() - enhanced these features client-side | |||||
| * | Handle global requests and reverse forwarding | milo | 2010-10-02 | 3 | -0/+24 | |
| | | ||||||
| * | Add new callbacks in session and channels | milo | 2010-10-02 | 2 | -3/+153 | |
| | | ||||||
| * | Changed the threads cbks from struct to publ func | Aris Adamantiadis | 2010-09-30 | 1 | -2/+15 | |
| | | ||||||
| * | misc: Differentiate between client and server in ssh_analyze_banner. | Andreas Schneider | 2010-09-29 | 1 | -1/+1 | |
| | | ||||||
| * | misc: Move ssh_analyze_banner to a common location. | Andreas Schneider | 2010-09-29 | 1 | -0/+1 | |
| | | | | | Don't duplicate functions! | |||||
| * | pki: Added GPL to header file. | Andreas Schneider | 2010-09-28 | 1 | -0/+21 | |
| | | ||||||
| * | options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK. | Andreas Schneider | 2010-09-28 | 1 | -1/+1 | |
| | | | | | | Looks like people are confused by the name and think this is normal host key checking. | |||||
| * | Fixed outgoing flow control + writes behaviours | Aris Adamantiadis | 2010-09-26 | 1 | -2/+2 | |
| | | ||||||
| * | ssh_threads_init is private | Aris Adamantiadis | 2010-09-12 | 1 | -1/+1 | |
| | | ||||||
| * | Added initialisation logs for threading | Aris Adamantiadis | 2010-09-12 | 1 | -1/+2 | |
| | | ||||||
| * | Changed callbacks type | Aris Adamantiadis | 2010-09-12 | 1 | -19/+1 | |
| | | ||||||
| * | Implemented the noop and native pointers | Aris Adamantiadis | 2010-09-06 | 1 | -1/+22 | |
| | | ||||||
| * | threads: Build a libssh threading library. | Andreas Schneider | 2010-09-06 | 1 | -3/+3 | |
| | | ||||||
| * | Moved pthread specific code in src/threads/pthread.c | Aris Adamantiadis | 2010-09-06 | 1 | -53/+1 | |
| | | | | | | pthread example doesn't compile du to the lack of libssh_threads_native.so library | |||||
| * | server: Fixed a shadowed variable. | Andreas Schneider | 2010-09-05 | 1 | -1/+1 | |
| | | ||||||
| * | Made pthread threading a user macro | Aris Adamantiadis | 2010-09-03 | 1 | -1/+70 | |
| | | ||||||
| * | Openssl implementation of threading + default imp | Aris Adamantiadis | 2010-09-01 | 2 | -10/+18 | |
| | | ||||||
| * | Begin of a solution for threading | Aris Adamantiadis | 2010-08-30 | 1 | -0/+38 | |
| | | ||||||
| * | ssh_channel_forward_* -> ssh_forward_* | Aris Adamantiadis | 2010-08-28 | 2 | -6/+6 | |
| | | | | | Fixes bug #108 | |||||
| * | libsshpp: do not use deprecated functions | Aris Adamantiadis | 2010-08-28 | 1 | -0/+3 | |
| | | ||||||
| * | Fixed missing libsshpp methods | Aris Adamantiadis | 2010-08-28 | 1 | -23/+60 | |
| | | ||||||
| * | Added missing /** in doxygen @}'s | Aris Adamantiadis | 2010-08-28 | 2 | -2/+2 | |
| | | ||||||
| * | Fix a few documentation issues | Aris Adamantiadis | 2010-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | Near to end of implementation of the C++ wrapper | Aris Adamantiadis | 2010-08-28 | 1 | -19/+124 | |
| | | ||||||
| * | Fix C++ documentation about the exceptions | Aris Adamantiadis | 2010-08-27 | 1 | -0/+7 | |
| | | ||||||
| * | Added a SSH_NO_CPP_EXCEPTIONS mode to libsshpp.h | Aris Adamantiadis | 2010-08-27 | 1 | -9/+26 | |
| | | ||||||
| * | doc: Document the server responses. | Andreas Schneider | 2010-08-27 | 1 | -1/+23 | |
| | | ||||||
| * | Doxygen fixes | Aris Adamantiadis | 2010-08-23 | 1 | -1/+4 | |
| | | ||||||
| * | lot of C++ wrapper work | Aris Adamantiadis | 2010-08-23 | 1 | -29/+194 | |
| | | ||||||
| * | server: Added an API entry for the message callback. | Milo Jhoran | 2010-08-13 | 3 | -3/+5 | |
| | | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | |||||
| * | server: Fix missing socket close notification. | milo | 2010-08-13 | 1 | -0/+2 | |
| | | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | |||||
| * | server: Split ssh_bind_accept and create ssh_handle_key_exchange. | milo | 2010-08-10 | 1 | -1/+10 | |
| | | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | |||||
| * | server: Make ssh_accept a depreacted function to not break the API. | Andreas Schneider | 2010-08-09 | 1 | -0/+3 | |
| | | ||||||
| * | server: Merge ssh_bind_accept. | Andreas Schneider | 2010-08-09 | 1 | -11/+0 | |
| | | ||||||
| * | server: Rename ssh_accept to ssh_bind_accept. | Andreas Schneider | 2010-08-09 | 1 | -2/+4 | |
| | | ||||||
| * | session: Added callback for the connection per session. | milo | 2010-08-09 | 2 | -1/+1 | |
| | | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | |||||
| * | session: Fixed the type of the session dh_handshake_state. | milo | 2010-08-09 | 1 | -2/+2 | |
| | | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | |||||
| * | build: Fixed the Windows preprocessor macros and defines. | Andreas Schneider | 2010-08-03 | 1 | -35/+61 | |
| | | ||||||
| * | Begining of zlib@openssh.org implementation | Aris Adamantiadis | 2010-07-23 | 1 | -0/+2 | |
| | | ||||||
| * | Continue removing old flushing code | Aris Adamantiadis | 2010-07-23 | 2 | -6/+1 | |
| | | ||||||
| * | Removed obsolete socket functions | Aris Adamantiadis | 2010-07-23 | 1 | -2/+2 | |
| | | ||||||
