log

age author description
Tue, 21 May 2013 13:44:48 +0800 Matt Johnston Enable SMALL_CODE by default ecc
Tue, 21 May 2013 13:20:02 +0800 Matt Johnston Fix static library order, libtomcrypt depends on libtommath ecc
Tue, 21 May 2013 12:15:48 +0800 Matt Johnston Fix broken disablekey() ecc
Tue, 21 May 2013 12:09:35 +0800 Matt Johnston merge in HEAD ecc
Mon, 13 May 2013 21:35:13 +0800 Matt Johnston Fix bad comma in header list
Thu, 09 May 2013 23:27:23 +0800 Matt Johnston quieten the compiler ecc
Thu, 09 May 2013 23:25:39 +0800 Matt Johnston merge ecc
Thu, 09 May 2013 23:24:58 +0800 Matt Johnston Fix build for dropbearkey and ecdsa with certain options ecc
Thu, 09 May 2013 23:24:05 +0800 Matt Johnston Fix ecdsa verification ecc
Fri, 03 May 2013 23:07:48 +0800 Matt Johnston ecdsa is working ecc
Sun, 28 Apr 2013 23:17:43 +0800 Matt Johnston more ecdsa signkey work, not correct ecc
Sun, 14 Apr 2013 00:50:03 +0800 Matt Johnston A bit of work on ecdsa for host/auth keys ecc
Mon, 13 May 2013 21:06:35 +0800 Matt Johnston Update config.guess and config.sub
Wed, 08 May 2013 23:23:14 +0800 Matt Johnston Limit decompressed size
Mon, 29 Apr 2013 23:42:37 +0800 Matt Johnston Avoid segfault for locked accounts (invalid salt to crypt())
Thu, 18 Apr 2013 23:15:17 +0800 Matt Johnston Save with utf8 encoding
Thu, 18 Apr 2013 23:10:24 +0800 Matt Johnston Added signature for changeset f168962bab85
Thu, 18 Apr 2013 23:10:19 +0800 Matt Johnston Added tag DROPBEAR_2013.58 for changeset e76614145aea
Thu, 18 Apr 2013 22:57:47 +0800 Matt Johnston 2013.58 DROPBEAR_2013.58
Thu, 18 Apr 2013 21:47:38 +0800 Matt Johnston Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password logins
Wed, 17 Apr 2013 23:17:27 +0800 Matt Johnston Use % rather than # for port delimiter
Wed, 17 Apr 2013 22:48:43 +0800 Matt Johnston Use '#' for host#port separator, document it. This fixes scp
Wed, 17 Apr 2013 22:29:18 +0800 Matt Johnston If running as non-root only allow that user to log in
Tue, 16 Apr 2013 22:16:32 +0800 Matt Johnston Fix build when zlib is disabled, from
Mon, 15 Apr 2013 22:11:11 +0800 Matt Johnston Added signature for changeset 095b46180bbc
Mon, 15 Apr 2013 22:10:49 +0800 Matt Johnston Added tag DROPBEAR_2013.57 for changeset 96b8bcb88017
Mon, 15 Apr 2013 22:01:41 +0800 Matt Johnston Fix error message for requirenext change DROPBEAR_2013.57
Mon, 15 Apr 2013 21:56:04 +0800 Matt Johnston bump version to 2013.57
Mon, 15 Apr 2013 21:51:27 +0800 Matt Johnston changelog updates for 2013.57
Sun, 14 Apr 2013 23:16:16 +0800 Matt Johnston requirenext fixup for firstkexfollows
Sun, 14 Apr 2013 23:08:57 +0800 Matt Johnston Document escape chars
Sun, 14 Apr 2013 22:49:19 +0800 Matt Johnston merge
Sun, 14 Apr 2013 22:49:10 +0800 Matt Johnston -y -y to disable hostkey checking
Thu, 11 Apr 2013 23:03:58 +0800 Matt Johnston Fix zlib for split newkeys
Wed, 10 Apr 2013 21:32:55 +0800 Matt Johnston run closehandlers on cleanup
Wed, 10 Apr 2013 21:32:44 +0800 Matt Johnston reset terminal modes before printing a message
Tue, 09 Apr 2013 22:47:03 +0800 Matt Johnston A bit of debugging output ecc
Tue, 09 Apr 2013 22:44:19 +0800 Matt Johnston Be safer with how we handle ltc_ecc_sets[] (particularly with ecc
Tue, 09 Apr 2013 00:36:04 +0800 Matt Johnston start on ecdsa keys ecc
Mon, 08 Apr 2013 23:56:31 +0800 Matt Johnston - Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string() ecc
Mon, 08 Apr 2013 23:12:35 +0800 Matt Johnston add printmpint() for debugging ecc
Mon, 08 Apr 2013 23:12:20 +0800 Matt Johnston ecdh works against OpenSSH ecc
Mon, 08 Apr 2013 00:10:57 +0800 Matt Johnston - Fix various hardcoded uses of SHA1 ecc
Sun, 07 Apr 2013 01:36:42 +0800 Matt Johnston ecc kind of works, needs fixing/testing ecc
Sat, 06 Apr 2013 16:00:37 +0800 Matt Johnston Make _sign and _verify functions take a buffer* rather than void* and int ecc
Fri, 29 Mar 2013 00:28:09 +0800 Matt Johnston More changes for KEX and ECDH. Set up hash descriptors, make ECC code work, ecc
Fri, 29 Mar 2013 00:26:46 +0800 Matt Johnston Set LTC_SOURCE for proper ltm_desc etc ecc
Wed, 27 Mar 2013 23:50:52 +0800 Matt Johnston ecc key import function ecc
Wed, 27 Mar 2013 00:38:03 +0800 Matt Johnston more bits on ecc branch ecc
Tue, 26 Mar 2013 01:35:22 +0800 Matt Johnston refactor kexdh code a bit, start working on ecdh etc ecc
Thu, 04 Apr 2013 07:51:13 +0800 Matt Johnston setup tcp after requesting a channel - might hide some DNS latency
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
Wed, 03 Apr 2013 19:23:53 +0800 Matt Johnston Just put the version string on the queue, don't use atomicio
Wed, 03 Apr 2013 07:34:18 +0800 Matt Johnston fix leftover kexguess debugging
Wed, 03 Apr 2013 07:33:47 +0800 Matt Johnston Fix a few options and headers
Wed, 03 Apr 2013 00:50:46 +0800 Matt Johnston merge
Wed, 03 Apr 2013 00:49:24 +0800 Matt Johnston merge kexguess branch
Wed, 03 Apr 2013 00:43:31 +0800 Matt Johnston Put some #ifdef options around first-follows options in case they kexguess
Wed, 03 Apr 2013 00:32:55 +0800 Matt Johnston Don't usually need to recalculate dh_e for the repeated kexdh_init packet kexguess
Wed, 03 Apr 2013 00:32:05 +0800 Matt Johnston Add sentinel attribute kexguess
Mon, 01 Apr 2013 00:13:41 +0800 Matt Johnston merge from head roundtrip changes kexguess
Sun, 31 Mar 2013 00:41:15 +0800 Matt Johnston merge kexguess
Sat, 30 Mar 2013 23:55:05 +0800 Matt Johnston Get rid of client/server specific buf_match_algo, use single kexguess
Fri, 29 Mar 2013 23:29:48 +0800 Matt Johnston Add kexguess2 behaviour kexguess
Fri, 29 Mar 2013 20:44:13 +0800 Matt Johnston first_kex_packet_follows working, needs tidying kexguess
Tue, 02 Apr 2013 19:11:13 +0800 Matt Johnston add IUTF8
Tue, 02 Apr 2013 18:59:00 +0800 Matt Johnston fix tabs
Tue, 02 Apr 2013 18:54:04 +0800 Matt Johnston merge
Tue, 02 Apr 2013 18:53:18 +0800 Matt Johnston Fix segfault when /dev/urandom isn't writable
Tue, 02 Apr 2013 00:11:53 +0800 Matt Johnston Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATE
Mon, 01 Apr 2013 22:26:55 +0800 Matt Johnston Run the cleanup handler also when we close due to TCP connection being closed
Mon, 01 Apr 2013 22:26:24 +0800 Matt Johnston Try password before interactive - bit of a hack
Mon, 01 Apr 2013 00:07:26 +0800 Matt Johnston Move the more verbose TRACE() statements into TRACE2()
Sun, 31 Mar 2013 23:48:25 +0800 Matt Johnston Send an auth packet straight away, save another roundtrip
Sun, 31 Mar 2013 23:29:03 +0800 Matt Johnston Fix incorrect logic for USE_VFORK and calling arg_setup()
Sun, 31 Mar 2013 23:15:35 +0800 Matt Johnston Try using writev() for writing packets out to tcp
Sun, 31 Mar 2013 21:38:17 +0800 Matt Johnston Don't bother waiting for a ssh-connection service reply - the server
Sun, 31 Mar 2013 00:40:00 +0800 Matt Johnston send out our kexinit packet before blocking to read the SSH version string
Sun, 24 Mar 2013 00:02:20 +0800 Matt Johnston Define _GNU_SOURCE for vasprintf
Sun, 24 Mar 2013 00:00:39 +0800 Mike Frysinger rename configure.in -> configure.ac
Sat, 23 Mar 2013 23:17:01 +0800 Matt Johnston Fix a few compile warnings
Sat, 23 Mar 2013 23:16:06 +0800 Matt Johnston Add ~. and ~^Z handling to exit/suspend dbclient
Thu, 21 Mar 2013 23:35:07 +0800 Matt Johnston Added signature for changeset 9b80981212fe
Thu, 21 Mar 2013 23:33:12 +0800 Matt Johnston Added tag DROPBEAR_2013.56 for changeset 1b8b2b9d6e94
Thu, 21 Mar 2013 23:29:04 +0800 Matt Johnston Forgot date in CHANGES DROPBEAR_2013.56
Thu, 21 Mar 2013 23:19:06 +0800 Matt Johnston 2013.56 changelog
Thu, 21 Mar 2013 23:11:16 +0800 Matt Johnston update text about authorized_keys options
Thu, 21 Mar 2013 23:10:47 +0800 Matt Johnston Add URL to usage text
Thu, 21 Mar 2013 22:55:12 +0800 Matt Johnston Make hmac-sha2-256 and hmac-sha2-512 work
Thu, 21 Mar 2013 21:23:34 +0800 Matt Johnston Make sure "struct timeval" is initialised on OS X to avoid valgrind warnings
Wed, 20 Mar 2013 23:52:49 +0800 Matt Johnston Fix "-c none" so that it allows aes during authentication
Wed, 20 Mar 2013 23:13:45 +0800 Matt Johnston Fix "-m none" case and ugly typo
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
Wed, 20 Mar 2013 22:41:07 +0800 Matt Johnston Merge "none" cipher/MAC branch. Also adds sha256 and sha512
Wed, 20 Mar 2013 22:31:07 +0800 Matt Johnston use an empty writebuf rather than a NULL one
Wed, 20 Mar 2013 00:05:19 +0800 Matt Johnston document a few more changes
Tue, 19 Mar 2013 23:54:32 +0800 Matt Johnston Fix memory leak when direct TCP connections time out on connection.
Tue, 19 Mar 2013 20:55:11 +0800 Matt Johnston Allow specifying server "-p" options with ipv6 bracket notation,
Tue, 19 Mar 2013 20:15:44 +0800 Matt Johnston Android returns NULL for pw_crypt, set it to something else
Tue, 19 Mar 2013 20:12:19 +0800 Matt Johnston ignore I_PUSH if it isn't defined, for Android from Reimar Döffinger
Tue, 19 Mar 2013 20:04:55 +0800 Matt Johnston Fix compat basename() to handle paths with no slashes. Thanks to Frank Teo
Tue, 19 Mar 2013 19:47:29 +0800 Matt Johnston Include /proc/vmstat as another random source
Tue, 19 Mar 2013 19:43:47 +0800 Matt Johnston link to Dropbear webpage
Tue, 19 Mar 2013 19:26:54 +0800 Matt Johnston Removed tag t:ltc-0.95-db-merge1
Tue, 19 Mar 2013 19:26:46 +0800 Matt Johnston Removed tag t:ltc-0.95-orig
Mon, 11 Mar 2013 23:07:45 +0800 Matt Johnston fix signedness error in prototype
Sun, 03 Mar 2013 11:47:41 +0800 Matt Johnston improve subsystem/sftp documentation, and multi-hop manual formatting
Sun, 24 Feb 2013 00:16:02 +0800 Matt Johnston fix typo
Sat, 23 Feb 2013 17:55:46 +0800 Matt Johnston DSS_PROTOK is not necessary now that private keys are included
Sat, 23 Feb 2013 10:27:49 +0800 Matt Johnston add loadavg and entropy_avail as sources
Fri, 29 Jun 2012 23:24:39 +0800 Matt Johnston increase MAX_MAC_LEN for sha2 sha2
Tue, 12 Feb 2013 15:52:57 +0000 Paul Eggleton Allow configuring "allow blank password option" at runtime
Fri, 22 Feb 2013 23:54:47 +0800 Matt Johnston Some changes since 2012.55
Fri, 22 Feb 2013 23:53:49 +0800 Matt Johnston Document "-m" and "-c"
Thu, 19 Jul 2012 21:34:27 +0800 Matt Johnston /dev/random blocks on busy servers too.
Sat, 30 Jun 2012 22:12:28 +0800 Matt Johnston Add a few more files in /proc for Linux
Fri, 29 Jun 2012 23:19:43 +0800 Matt Johnston Improve RNG seeding.
Thu, 17 May 2012 20:52:57 +0800 Matt Johnston - Only request "none" cipher after auth has succeeded insecure-nocrypto
Thu, 17 May 2012 08:33:11 +0800 Matt Johnston Add ALLOW_NONE_PASSWORD_AUTH option insecure-nocrypto