aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-18Change SOversion to 4.2.0 instead of 5.0.0Aris Adamantiadis1-2/+2
2010-08-13server: Added an API entry for the message callback.Milo Jhoran4-9/+12
2010-08-13server: Fix missing socket close notification.milo4-21/+20
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-10example: Fixed build of samplesshd.Andreas Schneider1-2/+2
2010-08-10server: Split ssh_bind_accept and create ssh_handle_key_exchange.milo4-5/+23
2010-08-09Removed unnecessary headers in samplesshdAris Adamantiadis1-6/+1
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 Schneider3-0/+34
2010-08-09server: Merge ssh_bind_accept.Andreas Schneider3-110/+87
2010-08-09server: Rename ssh_accept to ssh_bind_accept.Andreas Schneider3-5/+7
2010-08-09example: Fixed the sample ssh server implementation.milo1-7/+45
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.milo4-7/+8
2010-08-09session: Fixed the type of the session dh_handshake_state.milo1-2/+2
2010-08-03build: Added a check for NSIS.Andreas Schneider2-7/+43
2010-08-03build: Set a default zlib search path for windows.Andreas Schneider1-0/+3
2010-08-03build: Set a default openssl search path for windows.Andreas Schneider1-0/+4
2010-08-03build: Don't test for big endian on Windows.Andreas Schneider1-1/+3
2010-08-03build: Fixed the Windows preprocessor macros and defines.Andreas Schneider3-58/+73
2010-07-23Begining of zlib@openssh.org implementationAris Adamantiadis3-4/+11
2010-07-23Added the client unit testing informationAris Adamantiadis2-2/+6
2010-07-23Continue removing old flushing codeAris Adamantiadis13-161/+53
2010-07-23Removed obsolete socket functionsAris Adamantiadis5-66/+60
2010-07-23State error in server.cAris Adamantiadis1-1/+1
2010-07-23Add consistency check to ssh_set_callbacksAris Adamantiadis3-4/+12
2010-07-18Receive and send SSH_MSG_UNIMPLEMENTEDAris Adamantiadis2-2/+36
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-16New example for port forwardingAris Adamantiadis2-0/+250
2010-07-09poll: Added poll constants for Windows.Andreas Schneider1-2/+40
2010-07-07options: Added option to bind a client to an ip address.Andreas Schneider3-2/+18
2010-07-07Removed dead code in socket.cAris Adamantiadis2-184/+2
2010-07-06poll: FD_SETSIZE is only for the count value of FD_SET on Windows.Andreas Schneider1-0/+2
2010-06-25Add ssh_callbacks_exists internal macro + unittestAris Adamantiadis3-8/+84
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