log

age author description
2013-03-29 Matt Johnston Add kexguess2 behaviour kexguess
2013-03-29 Matt Johnston first_kex_packet_follows working, needs tidying kexguess
2013-04-02 Matt Johnston add IUTF8
2013-04-02 Matt Johnston fix tabs
2013-04-02 Matt Johnston merge
2013-04-02 Matt Johnston Fix segfault when /dev/urandom isn't writable
2013-04-01 Matt Johnston Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATE
2013-04-01 Matt Johnston Run the cleanup handler also when we close due to TCP connection being closed
2013-04-01 Matt Johnston Try password before interactive - bit of a hack
2013-03-31 Matt Johnston Move the more verbose TRACE() statements into TRACE2()
2013-03-31 Matt Johnston Send an auth packet straight away, save another roundtrip
2013-03-31 Matt Johnston Fix incorrect logic for USE_VFORK and calling arg_setup()
2013-03-31 Matt Johnston Try using writev() for writing packets out to tcp
2013-03-31 Matt Johnston Don't bother waiting for a ssh-connection service reply - the server
2013-03-30 Matt Johnston send out our kexinit packet before blocking to read the SSH version string
2013-03-23 Matt Johnston Define _GNU_SOURCE for vasprintf
2013-03-23 Mike Frysinger rename configure.in -> configure.ac
2013-03-23 Matt Johnston Fix a few compile warnings
2013-03-23 Matt Johnston Add ~. and ~^Z handling to exit/suspend dbclient
2013-03-21 Matt Johnston Added signature for changeset 9b80981212fe
2013-03-21 Matt Johnston Added tag DROPBEAR_2013.56 for changeset 1b8b2b9d6e94
2013-03-21 Matt Johnston Forgot date in CHANGES DROPBEAR_2013.56
2013-03-21 Matt Johnston 2013.56 changelog
2013-03-21 Matt Johnston update text about authorized_keys options
2013-03-21 Matt Johnston Add URL to usage text
2013-03-21 Matt Johnston Make hmac-sha2-256 and hmac-sha2-512 work
2013-03-21 Matt Johnston Make sure "struct timeval" is initialised on OS X to avoid valgrind warnings
2013-03-20 Matt Johnston Fix "-c none" so that it allows aes during authentication