Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed uint* to work on Windows. | Andreas Schneider | 2009-12-01 | 1 | -1/+1 |
* | Standardize callbacks style and add documentation | Aris Adamantiadis | 2009-11-29 | 1 | -2/+2 |
* | Squashed commit of the following: | Aris Adamantiadis | 2009-11-27 | 1 | -28/+288 |
* | Pcap: Fix bug with non-encrypted incoming packets | Aris Adamantiadis | 2009-11-16 | 1 | -0/+11 |
* | Improved pcap dumping support | Aris Adamantiadis | 2009-11-16 | 1 | -1/+16 |
* | more priv.h splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+1 |
* | Fixed including of config.h. | Andreas Schneider | 2009-09-25 | 1 | -1/+2 |
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -0/+5 |
* | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 1 | -13/+13 |
* | Limit the size of acceptable compressed packets | Aris Adamantiadis | 2009-09-16 | 1 | -1/+1 |
* | Fix "void * ptr used in pointer arithmetic" warng | Aris Adamantiadis | 2009-08-29 | 1 | -3/+3 |
* | Change SSH_LOG_RARE to SSH_LOG_PACKET in packet.c | Aris Adamantiadis | 2009-08-29 | 1 | -8/+8 |
* | Add forward listening feature | Vic Lee | 2009-08-16 | 1 | -0/+1 |
* | Fix build with MSVC. | Andreas Schneider | 2009-07-30 | 1 | -2/+1 |
* | Fix SSH1 compilation. | Andreas Schneider | 2009-07-27 | 1 | -10/+10 |
* | Fix SSH1 and stdint in SSH1 code. | Andreas Schneider | 2009-07-27 | 1 | -11/+11 |
* | Switch completly to stdint types. | Andreas Schneider | 2009-07-25 | 1 | -24/+24 |
* | Change all occurences of STRING * to ssh_string | Aris Adamantiadis | 2009-07-24 | 1 | -1/+1 |
* | added ssh_message_callback support. | Aris Adamantiadis | 2009-06-18 | 1 | -0/+3 |
* | Begin of asynchronous SSH message parsing | Aris Adamantiadis | 2009-06-17 | 1 | -1/+7 |
* | Fix build warnings. | Andreas Schneider | 2009-06-09 | 1 | -0/+4 |
* | Fix compilation of SSHv1. | Andreas Schneider | 2009-05-23 | 1 | -2/+2 |
* | Fix some compiler warnings on windows. | Andreas Schneider | 2009-05-13 | 1 | -2/+2 |
* | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 2009-05-12 | 1 | -2/+1 |
* | Rename buffer_add_data_begin() to buffer_prepend_data(). | Andreas Schneider | 2009-04-22 | 1 | -4/+4 |
* | Improve packet_hmac_verify(). | Andreas Schneider | 2009-04-15 | 1 | -1/+1 |
* | Use consistend return values for packet_wait() functions. | Andreas Schneider | 2009-04-14 | 1 | -91/+106 |
* | Add more error checks to packet_parse(). | Andreas Schneider | 2009-04-14 | 1 | -60/+65 |
* | Add more error checks to packet_send1(). | Andreas Schneider | 2009-04-14 | 1 | -41/+72 |
* | Add more error checks to packet_send2(). | Andreas Schneider | 2009-04-14 | 1 | -37/+64 |
* | Format packet_write(). | Andreas Schneider | 2009-04-14 | 1 | -8/+17 |
* | Format packet_flush(). | Andreas Schneider | 2009-04-14 | 1 | -8/+12 |
* | Use consistent return values for packet_translate(). | Andreas Schneider | 2009-04-14 | 1 | -19/+25 |
* | Add more error checks to packet_read1(). | Andreas Schneider | 2009-04-14 | 1 | -108/+138 |
* | Add more error checks to packet_read2(). | Andreas Schneider | 2009-04-10 | 1 | -119/+160 |
* | Fix header functions and add return value checks. | Andreas Schneider | 2009-04-08 | 1 | -2/+7 |
* | Fix SSHv1 compile errors. | Andreas Schneider | 2009-04-08 | 1 | -3/+3 |
* | Fix build warnings found with printf checking of ssh_set_error(). | Andreas Schneider | 2009-04-05 | 1 | -1/+2 |
* | Add memory error checking for packet functions. | Andreas Schneider | 2009-04-01 | 1 | -3/+13 |
* | Check for memory allocation errors. | Andreas Schneider | 2009-04-01 | 1 | -7/+18 |
* | Normalize the license in all files and add vim tab instructions. | Andreas Schneider | 2009-03-29 | 1 | -20/+23 |
* | Add an option WITH_LIBZ to compile with zlib support. | Andreas Schneider | 2009-03-28 | 1 | -5/+7 |
* | Fix build warnings. | Andreas Schneider | 2009-03-14 | 1 | -1/+1 |
* | Replace ssh_say with ssh_log. | Andreas Schneider | 2009-03-11 | 1 | -15/+24 |
* | oops missed a line in the fix | Aris Adamantiadis | 2008-06-17 | 1 | -3/+5 |
* | bug #00006 fix | Aris Adamantiadis | 2008-06-17 | 1 | -0/+3 |
* | displaced the data_to_* into socket | Aris Adamantiadis | 2008-06-16 | 1 | -2/+2 |
* | Big changes : | Aris Adamantiadis | 2008-06-16 | 1 | -214/+61 |
* | begin fixing the ssh_say everywhere | Aris Adamantiadis | 2008-06-12 | 1 | -1/+1 |
* | big changes : | Aris Adamantiadis | 2008-06-12 | 1 | -26/+83 |