Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add consistency check to ssh_set_callbacks | Aris Adamantiadis | 2010-07-23 | 2 | -1/+3 |
| | |||||
* | Receive and send SSH_MSG_UNIMPLEMENTED | Aris Adamantiadis | 2010-07-18 | 1 | -0/+2 |
| | |||||
* | poll: Added poll constants for Windows. | Andreas Schneider | 2010-07-09 | 1 | -2/+40 |
| | | | | | WSAPoll uses different constanst values as the POSIX implementation, what else ... | ||||
* | options: Added option to bind a client to an ip address. | Andreas Schneider | 2010-07-07 | 2 | -2/+3 |
| | | | | Thanks to Donatello Boccaforno <donatello.boccaforno@gmail.com>. | ||||
* | Removed dead code in socket.c | Aris Adamantiadis | 2010-07-07 | 1 | -3/+2 |
| | |||||
* | Add ssh_callbacks_exists internal macro + unittest | Aris Adamantiadis | 2010-06-25 | 1 | -6/+20 |
| | | | (first commit with eclipse helios, crossing fingers ...) | ||||
* | socket: Rename INVALID_SOCKET_T to SSH_INVALID_SOCKET. | Andreas Schneider | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | socket: Fixed checks for max fd. | Andreas Schneider | 2010-06-17 | 1 | -0/+2 |
| | |||||
* | socket: Fixed prototype of ssh_socket_pollcallback(). | Andreas Schneider | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | poll: Fixed a malfunction with wrong max fd value check. | Andreas Schneider | 2010-06-17 | 1 | -2/+6 |
| | |||||
* | string: Added a function to delete a char basesd stirng object. | Andreas Schneider | 2010-06-11 | 1 | -0/+1 |
| | |||||
* | cpp: Fixed return value of userauthAutopubkey. | Andreas Schneider | 2010-06-02 | 1 | -1/+1 |
| | |||||
* | Fixed keyboard-interactive and unit test | Aris Adamantiadis | 2010-05-19 | 1 | -1/+4 |
| | |||||
* | Install missing legacy header file. | Andreas Schneider | 2010-05-17 | 1 | -0/+1 |
| | |||||
* | poll: Added a cleanup function to free the ws2_32 library. | Andreas Schneider | 2010-05-17 | 2 | -0/+2 |
| | |||||
* | Separation work between openssl and libgcrypt | Aris Adamantiadis | 2010-05-14 | 3 | -73/+136 |
| | |||||
* | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 5 | -63/+152 |
| | |||||
* | Added runtime detection of WSAPoll(). | Andreas Schneider | 2010-05-12 | 1 | -0/+1 |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Fixed Windows build. | Andreas Schneider | 2010-05-12 | 1 | -2/+3 |
| | |||||
* | Use the new expand functions. | Andreas Schneider | 2010-05-11 | 1 | -1/+1 |
| |