Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 44 | -27914/+0 |
| | |||||
* | server: Fixed a shadowed variable. | Andreas Schneider | 2010-09-05 | 1 | -3/+4 |
| | |||||
* | Made pthread threading a user macro | Aris Adamantiadis | 2010-09-03 | 1 | -46/+7 |
| | |||||
* | thread: Fixed detection of thread libraries on Windows. | Andreas Schneider | 2010-09-02 | 1 | -2/+4 |
| | |||||
* | poll: Fixed the Windows build on Vista and newer. | Andreas Schneider | 2010-09-01 | 1 | -2/+2 |
| | |||||
* | Fix initialization of threading | Aris Adamantiadis | 2010-09-01 | 5 | -6/+19 |
| | |||||
* | Openssl implementation of threading + default imp | Aris Adamantiadis | 2010-09-01 | 2 | -31/+92 |
| | |||||
* | some more work on threading but not complete yet | Aris Adamantiadis | 2010-08-31 | 1 | -26/+53 |
| | |||||
* | Begin of a solution for threading | Aris Adamantiadis | 2010-08-30 | 4 | -9/+109 |
| | |||||
* | Added "fix" for libgcrypt threading, ... | Aris Adamantiadis | 2010-08-30 | 1 | -0/+7 |
| | | | | | | ... but it doesn't seem to work. This is however the recommanded way of initializing threading : http://lists.gnupg.org/pipermail/gcrypt-devel/2009-February/001452.html | ||||
* | Mark channel_read_buffer as deprecated in doxygen | Aris Adamantiadis | 2010-08-29 | 1 | -4/+2 |
| | |||||
* | Limit the size of packets in ssh_channel_write* | Aris Adamantiadis | 2010-08-28 | 1 | -3/+6 |
| | |||||
* | Fixes bug #99 | Aris Adamantiadis | 2010-08-28 | 1 | -1/+4 |
| | | | | returns error when no cryptographic context is available | ||||
* | ssh_channel_forward_* -> ssh_forward_* | Aris Adamantiadis | 2010-08-28 | 2 | -9/+9 |
| | | | | Fixes bug #108 | ||||
* | Added missing /** in doxygen @}'s | Aris Adamantiadis | 2010-08-28 | 20 | -22/+22 |
| | |||||
* | Fix a few documentation issues | Aris Adamantiadis | 2010-08-28 | 2 | -12/+12 |
| | |||||
* | poll: Fixed the ssh_poll_(init/cleanup) functions. | Andreas Schneider | 2010-08-25 | 1 | -3/+5 |
| | |||||
* | poll: Fixed the usage of WSAPoll() on Windows. | Andreas Schneider | 2010-08-25 | 1 | -10/+28 |
| | | | | This should fix ticket #101. | ||||
* | Changed SSH_SUCCESS to SSH_OK | Aris Adamantiadis | 2010-08-20 | 1 | -17/+17 |
| | |||||
* | Fixed "@deprecated" in doxygen | Aris Adamantiadis | 2010-08-20 | 1 | -1/+1 |
| | |||||
* | Obsoletes ssh_auth_list, comment ssh_userauth_list | Aris Adamantiadis | 2010-08-19 | 1 | -11/+21 |
| | |||||
* | server: Added an API entry for the message callback. | Milo Jhoran | 2010-08-13 | 1 | -6/+7 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | server: Fix missing socket close notification. | milo | 2010-08-13 | 3 | -21/+18 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | Log Proxycommand command executed | Aris Adamantiadis | 2010-08-10 | 1 | -0/+1 |
| | |||||
* | misc: Added %p for port to ssh_path_expand_escape(). | Andreas Schneider | 2010-08-10 | 1 | -0/+8 |
| | |||||
* | Fix typos in port forwarding (server side) | Milo Jhoran | 2010-08-10 | 1 | -5/+5 |
| | |||||
* | server: Split ssh_bind_accept and create ssh_handle_key_exchange. | milo | 2010-08-10 | 2 | -4/+9 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | Moved content from deprecated.c to legacy.c | Aris Adamantiadis | 2010-08-09 | 3 | -31/+6 |
| | |||||
* | server: Make ssh_accept a depreacted function to not break the API. | Andreas Schneider | 2010-08-09 | 2 | -0/+31 |
| | |||||
* | server: Merge ssh_bind_accept. | Andreas Schneider | 2010-08-09 | 1 | -95/+87 |
| | |||||
* | server: Rename ssh_accept to ssh_bind_accept. | Andreas Schneider | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | server: Fixed the server implementation. | milo | 2010-08-09 | 1 | -49/+278 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | server: Added a define to set the server status. | milo | 2010-08-09 | 1 | -0/+5 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | messages: Make sure we pop the message at the beginning. | milo | 2010-08-09 | 1 | -1/+9 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | wrapper: Added a log message if client kex is empty. | milo | 2010-08-09 | 1 | -1/+6 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | session: Set needed poll events for handling packets. | milo | 2010-08-09 | 1 | -0/+1 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | socket: Make sure we only transmit data if we have some. | milo | 2010-08-09 | 1 | -2/+5 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | pcap: Zero the pcap structure. | milo | 2010-08-09 | 1 | -1/+9 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | kex: Fixed initialization of server kex. | milo | 2010-08-09 | 1 | -7/+19 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | session: Added callback for the connection per session. | milo | 2010-08-09 | 2 | -6/+7 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | Begining of zlib@openssh.org implementation | Aris Adamantiadis | 2010-07-23 | 2 | -4/+9 |
| | |||||
* | Continue removing old flushing code | Aris Adamantiadis | 2010-07-23 | 11 | -155/+52 |
| | |||||
* | Removed obsolete socket functions | Aris Adamantiadis | 2010-07-23 | 4 | -64/+58 |
| | |||||
* | State error in server.c | Aris Adamantiadis | 2010-07-23 | 1 | -1/+1 |
| | |||||
* | Add consistency check to ssh_set_callbacks | Aris Adamantiadis | 2010-07-23 | 1 | -3/+9 |
| | |||||
* | Receive and send SSH_MSG_UNIMPLEMENTED | Aris Adamantiadis | 2010-07-18 | 1 | -2/+34 |
| | |||||
* | Fixed channel opening failures (infinite loop) | Aris Adamantiadis | 2010-07-17 | 1 | -1/+1 |
| | |||||
* | Fixed keepalive problem on older openssh servers | Aris Adamantiadis | 2010-07-16 | 1 | -1/+1 |
| | | | | | | Conflicts: libssh/channels.c | ||||
* | options: Added option to bind a client to an ip address. | Andreas Schneider | 2010-07-07 | 1 | -0/+15 |
| | | | | Thanks to Donatello Boccaforno <donatello.boccaforno@gmail.com>. | ||||
* | Removed dead code in socket.c | Aris Adamantiadis | 2010-07-07 | 1 | -181/+0 |
| |