summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-10-23increae MAX_STRING_LEN for sun sshMatt Johnston
2014-10-22Don't print "Failed loading hostkey" when -R delayed hostkey option is enabledSteven Honeyman
2014-10-21Combine code for SSH_CONNECTION and SSH_CLIENTMatt Johnston
2014-10-21Merge pull request #5 from rcleere/ssh_clientMatt Johnston
2014-10-20Add SSH_CLIENT environment variableRyan Cleere
2014-08-19Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston
2014-08-13Fix wtmp, testing for wtmp.h and wtmpx.h doesn't make senseWhoopie
2014-08-13Don't send SSH_MSG_UNIMPLEMENTED for keepalive responsesMatt Johnston
2014-08-08Added signature for changeset caac692b366cMatt Johnston
2014-08-08Added tag DROPBEAR_2014.65 for changeset e9579816f20eMatt Johnston
2014-08-082014.64Matt Johnston
2014-08-01use xauth in /usr/binMike Frysinger
2014-08-06Don't warn about ENOTSOCK when setting priorityMatt Johnston
2014-08-06Be a bit safer in case pw_name doesn't existMatt Johnston
2014-08-06mergeMatt Johnston
2014-08-06Merge pull request #2 from iquaba/patch-1Matt Johnston
2014-08-06Test for EAGAIN tooMatt Johnston
2014-08-06Try without identifying current useriquaba
2014-07-28Make sure the check_close() handler runs when a server child process exitsMatt Johnston
2014-07-28Fix some format string warningsMatt Johnston
2014-07-28Fix clock_gettime handlingMatt Johnston
2014-07-27Added signature for changeset 96584b934d04Matt Johnston
2014-07-27Added tag DROPBEAR_2014.64 for changeset 0d2d39957c02Matt Johnston
2014-07-27Archive should be bz2 nor gzMatt Johnston
2014-07-27- Don't use multichar constants since recent gcc complainsMatt Johnston
2014-07-27Version 2014.64Matt Johnston
2014-07-27Add '-V' for versionMatt Johnston
2014-07-26Avoid use-after-free when channel inithandler fails. Thanks to CoverityMatt Johnston
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