Mercurial > dropbear
graph
-
Merge pull request #5 from rcleere/ssh_client2014-10-21, by Matt Johnston
-
Add SSH_CLIENT environment variable2014-10-20, by Ryan Cleere
-
Make keepalive handling more robust, this should now match what OpenSSH does2014-08-19, by Matt Johnston
-
Fix wtmp, testing for wtmp.h and wtmpx.h doesn't make sense2014-08-13, by Whoopie
-
Don't send SSH_MSG_UNIMPLEMENTED for keepalive responses2014-08-13, by Matt Johnston
-
Added signature for changeset caac692b366c2014-08-08, by Matt Johnston
-
Added tag DROPBEAR_2014.65 for changeset e9579816f20e2014-08-08, by Matt Johnston
-
use xauth in /usr/bin2014-08-01, by Mike Frysinger
-
Don't warn about ENOTSOCK when setting priority2014-08-06, by Matt Johnston
-
Be a bit safer in case pw_name doesn't exist2014-08-06, by Matt Johnston
-
merge2014-08-06, by Matt Johnston
-
Merge pull request #2 from iquaba/patch-12014-08-06, by Matt Johnston
-
Try without identifying current user2014-08-06, by iquaba
-
Test for EAGAIN too2014-08-06, by Matt Johnston
-
Make sure the check_close() handler runs when a server child process exits2014-07-28, by Matt Johnston
-
Fix some format string warnings2014-07-28, by Matt Johnston
-
Fix clock_gettime handling2014-07-28, by Matt Johnston
-
Added signature for changeset 96584b934d042014-07-27, by Matt Johnston
-
Added tag DROPBEAR_2014.64 for changeset 0d2d39957c022014-07-27, by Matt Johnston
-
- Don't use multichar constants since recent gcc complains2014-07-27, by Matt Johnston
-
Version 2014.642014-07-27, by Matt Johnston
-
Add '-V' for version2014-07-27, by Matt Johnston
-
Avoid use-after-free when channel inithandler fails. Thanks to Coverity2014-07-26, by Matt Johnston
-
changes for 2014.642014-07-25, by Matt Johnston
-
Set tcp priority as follows:2014-07-16, by Matt Johnston
-
Fix auth timeout regression2014-07-09, by Matt Johnston
-
Make -K keepalive behave like OpenSSH's ServerAliveInterval2014-07-08, by Matt Johnston
-
Make sure client exit messages don't get lost2014-07-08, by Matt Johnston
-
Send a failure response if a client receives a global request2014-07-08, by Matt Johnston
-
Improve handling lots of concurrent forwarded connections. Increase2014-06-25, by Matt Johnston
-
Fix compiling with ECDSA and DSS disabled2014-06-25, by Matt Johnston
-
Be more careful in case a platform doesn't define UIO_MAXIOV nor IOV_MAX2014-05-20, by Matt Johnston
-
Limit size of the iovect passed to writev in packet.c2014-05-20, by Ronny Meeus
-
Print errno information in write_packet2014-05-20, by Ronny Meeus
-
Fix pubkey auth if the first key presented fails (infinite loop of2014-04-23, by Matt Johnston
-
Fix monotonic_now() on OS X2014-03-21, by Matt Johnston
-
Experiment of always writing data if available. Might waste a writev() with2014-03-15, by Matt Johnston
-
Add new monotonic_now() wrapper so that timeouts are unaffected by2014-03-13, by Matt Johnston
-
Fix typo2014-03-13, by Matt Johnston
-
Use AUTH_TIMEOUT only before authdone != 1.2014-03-13, by Yousong Zhou
-
Don't need to mkdir2014-03-08, by Matt Johnston
-
Fix env vars for travis again2014-03-07, by Matt Johnston
-
Fix "make install" dependency so that it works without prior "make"2014-03-07, by Matt Johnston
-
Add some tests for multi2014-03-07, by Matt Johnston
-
Install system libtom libs, run dropbearkey when it's done2014-03-07, by Matt Johnston