log dbutil.c @ 871:aa689d140928

age author description
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, 25 Nov 2013 23:08:33 +0800 Matt Johnston Fix some warnings
Fri, 18 Oct 2013 21:38:01 +0800 Matt Johnston Merge in changes from the past couple of releases ecc
Thu, 03 Oct 2013 22:25:30 +0800 Matt Johnston Constant time memcmp for the hmac and password crypt
Tue, 21 May 2013 12:09:35 +0800 Matt Johnston merge in HEAD ecc
Mon, 08 Apr 2013 23:12:35 +0800 Matt Johnston add printmpint() for debugging ecc
Thu, 04 Apr 2013 00:18:50 +0800 Matt Johnston Take transmit and receive keys into use separately
Mon, 01 Apr 2013 00:07:26 +0800 Matt Johnston Move the more verbose TRACE() statements into TRACE2()
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__
Tue, 21 Feb 2012 23:00:30 +0800 Matt Johnston - Merge
Tue, 21 Feb 2012 22:56:45 +0800 Matt Johnston - Burn buffers to 0x00 instead
Sun, 04 Dec 2011 05:23:43 +0800 Matt Johnston - We don't need to test for NULL before free()
Thu, 10 Nov 2011 18:17:00 +0800 Matt Johnston Put better #if guards around IPv6 socket options for IPV6_TCLASS and
Wed, 26 Oct 2011 16:02:06 +0000 Matt Johnston Set IPTOS_LOWDELAY for IPv6 too
Thu, 20 Oct 2011 13:45:43 +0000 Matt Johnston Try bind IPV6_V6ONLY
Thu, 07 Apr 2011 13:05:10 +0000 Matt Johnston Fix FD leak if connect() fails, found by Klocwork
Thu, 07 Apr 2011 12:59:18 +0000 Matt Johnston Add noreturn and format attribute hints for some functions.
Wed, 23 Feb 2011 15:50:30 +0000 Matt Johnston Improve capitalisation for all logged strings
Tue, 01 Sep 2009 16:38:26 +0000 Matt Johnston Rearrange getaddrstring() etc
Wed, 01 Jul 2009 06:27:27 +0000 Matt Johnston Talking to the agent works now. Can't interpret the pubkeys. agent-client
Wed, 01 Jul 2009 04:53:17 +0000 Matt Johnston Make it compile, update for changes in channel structure. agent-client
Tue, 23 Sep 2008 16:05:04 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e7043e7d4314aecd3df46c) agent-client
Mon, 22 Sep 2008 14:13:44 +0000 Matt Johnston Replace calls to strtoul() with a helper m_str_to_uint()
Thu, 18 Sep 2008 16:34:18 +0000 Matt Johnston - Improve DNS failure message to include lookup host
Wed, 17 Sep 2008 14:49:12 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head b02ba6628cf2095017c60d202ac630f231e6b553)
Wed, 17 Sep 2008 14:36:49 +0000 Matt Johnston Rework netcat-alike to be a proper mode, with -B argument. dbclient-netcat-alike
Wed, 17 Sep 2008 14:35:36 +0000 Matt Johnston Don't capture stderr from spawned processes in proxycommand mode
Mon, 15 Sep 2008 14:04:55 +0000 Matt Johnston - Add run_shell_command() function to run a "sh -c" command, handling