log

age author description
Wed, 30 Nov 2005 10:11:24 +0000 Matt Johnston * options.h, common-kex.c: fix support of 4096 byte host keys
Wed, 30 Nov 2005 06:32:26 +0000 Matt Johnston * keyimport.c: fclose() the key file to make sure data gets written
Tue, 08 Nov 2005 11:35:52 +0000 Matt Johnston * common-algo.c: use zlib for dbclient
Mon, 31 Oct 2005 07:49:57 +0000 Matt Johnston * include netinet/in_systm.h if available before netinet/ip.h, since
Thu, 20 Oct 2005 16:53:12 +0000 Matt Johnston * rename infd/outfd to writefd/readfd, to avoid confusion
Fri, 23 Sep 2005 16:29:19 +0000 Matt Johnston - a hack for grahame to run dropbear with "none" cipher. insecure-nocrypto
Wed, 21 Sep 2005 15:58:19 +0000 Matt Johnston - new function to set "low delay" for a packet, set the ip TOS bit
Tue, 20 Sep 2005 17:36:32 +0000 Matt Johnston Forgot to revert echo flag
Tue, 20 Sep 2005 17:35:21 +0000 Matt Johnston added keyboard-interactive client support
Tue, 20 Sep 2005 08:59:46 +0000 Matt Johnston Log when pubkey auth fails because of bad pubkey perms/ownership
Tue, 06 Sep 2005 04:57:14 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head c9347a030ac9ef5454b7a84f4915e91dc44efd6c) contrib-blacklist
Tue, 06 Sep 2005 04:52:46 +0000 Matt Johnston - blacklisting patch from Michael Deiters contrib-blacklist
Tue, 06 Sep 2005 04:04:51 +0000 Matt Johnston add note about compiling for 386
Tue, 06 Sep 2005 03:57:21 +0000 Matt Johnston - add explicit check that correct keytype exists for pubkey verification
Mon, 05 Sep 2005 17:10:32 +0000 Matt Johnston * ensure that we only handle open confirmation/failure
Mon, 05 Sep 2005 15:16:52 +0000 Matt Johnston merge of da30137eaac417f50a323f9ddd29999ec21261e0
Mon, 05 Sep 2005 15:16:10 +0000 Matt Johnston * use own assertions which should get logged properly
Mon, 05 Sep 2005 12:13:44 +0000 Matt Johnston common session initialiser doesn't need to call
Mon, 05 Sep 2005 12:12:55 +0000 Matt Johnston add a missing freeaddrinfo()
Fri, 02 Sep 2005 15:35:18 +0000 Matt Johnston use a buffer rather than raw char array for creating
Fri, 02 Sep 2005 15:33:45 +0000 Matt Johnston merge of 57902417ad22502b79c63fcabb7f4a8c8449e682
Fri, 02 Sep 2005 15:33:09 +0000 Matt Johnston disapproval of revision ac41ae96770156bca2c0193b500ee07ee8d9a027
Fri, 02 Sep 2005 07:43:42 +0000 Matt Johnston Change the preferred algorithm order
Fri, 02 Sep 2005 07:14:50 +0000 Matt Johnston Increase algorithm list buffer length
Tue, 30 Aug 2005 18:00:11 +0000 Matt Johnston bytes/bits in a comment.
Tue, 30 Aug 2005 17:56:53 +0000 Matt Johnston trans, not recv for macsize
Tue, 30 Aug 2005 17:46:34 +0000 Matt Johnston - register AES and Twofish even if just the 256 bit key variants are used
Tue, 30 Aug 2005 17:40:30 +0000 Matt Johnston - check for generic AES/TWOFISH settings from Dropbear, not AES128 etc libtomcrypt
Tue, 30 Aug 2005 17:30:39 +0000 Matt Johnston - "twofish-cbc" is an alias for "twofish256-cbc"
Tue, 30 Aug 2005 16:58:57 +0000 Matt Johnston - Fixed twofish algorithm naming so it actually works.