Mercurial > dropbear
graph
-
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
-
Allow specifying server "-p" options with ipv6 bracket notation,2013-03-19, by Matt Johnston
-
Android returns NULL for pw_crypt, set it to something else2013-03-19, by Matt Johnston
-
ignore I_PUSH if it isn't defined, for Android from Reimar Döffinger2013-03-19, by Matt Johnston
-
Fix compat basename() to handle paths with no slashes. Thanks to Frank Teo2013-03-19, by Matt Johnston
-
Include /proc/vmstat as another random source2013-03-19, by Matt Johnston
-
link to Dropbear webpage2013-03-19, by Matt Johnston
-
Removed tag t:ltc-0.95-db-merge12013-03-19, by Matt Johnston
-
Removed tag t:ltc-0.95-orig2013-03-19, by Matt Johnston
-
fix signedness error in prototype2013-03-11, by Matt Johnston
-
improve subsystem/sftp documentation, and multi-hop manual formatting2013-03-03, by Matt Johnston
-
fix typo2013-02-23, by Matt Johnston
-
DSS_PROTOK is not necessary now that private keys are included2013-02-23, by Matt Johnston
-
add loadavg and entropy_avail as sources2013-02-23, by Matt Johnston
-
Allow configuring "allow blank password option" at runtime2013-02-12, by Paul Eggleton
-
Some changes since 2012.552013-02-22, by Matt Johnston
-
Document "-m" and "-c"2013-02-22, by Matt Johnston
-
/dev/random blocks on busy servers too.2012-07-19, by Matt Johnston
-
Add a few more files in /proc for Linux2012-06-30, by Matt Johnston
-
Improve RNG seeding.2012-06-29, by Matt Johnston
-
- Only request "none" cipher after auth has succeeded insecure-nocrypto2012-05-17, by Matt Johnston
-
ENABLE_USER_ALGO_LIST should work for the client2012-05-16, by Matt Johnston
-
Add rough support for choosing ciphers/hashes with "-c" or "-m"2012-05-16, by Matt Johnston
-
- Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to be sha22012-05-10, by Matt Johnston
-
Don't TRACE() the pw_passwd2012-05-09, by Matt Johnston
-
Fix empty password immediate login2012-05-09, by Matt Johnston
-
Return immediate success for blank passwords if allowed2012-05-09, by Matt Johnston
-
Server shouldn't return "localhost" in response to -R forward connections2012-05-09, by Matt Johnston
-
Initialise agent_fd to -1 so we don't end up closing stdin (fd 0)2012-05-09, by Matt Johnston
-
- Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWD2012-05-09, by Matt Johnston