log

age author description
Thu, 10 May 2012 08:38:37 +0800 Matt Johnston - Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to be sha2
Wed, 09 May 2012 22:52:58 +0800 Matt Johnston Don't TRACE() the pw_passwd
Wed, 09 May 2012 22:51:59 +0800 Matt Johnston Fix empty password immediate login
Wed, 09 May 2012 22:37:04 +0800 Matt Johnston Return immediate success for blank passwords if allowed
Wed, 09 May 2012 21:09:34 +0800 Matt Johnston Server shouldn't return "localhost" in response to -R forward connections
Wed, 09 May 2012 20:34:55 +0800 Matt Johnston Initialise agent_fd to -1 so we don't end up closing stdin (fd 0)
Wed, 09 May 2012 20:33:16 +0800 Matt Johnston - Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWD
Tue, 24 Apr 2012 22:05:55 +0800 Matt Johnston Ignore -q if SCP_PROGRESS isn't set
Thu, 12 Apr 2012 22:04:16 +0800 Matt Johnston Split listening port argument at the rightmost colon, allows binding to
Thu, 12 Apr 2012 21:57:30 +0800 Matt Johnston Improve comment about sha1-96
Mon, 09 Apr 2012 21:29:41 +0800 Matt Johnston Slight formatting change for ENABLE_CLI_AGENTFWD if statement
Mon, 26 Mar 2012 16:17:16 +0400 Andrey Mazo Fixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD.
Mon, 09 Apr 2012 20:35:13 +0800 Matt Johnston Rename HAVE_FORK to USE_VFORK
Sun, 08 Apr 2012 01:50:52 -0400 Mike Frysinger check for fork() and not __uClinux__
Sun, 08 Apr 2012 02:06:54 -0400 Mike Frysinger fix out-of-tree cleaning
Thu, 23 Feb 2012 21:46:02 +0800 Matt Johnston Added signature for changeset 85f835f2fe0a
Thu, 23 Feb 2012 21:45:42 +0800 Matt Johnston Added tag DROPBEAR_2012.55 for changeset d354464b2aa6
Thu, 23 Feb 2012 21:45:36 +0800 Matt Johnston - Improve CHANGES description DROPBEAR_2012.55
Wed, 22 Feb 2012 22:12:15 +0800 Matt Johnston 2012.55
Wed, 22 Feb 2012 22:05:24 +0800 Matt Johnston - Fix minor leak
Wed, 22 Feb 2012 19:33:07 +0800 Matt Johnston Fix accidentally committed change
Sun, 04 Dec 2011 05:41:46 +0800 Matt Johnston - Initialise sa_mask properly
Tue, 21 Feb 2012 23:00:30 +0800 Matt Johnston - Merge
Tue, 21 Feb 2012 22:57:19 +0800 Matt Johnston - Make sure sa_mask is set
Tue, 21 Feb 2012 22:56:45 +0800 Matt Johnston - Burn buffers to 0x00 instead
Sun, 04 Dec 2011 05:31:25 +0800 Matt Johnston - Fix use-after-free if multiple command requests were sent. Move
Sun, 04 Dec 2011 05:27:57 +0800 Matt Johnston - Remove unused variable/code
Sun, 04 Dec 2011 05:27:29 +0800 Matt Johnston - Make sure we don't use channel-specific data after it has been freed
Sun, 04 Dec 2011 05:24:50 +0800 Matt Johnston - Fix some format strings in TRACE()s
Sun, 04 Dec 2011 05:23:43 +0800 Matt Johnston - We don't need to test for NULL before free()