log packet.c @ 592:afb089e70892

age author description
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
Thu, 26 Feb 2009 13:21:14 +0000 Matt Johnston merge of 'e1c100e6366c5d607af08f4abdbb0f4281df4fa9'
Thu, 26 Feb 2009 13:20:53 +0000 Matt Johnston disapproval of revision 'a101cbd046507cf723e6362a49196dbd4b924042'
Thu, 26 Feb 2009 12:18:34 +0000 Matt Johnston merge of 'a101cbd046507cf723e6362a49196dbd4b924042'
Thu, 26 Feb 2009 12:18:11 +0000 Matt Johnston - Try to write out as much as we can
Wed, 25 Feb 2009 14:04:02 +0000 Matt Johnston - Don't be dumb and encrypt/decrypt in a while() loop - why did I do this??
Fri, 07 Nov 2008 14:11:06 +0000 Matt Johnston Idle timeout patch from Farrell Aultman. Needs testing, unsure if server
Mon, 29 Sep 2008 13:53:31 +0000 Matt Johnston - Add Counter Mode support
Mon, 29 Sep 2008 02:23:04 +0000 Matt Johnston Add support for [email protected] delayed compression.
Mon, 15 Sep 2008 12:51:50 +0000 Matt Johnston - Split main socket var into ses.sock_in/ses.sock_out in preparation
Wed, 08 Aug 2007 15:48:52 +0000 Matt Johnston Fix delayed packet queue handling
Wed, 08 Aug 2007 15:12:06 +0000 Matt Johnston - Add -K keepalive flag for dropbear and dbclient
Fri, 27 Jul 2007 17:13:42 +0000 Matt Johnston Prevent invalid packets being sent during key-exchange, instead queue
Tue, 24 Jul 2007 15:40:23 +0000 Matt Johnston Rearrange the channel buffer sizes into three neat use-editable values in
Mon, 12 Feb 2007 10:44:47 +0000 Matt Johnston Don't erase every buffer, it's too time consuming.
Mon, 05 Sep 2005 15:16:10 +0000 Matt Johnston * use own assertions which should get logged properly
Tue, 30 Aug 2005 17:56:53 +0000 Matt Johnston trans, not recv for macsize
Tue, 30 Aug 2005 16:58:57 +0000 Matt Johnston - Fixed twofish algorithm naming so it actually works.
Mon, 09 May 2005 09:32:33 +0000 Matt Johnston Switching to libtomcrypt 1.02
Sun, 02 Jan 2005 20:25:56 +0000 Matt Johnston Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Thu, 12 Aug 2004 16:41:58 +0000 Matt Johnston Merging in the changes from 0.41-0.43 main Dropbear tree
Tue, 27 Jul 2004 16:30:46 +0000 Matt Johnston Progressing client support
Tue, 27 Jul 2004 02:14:42 +0000 Matt Johnston - Rename common-packet.c to packet.c