summaryrefslogtreecommitdiffstats
path: root/libssh/packet.c
Commit message (Expand)AuthorAgeFilesLines
* Fix tricky bug within packet decodingAris Adamantiadis2009-12-261-0/+1
* Asynchronous service requestAris Adamantiadis2009-12-261-1/+1
* Documentation callbacks.h + standardizationAris Adamantiadis2009-12-181-1/+1
* Made packet_wait issue warningsAris Adamantiadis2009-12-131-73/+7
* Key exchange currently done asynchronouslyAris Adamantiadis2009-12-131-3/+11
* packet SSH_KEXINIT received and parsedAris Adamantiadis2009-12-121-3/+4
* Async connection + banner fetch is workingAris Adamantiadis2009-12-111-1/+3
* struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis2009-12-061-5/+5
* Fixed uint* to work on Windows.Andreas Schneider2009-12-011-1/+1
* Standardize callbacks style and add documentationAris Adamantiadis2009-11-291-2/+2
* Squashed commit of the following:Aris Adamantiadis2009-11-271-28/+288
* Pcap: Fix bug with non-encrypted incoming packetsAris Adamantiadis2009-11-161-0/+11
* Improved pcap dumping supportAris Adamantiadis2009-11-161-1/+16
* more priv.h splittingAris Adamantiadis2009-09-261-0/+1
* Fixed including of config.h.Andreas Schneider2009-09-251-1/+2
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+5
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-13/+13
* Limit the size of acceptable compressed packetsAris Adamantiadis2009-09-161-1/+1
* Fix "void * ptr used in pointer arithmetic" warngAris Adamantiadis2009-08-291-3/+3
* Change SSH_LOG_RARE to SSH_LOG_PACKET in packet.cAris Adamantiadis2009-08-291-8/+8
* Add forward listening featureVic Lee2009-08-161-0/+1
* Fix build with MSVC.Andreas Schneider2009-07-301-2/+1
* Fix SSH1 compilation.Andreas Schneider2009-07-271-10/+10
* Fix SSH1 and stdint in SSH1 code.Andreas Schneider2009-07-271-11/+11
* Switch completly to stdint types.Andreas Schneider2009-07-251-24/+24
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-1/+1
* added ssh_message_callback support.Aris Adamantiadis2009-06-181-0/+3
* Begin of asynchronous SSH message parsingAris Adamantiadis2009-06-171-1/+7
* 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