log

age author description
Wed, 28 Jan 2015 21:40:34 +0800 Matt Johnston merge coverity
Wed, 28 Jan 2015 21:38:27 +0800 Matt Johnston Disable non-delayed zlib for server
Sat, 24 Jan 2015 00:05:26 +0800 Matt Johnston Default client key path ~/.ssh/id_dropbear
Fri, 23 Jan 2015 23:00:25 +0800 Fedor Brunner Prefer stronger algorithms in algorithm negotiation.
Fri, 23 Jan 2015 22:59:30 +0800 Like Ma Fix installing dropbear.8 error when building in a separate directory.
Fri, 23 Jan 2015 22:37:14 +0800 Matt Johnston Add config option to disable cbc. Disable twofish by default
Fri, 23 Jan 2015 22:23:23 +0800 Like Ma Fix variables may be uninitialized.
Fri, 23 Jan 2015 22:21:06 +0800 Fedor Brunner Integrity error (bad packet size %u) negative length
Fri, 23 Jan 2015 21:38:47 +0800 Matt Johnston Merge up to date pam
Tue, 13 Jan 2015 20:55:04 +0800 Matt Johnston Enable sha2 HMACs by default, they're required for ecdsa already
Sun, 04 Jan 2015 23:10:59 +0800 Matt Johnston clear hash state memory after use
Sun, 04 Jan 2015 22:33:12 +0800 Matt Johnston merge coverity
Sun, 04 Jan 2015 22:32:38 +0800 Matt Johnston clarify bad/unknown
Thu, 01 Jan 2015 17:47:46 -0500 Catalin Patulea Handle invalid agent keys by skipping rather than exiting.
Sun, 04 Jan 2015 22:22:43 +0800 Matt Johnston Open directories O_RDONLY for fsync, add debugging if it fails
Sat, 08 Nov 2014 22:15:16 +0800 Matt Johnston Make sure hostkeys are flushed to disk to avoid empty files if the power
Thu, 23 Oct 2014 22:09:46 +0800 Matt Johnston Added signature for changeset 2d421bc0545d
Thu, 23 Oct 2014 22:09:22 +0800 Matt Johnston Added tag DROPBEAR_2014.66 for changeset 735511a4c761
Thu, 23 Oct 2014 21:43:00 +0800 Matt Johnston changelog, version number bump DROPBEAR_2014.66
Thu, 23 Oct 2014 20:52:10 +0800 Matt Johnston Remove -o from scp help
Thu, 23 Oct 2014 20:50:06 +0800 Matt Johnston increae MAX_STRING_LEN for sun ssh
Wed, 22 Oct 2014 07:12:52 +0800 Steven Honeyman Don't print "Failed loading hostkey" when -R delayed hostkey option is enabled
Tue, 21 Oct 2014 22:34:20 +0800 Matt Johnston merge to coverity coverity
Tue, 21 Oct 2014 22:33:49 +0800 Matt Johnston Combine code for SSH_CONNECTION and SSH_CLIENT
Tue, 21 Oct 2014 21:43:20 +0800 Matt Johnston Merge pull request #5 from rcleere/ssh_client
Mon, 20 Oct 2014 12:59:47 -0500 Ryan Cleere Add SSH_CLIENT environment variable
Tue, 19 Aug 2014 23:36:46 +0800 Matt Johnston merge coverity
Tue, 19 Aug 2014 23:08:56 +0800 Matt Johnston Make keepalive handling more robust, this should now match what OpenSSH does
Wed, 13 Aug 2014 22:07:43 +0800 Whoopie Fix wtmp, testing for wtmp.h and wtmpx.h doesn't make sense
Wed, 13 Aug 2014 21:48:47 +0800 Matt Johnston Don't send SSH_MSG_UNIMPLEMENTED for keepalive responses
Fri, 08 Aug 2014 21:53:47 +0800 Matt Johnston Added signature for changeset caac692b366c
Fri, 08 Aug 2014 21:53:42 +0800 Matt Johnston Added tag DROPBEAR_2014.65 for changeset e9579816f20e
Fri, 08 Aug 2014 21:40:42 +0800 Matt Johnston 2014.64 DROPBEAR_2014.65
Fri, 08 Aug 2014 21:26:07 +0800 Matt Johnston merge coverity
Fri, 01 Aug 2014 06:14:19 -0400 Mike Frysinger use xauth in /usr/bin
Wed, 06 Aug 2014 22:16:38 +0800 Matt Johnston Don't warn about ENOTSOCK when setting priority
Wed, 06 Aug 2014 22:10:57 +0800 Matt Johnston Be a bit safer in case pw_name doesn't exist
Wed, 06 Aug 2014 22:08:16 +0800 Matt Johnston merge
Wed, 06 Aug 2014 22:04:49 +0800 Matt Johnston Merge pull request #2 from iquaba/patch-1
Wed, 06 Aug 2014 08:48:43 -0500 iquaba Try without identifying current user
Wed, 06 Aug 2014 21:55:43 +0800 Matt Johnston Test for EAGAIN too
Mon, 28 Jul 2014 23:38:54 +0800 Matt Johnston merge coverity
Mon, 28 Jul 2014 23:23:49 +0800 Matt Johnston Make sure the check_close() handler runs when a server child process exits
Mon, 28 Jul 2014 22:56:07 +0800 Matt Johnston merge coverity
Mon, 28 Jul 2014 22:59:16 +0800 Matt Johnston Fix some format string warnings
Mon, 28 Jul 2014 22:48:48 +0800 Matt Johnston Fix clock_gettime handling
Sun, 27 Jul 2014 23:11:52 +0800 Matt Johnston Added signature for changeset 96584b934d04
Sun, 27 Jul 2014 23:11:47 +0800 Matt Johnston Added tag DROPBEAR_2014.64 for changeset 0d2d39957c02
Sun, 27 Jul 2014 22:56:35 +0800 Matt Johnston Archive should be bz2 nor gz DROPBEAR_2014.64
Sun, 27 Jul 2014 22:55:29 +0800 Matt Johnston - Don't use multichar constants since recent gcc complains
Sun, 27 Jul 2014 22:25:18 +0800 Matt Johnston Version 2014.64
Sun, 27 Jul 2014 22:06:26 +0800 Matt Johnston Add '-V' for version
Sat, 26 Jul 2014 10:23:53 +0800 Matt Johnston merge coverity
Sat, 26 Jul 2014 10:18:55 +0800 Matt Johnston Avoid use-after-free when channel inithandler fails. Thanks to Coverity
Fri, 25 Jul 2014 22:23:50 +0800 Matt Johnston merge coverity
Fri, 25 Jul 2014 22:22:39 +0800 Matt Johnston changes for 2014.64
Wed, 16 Jul 2014 22:53:32 +0800 Matt Johnston Set tcp priority as follows:
Wed, 09 Jul 2014 22:02:22 +0800 Matt Johnston Fix auth timeout regression
Wed, 09 Jul 2014 00:15:20 +0800 Matt Johnston Make -K keepalive behave like OpenSSH's ServerAliveInterval
Wed, 09 Jul 2014 00:13:17 +0800 Matt Johnston Make sure client exit messages don't get lost