log packet.c @ 791:0bf76f54de6f

age author description
Wed, 08 May 2013 23:23:14 +0800 Matt Johnston Limit decompressed size
Thu, 04 Apr 2013 00:18:50 +0800 Matt Johnston Take transmit and receive keys into use separately
Wed, 03 Apr 2013 23:54:58 +0800 Matt Johnston Fix MAC bug which would prevent asymmetric hashes
Mon, 01 Apr 2013 00:07:26 +0800 Matt Johnston Move the more verbose TRACE() statements into TRACE2()
Sun, 31 Mar 2013 23:15:35 +0800 Matt Johnston Try using writev() for writing packets out to tcp
Wed, 20 Mar 2013 23:13:19 +0800 Matt Johnston Fix "-m none" case where an entire packet fits in a block and can be
Tue, 07 Jun 2011 11:55:44 +0000 Matt Johnston Fix case where "-K 1" would cause a SSH_MSG_IGNORE packet to be sent
Mon, 28 Feb 2011 13:51:27 +0000 Matt Johnston - Don't allow setting memLevel since that doesn't work properly
Wed, 23 Feb 2011 15:50:30 +0000 Matt Johnston Improve capitalisation for all logged strings
Wed, 23 Feb 2011 15:10:28 +0000 Matt Johnston Don't reset last_packet_time when we're transmitting SSH_MSG_IGNORE packets
Tue, 01 Sep 2009 16:38:26 +0000 Matt Johnston Rearrange getaddrstring() etc
Sun, 26 Jul 2009 16:11:27 +0000 Matt Johnston - Payload length doesn't include macsize.
Tue, 03 Mar 2009 13:20:00 +0000 Matt Johnston Remove extraneous debugging
Sun, 01 Mar 2009 16:15:57 +0000 Matt Johnston - Get rid of decryptreadbuf, just decrypt in-place with readbuf
Sun, 01 Mar 2009 14:38:25 +0000 Matt Johnston Encrypt in-place, avoid an extra malloc