Mercurial > dropbear
graph
-
Only read /dev/random once when the program startsSat, 11 Feb 2006 15:15:37 +0000, by Matt Johnston
-
Fix up #ifdefs for tcp forwardingWed, 01 Feb 2006 09:05:13 +0000, by Matt Johnston
-
merge of c9dc9c734d4724866a86987356e6aedeed1c93ddWed, 25 Jan 2006 17:14:32 +0000, by Matt Johnston
-
Check that the output circular buffer is actually empty beforeWed, 25 Jan 2006 17:13:38 +0000, by Matt Johnston
-
Cancel a dbclient password prompt if the user presses ctrl-c.Sun, 15 Jan 2006 06:43:24 +0000, by Matt Johnston
-
* svr-tcpfwd.c: should be MAX_NAME_LEN not MAXNAMLENSun, 15 Jan 2006 06:39:48 +0000, by Matt Johnston
-
* options.h: bump the version number DROPBEAR_0.47Fri, 09 Dec 2005 06:10:27 +0000, by Matt Johnston
-
* Update changelogs for 0.47 releaseThu, 08 Dec 2005 11:54:18 +0000, by Matt Johnston
-
* fix incorrect array sizingThu, 08 Dec 2005 11:45:33 +0000, by Matt Johnston
-
* Update to debian 0.46-2Thu, 08 Dec 2005 08:17:42 +0000, by Matt Johnston
-
* workaround for systems such as glibc 2.1 that haveTue, 06 Dec 2005 17:49:59 +0000, by Matt Johnston
-
* common-channel.c: get rid of the read()-from-writefd codeTue, 06 Dec 2005 17:32:53 +0000, by Matt Johnston
-
Make the clean target a bit saner libtomcrypt LTC_DB_0.47Tue, 06 Dec 2005 17:18:41 +0000, by Matt Johnston
-
* fix -L forwarding on the client, broke last revTue, 06 Dec 2005 16:51:55 +0000, by Matt Johnston
-
* add -g (dbclient) and -a (dropbear) options for allowing non-localSun, 04 Dec 2005 16:13:11 +0000, by Matt Johnston
-
* options.h, common-kex.c: fix support of 4096 byte host keysWed, 30 Nov 2005 10:11:24 +0000, by Matt Johnston
-
* keyimport.c: fclose() the key file to make sure data gets writtenWed, 30 Nov 2005 06:32:26 +0000, by Matt Johnston
-
* common-algo.c: use zlib for dbclientTue, 08 Nov 2005 11:35:52 +0000, by Matt Johnston
-
* include netinet/in_systm.h if available before netinet/ip.h, sinceMon, 31 Oct 2005 07:49:57 +0000, by Matt Johnston
-
* rename infd/outfd to writefd/readfd, to avoid confusionThu, 20 Oct 2005 16:53:12 +0000, by Matt Johnston
-
- a hack for grahame to run dropbear with "none" cipher. insecure-nocryptoFri, 23 Sep 2005 16:29:19 +0000, by Matt Johnston
-
- new function to set "low delay" for a packet, set the ip TOS bitWed, 21 Sep 2005 15:58:19 +0000, by Matt Johnston
-
Forgot to revert echo flagTue, 20 Sep 2005 17:36:32 +0000, by Matt Johnston
-
added keyboard-interactive client supportTue, 20 Sep 2005 17:35:21 +0000, by Matt Johnston
-
Log when pubkey auth fails because of bad pubkey perms/ownershipTue, 20 Sep 2005 08:59:46 +0000, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.dropbear' (head c9347a030ac9ef5454b7a84f4915e91dc44efd6c) contrib-blacklistTue, 06 Sep 2005 04:57:14 +0000, by Matt Johnston
-
- blacklisting patch from Michael Deiters contrib-blacklistTue, 06 Sep 2005 04:52:46 +0000, by Matt Johnston
-
add note about compiling for 386Tue, 06 Sep 2005 04:04:51 +0000, by Matt Johnston
-
- add explicit check that correct keytype exists for pubkey verificationTue, 06 Sep 2005 03:57:21 +0000, by Matt Johnston
-
* ensure that we only handle open confirmation/failureMon, 05 Sep 2005 17:10:32 +0000, by Matt Johnston
-
merge of da30137eaac417f50a323f9ddd29999ec21261e0Mon, 05 Sep 2005 15:16:52 +0000, by Matt Johnston
-
* use own assertions which should get logged properlyMon, 05 Sep 2005 15:16:10 +0000, by Matt Johnston
-
common session initialiser doesn't need to callMon, 05 Sep 2005 12:13:44 +0000, by Matt Johnston
-
add a missing freeaddrinfo()Mon, 05 Sep 2005 12:12:55 +0000, by Matt Johnston
-
use a buffer rather than raw char array for creatingFri, 02 Sep 2005 15:35:18 +0000, by Matt Johnston
-
merge of 57902417ad22502b79c63fcabb7f4a8c8449e682Fri, 02 Sep 2005 15:33:45 +0000, by Matt Johnston
-
disapproval of revision ac41ae96770156bca2c0193b500ee07ee8d9a027Fri, 02 Sep 2005 15:33:09 +0000, by Matt Johnston
-
Change the preferred algorithm orderFri, 02 Sep 2005 07:43:42 +0000, by Matt Johnston
-
Increase algorithm list buffer lengthFri, 02 Sep 2005 07:14:50 +0000, by Matt Johnston
-
bytes/bits in a comment.Tue, 30 Aug 2005 18:00:11 +0000, by Matt Johnston
-
trans, not recv for macsizeTue, 30 Aug 2005 17:56:53 +0000, by Matt Johnston
-
- register AES and Twofish even if just the 256 bit key variants are usedTue, 30 Aug 2005 17:46:34 +0000, by Matt Johnston
-
- check for generic AES/TWOFISH settings from Dropbear, not AES128 etc libtomcryptTue, 30 Aug 2005 17:40:30 +0000, by Matt Johnston
-
- "twofish-cbc" is an alias for "twofish256-cbc"Tue, 30 Aug 2005 17:30:39 +0000, by Matt Johnston
-
- Fixed twofish algorithm naming so it actually works.Tue, 30 Aug 2005 16:58:57 +0000, by Matt Johnston
-
Make a variables staticWed, 24 Aug 2005 16:43:29 +0000, by Matt Johnston
-
channel.h: make definition externFri, 29 Jul 2005 05:37:20 +0000, by Matt Johnston
-
- progress towards client agent forwarding agent-clientMon, 18 Jul 2005 14:32:52 +0000, by Matt Johnston