log

age author description
Sun, 31 Mar 2013 00:41:15 +0800 Matt Johnston merge kexguess
Sat, 30 Mar 2013 23:55:05 +0800 Matt Johnston Get rid of client/server specific buf_match_algo, use single kexguess
Fri, 29 Mar 2013 23:29:48 +0800 Matt Johnston Add kexguess2 behaviour kexguess
Fri, 29 Mar 2013 20:44:13 +0800 Matt Johnston first_kex_packet_follows working, needs tidying kexguess
Tue, 02 Apr 2013 19:11:13 +0800 Matt Johnston add IUTF8
Tue, 02 Apr 2013 18:59:00 +0800 Matt Johnston fix tabs
Tue, 02 Apr 2013 18:54:04 +0800 Matt Johnston merge
Tue, 02 Apr 2013 18:53:18 +0800 Matt Johnston Fix segfault when /dev/urandom isn't writable
Tue, 02 Apr 2013 00:11:53 +0800 Matt Johnston Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATE
Mon, 01 Apr 2013 22:26:55 +0800 Matt Johnston Run the cleanup handler also when we close due to TCP connection being closed
Mon, 01 Apr 2013 22:26:24 +0800 Matt Johnston Try password before interactive - bit of a hack
Mon, 01 Apr 2013 00:07:26 +0800 Matt Johnston Move the more verbose TRACE() statements into TRACE2()
Sun, 31 Mar 2013 23:48:25 +0800 Matt Johnston Send an auth packet straight away, save another roundtrip
Sun, 31 Mar 2013 23:29:03 +0800 Matt Johnston Fix incorrect logic for USE_VFORK and calling arg_setup()
Sun, 31 Mar 2013 23:15:35 +0800 Matt Johnston Try using writev() for writing packets out to tcp
Sun, 31 Mar 2013 21:38:17 +0800 Matt Johnston Don't bother waiting for a ssh-connection service reply - the server
Sun, 31 Mar 2013 00:40:00 +0800 Matt Johnston send out our kexinit packet before blocking to read the SSH version string
Sun, 24 Mar 2013 00:02:20 +0800 Matt Johnston Define _GNU_SOURCE for vasprintf
Sun, 24 Mar 2013 00:00:39 +0800 Mike Frysinger rename configure.in -> configure.ac
Sat, 23 Mar 2013 23:17:01 +0800 Matt Johnston Fix a few compile warnings
Sat, 23 Mar 2013 23:16:06 +0800 Matt Johnston Add ~. and ~^Z handling to exit/suspend dbclient
Thu, 21 Mar 2013 23:35:07 +0800 Matt Johnston Added signature for changeset 9b80981212fe
Thu, 21 Mar 2013 23:33:12 +0800 Matt Johnston Added tag DROPBEAR_2013.56 for changeset 1b8b2b9d6e94
Thu, 21 Mar 2013 23:29:04 +0800 Matt Johnston Forgot date in CHANGES DROPBEAR_2013.56
Thu, 21 Mar 2013 23:19:06 +0800 Matt Johnston 2013.56 changelog
Thu, 21 Mar 2013 23:11:16 +0800 Matt Johnston update text about authorized_keys options
Thu, 21 Mar 2013 23:10:47 +0800 Matt Johnston Add URL to usage text
Thu, 21 Mar 2013 22:55:12 +0800 Matt Johnston Make hmac-sha2-256 and hmac-sha2-512 work
Thu, 21 Mar 2013 21:23:34 +0800 Matt Johnston Make sure "struct timeval" is initialised on OS X to avoid valgrind warnings
Wed, 20 Mar 2013 23:52:49 +0800 Matt Johnston Fix "-c none" so that it allows aes during authentication