log

age author description
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
Tue, 08 Jul 2014 21:59:36 +0800 Matt Johnston Send a failure response if a client receives a global request
Wed, 25 Jun 2014 23:42:39 +0800 Matt Johnston Improve handling lots of concurrent forwarded connections. Increase
Wed, 25 Jun 2014 23:37:44 +0800 Matt Johnston Fix compiling with ECDSA and DSS disabled
Tue, 20 May 2014 21:21:02 +0800 Matt Johnston Be more careful in case a platform doesn't define UIO_MAXIOV nor IOV_MAX
Tue, 20 May 2014 21:18:48 +0800 Ronny Meeus Limit size of the iovect passed to writev in packet.c
Tue, 20 May 2014 20:56:59 +0800 Ronny Meeus Print errno information in write_packet
Wed, 23 Apr 2014 16:22:50 +0800 Matt Johnston Fix pubkey auth if the first key presented fails (infinite loop of
Fri, 21 Mar 2014 22:16:42 +0800 Matt Johnston Fix monotonic_now() on OS X