aboutsummaryrefslogtreecommitdiff
path: root/libssh/packet.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-16Limit the size of acceptable compressed packetsAris Adamantiadis1-1/+1
2009-08-29Fix "void * ptr used in pointer arithmetic" warngAris Adamantiadis1-3/+3
2009-08-29Change SSH_LOG_RARE to SSH_LOG_PACKET in packet.cAris Adamantiadis1-8/+8
2009-08-16Add forward listening featureVic Lee1-0/+1
2009-07-30Fix build with MSVC.Andreas Schneider1-2/+1
2009-07-27Fix SSH1 compilation.Andreas Schneider1-10/+10
2009-07-27Fix SSH1 and stdint in SSH1 code.Andreas Schneider1-11/+11
2009-07-25Switch completly to stdint types.Andreas Schneider1-24/+24
2009-07-24Change all occurences of STRING * to ssh_stringAris Adamantiadis1-1/+1
2009-06-18added ssh_message_callback support.Aris Adamantiadis1-0/+3
2009-06-17Begin of asynchronous SSH message parsingAris Adamantiadis1-1/+7
2009-06-09Fix build warnings.Andreas Schneider1-0/+4
2009-05-23Fix compilation of SSHv1.Andreas Schneider1-2/+2
2009-05-13Fix some compiler warnings on windows.Andreas Schneider1-2/+2
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-2/+1
2009-04-22Rename buffer_add_data_begin() to buffer_prepend_data().Andreas Schneider1-4/+4
2009-04-15Improve packet_hmac_verify().Andreas Schneider1-1/+1
2009-04-14Use consistend return values for packet_wait() functions.Andreas Schneider1-91/+106
2009-04-14Add more error checks to packet_parse().Andreas Schneider1-60/+65
2009-04-14Add more error checks to packet_send1().Andreas Schneider1-41/+72
2009-04-14Add more error checks to packet_send2().Andreas Schneider1-37/+64
2009-04-14Format packet_write().Andreas Schneider1-8/+17
2009-04-14Format packet_flush().Andreas Schneider1-8/+12
2009-04-14Use consistent return values for packet_translate().Andreas Schneider1-19/+25
2009-04-14Add more error checks to packet_read1().Andreas Schneider1-108/+138
2009-04-10Add more error checks to packet_read2().Andreas Schneider1-119/+160
2009-04-08Fix header functions and add return value checks.Andreas Schneider1-2/+7
2009-04-08Fix SSHv1 compile errors.Andreas Schneider1-3/+3
2009-04-05Fix build warnings found with printf checking of ssh_set_error().Andreas Schneider1-1/+2
2009-04-01Add memory error checking for packet functions.Andreas Schneider1-3/+13
2009-04-01Check for memory allocation errors.Andreas Schneider1-7/+18
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-20/+23
2009-03-28Add an option WITH_LIBZ to compile with zlib support.Andreas Schneider1-5/+7
2009-03-14Fix build warnings.Andreas Schneider1-1/+1
2009-03-11Replace ssh_say with ssh_log.Andreas Schneider1-15/+24
2008-06-17oops missed a line in the fixAris Adamantiadis1-3/+5
2008-06-17bug #00006 fixAris Adamantiadis1-0/+3
2008-06-16displaced the data_to_* into socketAris Adamantiadis1-2/+2
2008-06-16Big changes :Aris Adamantiadis1-214/+61
2008-06-12begin fixing the ssh_say everywhereAris Adamantiadis1-1/+1
2008-06-12big changes :Aris Adamantiadis1-26/+83
2008-03-12fixed the netdb problem ?Aris Adamantiadis1-1/+0
2008-03-07first part of win32 patchesAris Adamantiadis1-1/+1
2008-03-04added the socket class and created wrappersAris Adamantiadis1-43/+22
2007-03-17found the nasty server bug ("ssh_accept: ")Aris Adamantiadis1-1/+2
2006-12-12forgot a line from norbert's patchAris Adamantiadis1-0/+1
2006-12-12norbert's patches + strange typo in packet_nonblocking_flush()Aris Adamantiadis1-2/+8
2006-11-12oops, forgot to verify that it compiled fineAris Adamantiadis1-3/+18
2005-11-30nonblocking support in dh_handshake() from client.cAris Adamantiadis1-14/+30
2005-11-23same changes, SSH1 (reading only).Aris Adamantiadis1-96/+90