aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Collapse)AuthorFilesLines
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
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
2010-06-22poll: Handle FD_SETSIZE in bsd_poll().Andreas Schneider1-1/+1
2010-06-22poll: Fixed a comparsion.Andreas Schneider1-1/+1
2010-06-22Fix threadsafety issue in zlib codeAris Adamantiadis1-2/+2
2010-06-21poll: Fixed a typo.Andreas Schneider1-1/+1
2010-06-20poll: Check if maxfd has been set.Andreas Schneider1-2/+3
2010-06-17Fixed more fd checks.Andreas Schneider3-4/+4
2010-06-17client: Fixed fd checks.Andreas Schneider1-2/+2
2010-06-17server: Fixed types and checks of fd's.Andreas Schneider1-6/+6
2010-06-17poll: Fixed type of the fd variables and use SSH_INVALID_SOCKET.Andreas Schneider1-4/+4
2010-06-17channel: Fixed the type of the max fd variable in ssh_channel_select().Andreas Schneider1-5/+5
2010-06-17agent: Use ssh_poll in agent code.Andreas Schneider1-3/+3
2010-06-17socket: Rename INVALID_SOCKET_T to SSH_INVALID_SOCKET.Andreas Schneider1-8/+8
2010-06-17socket: Fixed checks for max fd.Andreas Schneider1-13/+16
2010-06-17poll: Fixed brackets.Andreas Schneider1-2/+2
2010-06-17poll: Fixed another wrong invalid fd check in bsd_poll.Andreas Schneider1-1/+1
2010-06-17poll: Some code cleanup for easier debugging.Andreas Schneider1-2/+4