summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-07-25changes for 2014.64Matt Johnston
2014-07-16Set tcp priority as follows:Matt Johnston
2014-07-09Fix auth timeout regressionMatt Johnston
2014-07-09Make -K keepalive behave like OpenSSH's ServerAliveIntervalMatt Johnston
2014-07-09Make sure client exit messages don't get lostMatt Johnston
2014-07-08Send a failure response if a client receives a global requestMatt Johnston
2014-06-25Improve handling lots of concurrent forwarded connections. IncreaseMatt Johnston
2014-06-25Fix compiling with ECDSA and DSS disabledMatt Johnston
2014-05-20Be more careful in case a platform doesn't define UIO_MAXIOV nor IOV_MAXMatt Johnston
2014-05-20Limit size of the iovect passed to writev in packet.cRonny Meeus
2014-05-20Print errno information in write_packetRonny Meeus
2014-04-23Fix pubkey auth if the first key presented fails (infinite loop ofMatt Johnston
2014-03-21Fix monotonic_now() on OS XMatt Johnston
2014-03-15Experiment of always writing data if available. Might waste a writev() withMatt Johnston
2014-03-13Add new monotonic_now() wrapper so that timeouts are unaffected byMatt Johnston
2014-03-13Fix typoMatt Johnston
2014-03-13Use AUTH_TIMEOUT only before authdone != 1.Yousong Zhou
2014-03-08Don't need to mkdirMatt Johnston
2014-03-07Fix env vars for travis againMatt Johnston
2014-03-07Fix "make install" dependency so that it works without prior "make"Matt Johnston
2014-03-07Add some tests for multiMatt Johnston
2014-03-07Install system libtom libs, run dropbearkey when it's doneMatt Johnston
2014-03-07The arguments are for configure, not make!Matt Johnston
2014-03-07Add Travis CI autobuilder configMatt Johnston
2014-02-24Make some debug info conditionalMatt Johnston
2014-02-22A few fixes for cases where compression increases payload sizes, andMatt Johnston
2014-02-19Fix typo in Catalin's nameMatt Johnston
2014-02-19Added signature for changeset 277429102f13Matt Johnston
2014-02-19Added tag DROPBEAR_2014.63 for changeset 2351b2da8e0dMatt Johnston
2014-02-192014.63Matt Johnston
2014-02-09README: fix ecdsa key generation commandCatalin Patulea
2014-02-19CHANGES for 2014.63Matt Johnston
2014-02-18- Fix dbclient with port 0 for server-allocatedMatt Johnston
2014-02-18Fix building with system libtomcrypt/libtommathMatt Johnston
2014-02-17Add linux/types.h to includes to avoid missing ___u64 etcSteve Dover
2014-02-17Read (and enqueue) packets from interactive input even whenMatt Johnston
2014-02-15Change port separator to ^ since % is used in ipv6 addressesMatt Johnston
2014-02-15Disable immediate auth for delayed-zlib modeMatt Johnston
2014-02-15- Save errno in signal handlersMatt Johnston
2014-02-14generate RSA keys of exact lengthMatt Johnston
2014-02-12cleanup before clearing keysMatt Johnston
2014-02-07Fix linking -lcrypt for systems without libcrypt in /usr/libNicolas Boos
2014-02-07Avoid linking dropbearconvert and dropbearkey to libz or libutilNicolas Boos
2014-01-28Fix check for EINTRMatt Johnston
2014-01-23Back out accidentally committed filesMatt Johnston
2014-01-23requirenext doesn't need two valuesMatt Johnston
2014-01-23Fix failing rekeying when we receive a still-in-flight packetMatt Johnston
2014-01-17Forgot to save the changeMatt Johnston
2014-01-17DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by defaultMatt Johnston
2013-12-11Fix so that "make install" for multi target won't fail on scp which doesn'tMike Frysinger