aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-22Fix threadsafety issue in zlib codeAris Adamantiadis1-2/+2
2010-06-21Fixes leak reports in valgrindAris Adamantiadis1-0/+1
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-20ctest: Update config file for new cdash board.Andreas Schneider1-4/+3
2010-06-17Fixed more fd checks.Andreas Schneider3-4/+4
2010-06-17torture: Fixed fd check.Andreas Schneider1-1/+1
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