aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Collapse)AuthorFilesLines
2010-09-06misc: Rename libssh/ to src/Andreas Schneider44-27914/+0
2010-09-05server: Fixed a shadowed variable.Andreas Schneider1-3/+4
2010-09-03Made pthread threading a user macroAris Adamantiadis1-46/+7
2010-09-02thread: Fixed detection of thread libraries on Windows.Andreas Schneider1-2/+4
2010-09-01poll: Fixed the Windows build on Vista and newer.Andreas Schneider1-2/+2
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
... 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
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
returns error when no cryptographic context is available
2010-08-28ssh_channel_forward_* -> ssh_forward_*Aris Adamantiadis2-9/+9
Fixes bug #108
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
This should fix ticket #101.
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
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-08-13server: Fix missing socket close notification.milo3-21/+18
Signed-off-by: Andreas Schneider <asn@cynapses.org>
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
Signed-off-by: Andreas Schneider <asn@cynapses.org>
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
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-08-09server: Added a define to set the server status.milo1-0/+5
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-08-09messages: Make sure we pop the message at the beginning.milo1-1/+9
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-08-09wrapper: Added a log message if client kex is empty.milo1-1/+6
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-08-09session: Set needed poll events for handling packets.milo1-0/+1
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-08-09socket: Make sure we only transmit data if we have some.milo1-2/+5
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-08-09pcap: Zero the pcap structure.milo1-1/+9
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-08-09kex: Fixed initialization of server kex.milo1-7/+19
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-08-09session: Added callback for the connection per session.milo2-6/+7
Signed-off-by: Andreas Schneider <asn@cynapses.org>
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
Conflicts: libssh/channels.c
2010-07-07options: Added option to bind a client to an ip address.Andreas Schneider1-0/+15
Thanks to Donatello Boccaforno <donatello.boccaforno@gmail.com>.
2010-07-07Removed dead code in socket.cAris Adamantiadis1-181/+0