log

age author description
Sun, 26 May 2013 18:43:00 +0800 Matt Johnston merge
Sun, 26 May 2013 18:42:17 +0800 Matt Johnston merge
Sun, 26 May 2013 18:39:24 +0800 Matt Johnston improve auth failure delays to avoid indicating which users exist
Sat, 25 May 2013 00:54:19 +0800 Matt Johnston have separate ecdsa keys for each size ecc
Thu, 23 May 2013 22:18:33 +0800 Matt Johnston hackish ECC import code from OpenSSH ecc
Thu, 23 May 2013 22:18:16 +0800 Matt Johnston Add m_mp_alloc_init_multi() helper ecc
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