Mercurial > dropbear
graph
-
merge2013-04-02, by Matt Johnston
-
Fix segfault when /dev/urandom isn't writable2013-04-02, by Matt Johnston
-
Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATE2013-04-01, by Matt Johnston
-
Run the cleanup handler also when we close due to TCP connection being closed2013-04-01, by Matt Johnston
-
Try password before interactive - bit of a hack2013-04-01, by Matt Johnston
-
Move the more verbose TRACE() statements into TRACE2()2013-03-31, by Matt Johnston
-
Send an auth packet straight away, save another roundtrip2013-03-31, by Matt Johnston
-
Fix incorrect logic for USE_VFORK and calling arg_setup()2013-03-31, by Matt Johnston
-
Try using writev() for writing packets out to tcp2013-03-31, by Matt Johnston
-
Don't bother waiting for a ssh-connection service reply - the server2013-03-31, by Matt Johnston
-
send out our kexinit packet before blocking to read the SSH version string2013-03-30, by Matt Johnston
-
Define _GNU_SOURCE for vasprintf2013-03-23, by Matt Johnston
-
rename configure.in -> configure.ac2013-03-23, by Mike Frysinger
-
Fix a few compile warnings2013-03-23, by Matt Johnston
-
Add ~. and ~^Z handling to exit/suspend dbclient2013-03-23, by Matt Johnston
-
Added signature for changeset 9b80981212fe2013-03-21, by Matt Johnston
-
Added tag DROPBEAR_2013.56 for changeset 1b8b2b9d6e942013-03-21, by Matt Johnston
-
2013.56 changelog2013-03-21, by Matt Johnston
-
update text about authorized_keys options2013-03-21, by Matt Johnston
-
Add URL to usage text2013-03-21, by Matt Johnston
-
Make hmac-sha2-256 and hmac-sha2-512 work2013-03-21, by Matt Johnston
-
Make sure "struct timeval" is initialised on OS X to avoid valgrind warnings2013-03-21, by Matt Johnston
-
Fix "-c none" so that it allows aes during authentication2013-03-20, by Matt Johnston
-
Fix "-m none" case and ugly typo2013-03-20, by Matt Johnston
-
Fix "-m none" case where an entire packet fits in a block and can be2013-03-20, by Matt Johnston
-
Merge "none" cipher/MAC branch. Also adds sha256 and sha5122013-03-20, by Matt Johnston
-
use an empty writebuf rather than a NULL one2013-03-20, by Matt Johnston
-
document a few more changes2013-03-19, by Matt Johnston
-
Fix memory leak when direct TCP connections time out on connection.2013-03-19, by Matt Johnston