log

age author description
Mon, 08 Jun 2009 14:53:29 +0000 Matt Johnston Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdef
Mon, 08 Jun 2009 14:51:22 +0000 Matt Johnston disapproval of revision '6d6160b277bfc7c2db6888a2ac91ac618cef6de3'
Mon, 08 Jun 2009 14:44:23 +0000 Matt Johnston Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdef
Mon, 08 Jun 2009 14:40:29 +0000 Matt Johnston use memset() rather than bzero()
Tue, 17 Mar 2009 22:30:39 +0000 Matt Johnston merge of '0a8dfaa3e5365a2004db2b55895e11f65b5cefcc'
Tue, 17 Mar 2009 22:30:25 +0000 Matt Johnston - Add the signal pipe to maxfd
Tue, 03 Mar 2009 13:42:54 +0000 Matt Johnston - Turn DROPBEAR_SMALL_CODE off by default
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??