log

age author description
Thu, 27 Feb 2014 22:30:56 +0800 Matt Johnston Include license information for Cryptogams routines asm
Thu, 27 Feb 2014 21:35:58 +0800 Matt Johnston merge up to 2013.63, improve ASM makefile rules a bit asm
Sun, 06 Oct 2013 22:32:03 +0800 Matt Johnston - Call the asm with multiple blocks asm
Sun, 06 Oct 2013 21:49:15 +0800 Matt Johnston aes and sha1 for arm asm
Mon, 24 Feb 2014 20:53:32 +0800 Matt Johnston Make some debug info conditional
Sat, 22 Feb 2014 18:02:09 +0800 Matt Johnston A few fixes for cases where compression increases payload sizes, and
Wed, 19 Feb 2014 22:18:11 +0800 Matt Johnston Fix typo in Catalin's name
Wed, 19 Feb 2014 22:14:58 +0800 Matt Johnston Added signature for changeset 277429102f13
Wed, 19 Feb 2014 22:14:52 +0800 Matt Johnston Added tag DROPBEAR_2014.63 for changeset 2351b2da8e0d
Wed, 19 Feb 2014 22:04:35 +0800 Matt Johnston 2014.63 DROPBEAR_2014.63
Sun, 09 Feb 2014 03:56:50 -0500 Catalin Patulea README: fix ecdsa key generation command
Wed, 19 Feb 2014 22:01:01 +0800 Matt Johnston CHANGES for 2014.63
Tue, 18 Feb 2014 21:33:56 +0800 Matt Johnston - Fix dbclient with port 0 for server-allocated
Tue, 18 Feb 2014 21:03:27 +0800 Matt Johnston Fix building with system libtomcrypt/libtommath
Mon, 17 Feb 2014 22:05:59 +0800 Steve Dover Add linux/types.h to includes to avoid missing ___u64 etc
Mon, 17 Feb 2014 21:41:06 +0800 Matt Johnston Read (and enqueue) packets from interactive input even when
Sat, 15 Feb 2014 21:42:35 +0800 Matt Johnston Change port separator to ^ since % is used in ipv6 addresses
Sat, 15 Feb 2014 21:23:41 +0800 Matt Johnston Disable immediate auth for delayed-zlib mode
Sat, 15 Feb 2014 21:13:57 +0800 Matt Johnston - Save errno in signal handlers
Fri, 14 Feb 2014 23:18:45 +0800 Matt Johnston generate RSA keys of exact length
Wed, 12 Feb 2014 22:15:02 +0800 Matt Johnston cleanup before clearing keys
Fri, 07 Feb 2014 07:57:45 +0800 Nicolas Boos Fix linking -lcrypt for systems without libcrypt in /usr/lib
Fri, 07 Feb 2014 07:53:32 +0800 Nicolas Boos Avoid linking dropbearconvert and dropbearkey to libz or libutil
Tue, 28 Jan 2014 22:44:24 +0800 Matt Johnston Fix check for EINTR
Thu, 23 Jan 2014 22:29:04 +0800 Matt Johnston Back out accidentally committed files
Thu, 23 Jan 2014 22:25:52 +0800 Matt Johnston requirenext doesn't need two values
Thu, 23 Jan 2014 21:56:35 +0800 Matt Johnston Fix failing rekeying when we receive a still-in-flight packet
Fri, 17 Jan 2014 21:42:32 +0800 Matt Johnston Forgot to save the change
Fri, 17 Jan 2014 21:39:27 +0800 Matt Johnston DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default
Wed, 11 Dec 2013 21:50:33 +0800 Mike Frysinger Fix so that "make install" for multi target won't fail on scp which doesn't
Wed, 11 Dec 2013 21:48:02 +0800 Mike Frysinger Turn dropbearmulti into a real target so we don't constantly re-link it
Tue, 03 Dec 2013 22:00:38 +0800 Matt Johnston Added signature for changeset 3d1d7d151c0c
Tue, 03 Dec 2013 22:00:29 +0800 Matt Johnston Added tag DROPBEAR_2013.62 for changeset 3d1d7d151c0c
Tue, 03 Dec 2013 21:39:06 +0800 Matt Johnston 2013.62 DROPBEAR_2013.62
Tue, 03 Dec 2013 21:36:12 +0800 Matt Johnston Update to 2013-10-01
Tue, 03 Dec 2013 21:26:59 +0800 Matt Johnston Fix disabling DSS key
Tue, 03 Dec 2013 21:13:58 +0800 Matt Johnston Log when generating a hostkey
Tue, 03 Dec 2013 21:03:23 +0800 Matt Johnston Update README
Tue, 03 Dec 2013 20:59:03 +0800 Matt Johnston Exit if we don't have keys and -R wasn't specified
Tue, 03 Dec 2013 00:06:35 +0800 Catalin Patulea Fix TRACEs of cli_send_netcat_request
Tue, 03 Dec 2013 00:04:48 +0800 Matt Johnston - Sockets are set to lowdelay priority initially to improve conneciton setup
Mon, 02 Dec 2013 22:55:43 +0800 Catalin Patulea Set IPTOS_LOWDELAY on PTY sessions only
Mon, 02 Dec 2013 22:15:17 +0800 Matt Johnston Only define LTM_DESC if it isn't already
Wed, 27 Nov 2013 21:32:45 +0800 Matt Johnston merge
Wed, 27 Nov 2013 21:30:05 +0800 Matt Johnston - Increase buffer size, fixes converting 521bit ECC key
Mon, 25 Nov 2013 23:39:15 +0800 Matt Johnston Fix library order of libtom*
Mon, 25 Nov 2013 23:30:01 +0800 Matt Johnston Try and fix utmp handling
Mon, 25 Nov 2013 23:08:33 +0800 Matt Johnston Fix some warnings
Thu, 14 Nov 2013 22:39:27 +0800 Matt Johnston Added signature for changeset 9ec083a21adf
Thu, 14 Nov 2013 22:39:16 +0800 Matt Johnston Added tag DROPBEAR_2013.61test for changeset e894dbc015ba
Thu, 14 Nov 2013 22:24:10 +0800 Matt Johnston 2013.61test DROPBEAR_2013.61test
Thu, 14 Nov 2013 22:14:09 +0800 Matt Johnston docs for ecdsa
Thu, 14 Nov 2013 22:07:18 +0800 Matt Johnston another new config.guess 2013-06-10
Thu, 14 Nov 2013 22:05:47 +0800 Matt Johnston rename random.h to dbrandom.h since some OSes have a system random.h
Thu, 14 Nov 2013 22:03:30 +0800 Matt Johnston use oldstyle comments
Thu, 14 Nov 2013 21:45:50 +0800 Matt Johnston Replace some deprecated macros with other ones, from Daniel Richard G.
Thu, 14 Nov 2013 21:36:45 +0800 Matt Johnston - Some fixes for old compilers like tru64 v4 from Daniel Richard G.
Thu, 14 Nov 2013 20:45:46 +0800 Matt Johnston merge ecc again
Tue, 12 Nov 2013 23:58:51 +0800 Matt Johnston Don't exit fatally if authorized_keys has a line like ecc
Tue, 12 Nov 2013 23:02:32 +0800 Matt Johnston Various cleanups and fixes for warnings ecc
Sat, 09 Nov 2013 00:14:28 +0800 Matt Johnston comments, turn off debugging options ecc
Sat, 09 Nov 2013 00:02:26 +0800 Matt Johnston - Make curve25519 work after fixing a typo, interoperates with OpenSSH ecc
Fri, 08 Nov 2013 23:32:13 +0800 Matt Johnston Merge ecc
Fri, 08 Nov 2013 23:11:43 +0800 Matt Johnston curve25519 ecc
Thu, 07 Nov 2013 23:49:37 +0800 Matt Johnston Add '-R' for delayed hostkey option keyondemand
Thu, 07 Nov 2013 00:18:52 +0800 Matt Johnston refactor key generation, make it generate as required. keyondemand
Fri, 01 Nov 2013 00:21:59 +0800 Matt Johnston merge yet again
Fri, 01 Nov 2013 00:19:25 +0800 Matt Johnston merge again
Mon, 21 Oct 2013 22:50:52 +0800 Matt Johnston Fix shadowed "ret" variable ecc
Fri, 01 Nov 2013 00:14:48 +0800 Matt Johnston Merge
Fri, 01 Nov 2013 00:13:09 +0800 Matt Johnston Fix specifying a keysize for key generation, fix key name arguments ecc
Thu, 31 Oct 2013 22:49:15 +0800 Matt Johnston Default to some larger key sizes ecc
Mon, 21 Oct 2013 22:57:21 +0800 Matt Johnston Merge in ECC
Mon, 21 Oct 2013 22:46:12 +0800 Matt Johnston A few small fixes for ECC compilation ecc
Sun, 20 Oct 2013 21:07:05 +0800 Matt Johnston merge ecc
Sun, 20 Oct 2013 21:06:18 +0800 Matt Johnston writing out openssh ecc keys works ecc
Fri, 18 Oct 2013 21:38:01 +0800 Matt Johnston Merge in changes from the past couple of releases ecc
Wed, 16 Oct 2013 22:55:03 +0800 Matt Johnston Added signature for changeset a50a1dc74331
Wed, 16 Oct 2013 22:52:43 +0800 Matt Johnston Added signature for changeset 025237c9f0a1
Wed, 16 Oct 2013 22:52:05 +0800 Matt Johnston Added tag DROPBEAR_2013.60 for changeset a50a1dc74331
Wed, 16 Oct 2013 22:34:25 +0800 Matt Johnston Update debian changelog for 2013.60 too DROPBEAR_2013.60
Wed, 16 Oct 2013 22:32:31 +0800 Matt Johnston - 2013.60, update CHANGES
Tue, 15 Oct 2013 22:55:44 +0800 Matt Johnston Make --disable-bundled-libtom work, based on patch from Mike Frysinger
Wed, 09 Oct 2013 22:24:39 +0800 Matt Johnston - Fix "inst_scp" target since there isn't a manpage
Wed, 09 Oct 2013 21:58:07 +0800 Matt Johnston Add @exec_prefix@ that was missing
Fri, 04 Oct 2013 22:40:28 +0800 Matt Johnston Added signature for changeset deb211f75ca1
Fri, 04 Oct 2013 22:39:09 +0800 Matt Johnston Added tag DROPBEAR_2013.59 for changeset 7b68e581985f
Fri, 04 Oct 2013 22:22:35 +0800 Matt Johnston Fix up debian build DROPBEAR_2013.59
Fri, 04 Oct 2013 21:49:32 +0800 Matt Johnston Fix debian installation of manpages
Fri, 04 Oct 2013 21:41:19 +0800 Matt Johnston Version 2013.59
Thu, 03 Oct 2013 23:50:04 +0800 Matt Johnston Don't say "SSH 2" any more since protocol version 1 is irrelevant
Thu, 03 Oct 2013 23:45:25 +0800 Matt Johnston Add manpage for dropbearconvert
Thu, 03 Oct 2013 23:04:26 +0800 Matt Johnston Get rid of spurious newlines in pam log messages
Thu, 03 Oct 2013 23:04:11 +0800 Matt Johnston Send PAM error messages as a banner messages
Thu, 03 Oct 2013 22:25:30 +0800 Matt Johnston Constant time memcmp for the hmac and password crypt
Sat, 21 Sep 2013 00:34:36 +0800 Matt Johnston Only send a failure response to a channel request if wantreply is set.
Sat, 21 Sep 2013 00:17:22 +0800 Matt Johnston Improve EOF handling for half-close. Patch from Catalin Patulea
Mon, 12 Aug 2013 22:41:00 +0800 Matt Johnston Remove accidental one second sleep leftover from debugging
Mon, 08 Jul 2013 22:43:56 +0800 Matt Johnston merge
Mon, 08 Jul 2013 22:42:32 +0800 Matt Johnston strdup the proxycmd to avoid crash when freeing, from LluĂ­s Batlle i Rossell
Tue, 28 May 2013 22:16:57 +0800 Matt Johnston limit how much we read from rt_cache etc
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