aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
2010-09-01Fix initialization of threadingAris Adamantiadis5-6/+19
2010-09-01Openssl implementation of threading + default impAris Adamantiadis2-31/+92
2010-08-31some more work on threading but not complete yetAris Adamantiadis1-26/+53
2010-08-30Begin of a solution for threadingAris Adamantiadis4-9/+109
2010-08-30Added "fix" for libgcrypt threading, ...Aris Adamantiadis1-0/+7
2010-08-29Mark channel_read_buffer as deprecated in doxygenAris Adamantiadis1-4/+2
2010-08-28Limit the size of packets in ssh_channel_write*Aris Adamantiadis1-3/+6
2010-08-28Fixes bug #99Aris Adamantiadis1-1/+4
2010-08-28ssh_channel_forward_* -> ssh_forward_*Aris Adamantiadis2-9/+9
2010-08-28Added missing /** in doxygen @}'sAris Adamantiadis20-22/+22
2010-08-28Fix a few documentation issuesAris Adamantiadis2-12/+12
2010-08-25poll: Fixed the ssh_poll_(init/cleanup) functions.Andreas Schneider1-3/+5
2010-08-25poll: Fixed the usage of WSAPoll() on Windows.Andreas Schneider1-10/+28
2010-08-20Changed SSH_SUCCESS to SSH_OKAris Adamantiadis1-17/+17
2010-08-20Fixed "@deprecated" in doxygenAris Adamantiadis1-1/+1
2010-08-19Obsoletes ssh_auth_list, comment ssh_userauth_listAris Adamantiadis1-11/+21
2010-08-13server: Added an API entry for the message callback.Milo Jhoran1-6/+7
2010-08-13server: Fix missing socket close notification.milo3-21/+18
2010-08-10Log Proxycommand command executedAris Adamantiadis1-0/+1
2010-08-10misc: Added %p for port to ssh_path_expand_escape().Andreas Schneider1-0/+8
2010-08-10Fix typos in port forwarding (server side)Milo Jhoran1-5/+5
2010-08-10server: Split ssh_bind_accept and create ssh_handle_key_exchange.milo2-4/+9
2010-08-09Moved content from deprecated.c to legacy.cAris Adamantiadis3-31/+6
2010-08-09server: Make ssh_accept a depreacted function to not break the API.Andreas Schneider2-0/+31
2010-08-09server: Merge ssh_bind_accept.Andreas Schneider1-95/+87
2010-08-09server: Rename ssh_accept to ssh_bind_accept.Andreas Schneider1-1/+1
2010-08-09server: Fixed the server implementation.milo1-49/+278
2010-08-09server: Added a define to set the server status.milo1-0/+5
2010-08-09messages: Make sure we pop the message at the beginning.milo1-1/+9
2010-08-09wrapper: Added a log message if client kex is empty.milo1-1/+6
2010-08-09session: Set needed poll events for handling packets.milo1-0/+1
2010-08-09socket: Make sure we only transmit data if we have some.milo1-2/+5
2010-08-09pcap: Zero the pcap structure.milo1-1/+9
2010-08-09kex: Fixed initialization of server kex.milo1-7/+19
2010-08-09session: Added callback for the connection per session.milo2-6/+7
2010-07-23Begining of zlib@openssh.org implementationAris Adamantiadis2-4/+9
2010-07-23Continue removing old flushing codeAris Adamantiadis11-155/+52
2010-07-23Removed obsolete socket functionsAris Adamantiadis4-64/+58
2010-07-23State error in server.cAris Adamantiadis1-1/+1
2010-07-23Add consistency check to ssh_set_callbacksAris Adamantiadis1-3/+9
2010-07-18Receive and send SSH_MSG_UNIMPLEMENTEDAris Adamantiadis1-2/+34
2010-07-17Fixed channel opening failures (infinite loop)Aris Adamantiadis1-1/+1
2010-07-16Fixed keepalive problem on older openssh serversAris Adamantiadis1-1/+1
2010-07-07options: Added option to bind a client to an ip address.Andreas Schneider1-0/+15
2010-07-07Removed dead code in socket.cAris Adamantiadis1-181/+0
2010-07-06poll: FD_SETSIZE is only for the count value of FD_SET on Windows.Andreas Schneider1-0/+2
2010-06-24poll: Another attempt to get bsd_poll() working correctly.Andreas Schneider1-2/+6
2010-06-24poll: Fixed building with poll-emulation on UNIX.Andreas Schneider1-6/+8
2010-06-24agent: Use the our poll typedef.Andreas Schneider1-1/+1
2010-06-22poll: Added a comment to the bsd_poll() implementation.Andreas Schneider1-0/+10