summaryrefslogtreecommitdiffstats
path: root/libssh/packet.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed SSH1 support.Andreas Schneider2009-09-241-2/+2
* Fix SSH1 compilation.Andreas Schneider2009-07-291-10/+10
* Fix build warnings.Andreas Schneider2009-06-091-0/+4
* Fix compilation of SSHv1.Andreas Schneider2009-05-231-2/+2
* Fix some compiler warnings on windows.Andreas Schneider2009-05-131-2/+2
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-2/+1
* Rename buffer_add_data_begin() to buffer_prepend_data().Andreas Schneider2009-04-221-4/+4
* Improve packet_hmac_verify().Andreas Schneider2009-04-151-1/+1
* Use consistend return values for packet_wait() functions.Andreas Schneider2009-04-141-91/+106
* Add more error checks to packet_parse().Andreas Schneider2009-04-141-60/+65
* Add more error checks to packet_send1().Andreas Schneider2009-04-141-41/+72
* Add more error checks to packet_send2().Andreas Schneider2009-04-141-37/+64
* Format packet_write().Andreas Schneider2009-04-141-8/+17
* Format packet_flush().Andreas Schneider2009-04-141-8/+12
* Use consistent return values for packet_translate().Andreas Schneider2009-04-141-19/+25
* Add more error checks to packet_read1().Andreas Schneider2009-04-141-108/+138
* Add more error checks to packet_read2().Andreas Schneider2009-04-101-119/+160
* Fix header functions and add return value checks.Andreas Schneider2009-04-081-2/+7
* Fix SSHv1 compile errors.Andreas Schneider2009-04-081-3/+3
* Fix build warnings found with printf checking of ssh_set_error().Andreas Schneider2009-04-051-1/+2
* Add memory error checking for packet functions.Andreas Schneider2009-04-011-3/+13
* Check for memory allocation errors.Andreas Schneider2009-04-011-7/+18
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-20/+23
* Add an option WITH_LIBZ to compile with zlib support.Andreas Schneider2009-03-281-5/+7
* Fix build warnings.Andreas Schneider2009-03-141-1/+1
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-15/+24
* oops missed a line in the fixAris Adamantiadis2008-06-171-3/+5
* bug #00006 fixAris Adamantiadis2008-06-171-0/+3
* displaced the data_to_* into socketAris Adamantiadis2008-06-161-2/+2
* Big changes :Aris Adamantiadis2008-06-161-214/+61
* begin fixing the ssh_say everywhereAris Adamantiadis2008-06-121-1/+1
* big changes :Aris Adamantiadis2008-06-121-26/+83
* fixed the netdb problem ?Aris Adamantiadis2008-03-121-1/+0
* first part of win32 patchesAris Adamantiadis2008-03-071-1/+1
* added the socket class and created wrappersAris Adamantiadis2008-03-041-43/+22
* found the nasty server bug ("ssh_accept: ")Aris Adamantiadis2007-03-171-1/+2
* forgot a line from norbert's patchAris Adamantiadis2006-12-121-0/+1
* norbert's patches + strange typo in packet_nonblocking_flush()Aris Adamantiadis2006-12-121-2/+8
* oops, forgot to verify that it compiled fineAris Adamantiadis2006-11-121-3/+18
* nonblocking support in dh_handshake() from client.cAris Adamantiadis2005-11-301-14/+30
* same changes, SSH1 (reading only).Aris Adamantiadis2005-11-231-96/+90
* added bases for nonblocking packet sending and receiving. packet_send Aris Adamantiadis2005-11-221-116/+202
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-041-3/+3
* More work on the server side and sftp.Aris Adamantiadis2005-08-181-1/+1
* server kex done :)Aris Adamantiadis2005-08-071-2/+5
* first importAris Adamantiadis2005-07-051-0/+563