Mercurial > dropbear
graph
-
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
-
The arguments are for configure, not make!2014-03-07, by Matt Johnston
-
Add Travis CI autobuilder config2014-03-07, by Matt Johnston
-
Make some debug info conditional2014-02-24, by Matt Johnston
-
A few fixes for cases where compression increases payload sizes, and2014-02-22, by Matt Johnston
-
Fix typo in Catalin's name2014-02-19, by Matt Johnston
-
Added signature for changeset 277429102f132014-02-19, by Matt Johnston
-
Added tag DROPBEAR_2014.63 for changeset 2351b2da8e0d2014-02-19, by Matt Johnston
-
README: fix ecdsa key generation command2014-02-09, by Catalin Patulea
-
CHANGES for 2014.632014-02-19, by Matt Johnston
-
- Fix dbclient with port 0 for server-allocated2014-02-18, by Matt Johnston
-
Fix building with system libtomcrypt/libtommath2014-02-18, by Matt Johnston
-
Add linux/types.h to includes to avoid missing ___u64 etc2014-02-17, by Steve Dover
-
Read (and enqueue) packets from interactive input even when2014-02-17, by Matt Johnston
-
Change port separator to ^ since % is used in ipv6 addresses2014-02-15, by Matt Johnston
-
Disable immediate auth for delayed-zlib mode2014-02-15, by Matt Johnston
-
- Save errno in signal handlers2014-02-15, by Matt Johnston
-
generate RSA keys of exact length2014-02-14, by Matt Johnston
-
cleanup before clearing keys2014-02-12, by Matt Johnston
-
Fix linking -lcrypt for systems without libcrypt in /usr/lib2014-02-06, by Nicolas Boos
-
Avoid linking dropbearconvert and dropbearkey to libz or libutil2014-02-06, by Nicolas Boos
-
Fix check for EINTR2014-01-28, by Matt Johnston
-
Back out accidentally committed files2014-01-23, by Matt Johnston
-
requirenext doesn't need two values2014-01-23, by Matt Johnston
-
Fix failing rekeying when we receive a still-in-flight packet2014-01-23, by Matt Johnston
-
Forgot to save the change2014-01-17, by Matt Johnston
-
DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default2014-01-17, by Matt Johnston