log

age author description
2015-01-28 Matt Johnston Document ~/.ssh/id_dropbear
2015-01-28 Elan Ruusamäe Allow configure with libtomcrypt/libtommath directories missing
2015-01-28 Matt Johnston merge coverity
2015-01-28 Matt Johnston Disable non-delayed zlib for server
2015-01-23 Matt Johnston Default client key path ~/.ssh/id_dropbear
2015-01-23 Fedor Brunner Prefer stronger algorithms in algorithm negotiation.
2015-01-23 Like Ma Fix installing dropbear.8 error when building in a separate directory.
2015-01-23 Matt Johnston Add config option to disable cbc. Disable twofish by default
2015-01-23 Like Ma Fix variables may be uninitialized.
2015-01-23 Fedor Brunner Integrity error (bad packet size %u) negative length
2015-01-23 Matt Johnston Merge up to date pam
2015-01-13 Matt Johnston Enable sha2 HMACs by default, they're required for ecdsa already
2015-01-04 Matt Johnston clear hash state memory after use
2015-01-04 Matt Johnston merge coverity
2015-01-04 Matt Johnston clarify bad/unknown
2015-01-01 Catalin Patulea Handle invalid agent keys by skipping rather than exiting.
2015-01-04 Matt Johnston Open directories O_RDONLY for fsync, add debugging if it fails
2014-11-08 Matt Johnston Make sure hostkeys are flushed to disk to avoid empty files if the power
2014-10-23 Matt Johnston Added signature for changeset 2d421bc0545d
2014-10-23 Matt Johnston Added tag DROPBEAR_2014.66 for changeset 735511a4c761
2014-10-23 Matt Johnston changelog, version number bump DROPBEAR_2014.66
2014-10-23 Matt Johnston Remove -o from scp help
2014-10-23 Matt Johnston increae MAX_STRING_LEN for sun ssh
2014-10-21 Steven Honeyman Don't print "Failed loading hostkey" when -R delayed hostkey option is enabled
2014-10-21 Matt Johnston merge to coverity coverity
2014-10-21 Matt Johnston Combine code for SSH_CONNECTION and SSH_CLIENT
2014-10-21 Matt Johnston Merge pull request #5 from rcleere/ssh_client
2014-10-20 Ryan Cleere Add SSH_CLIENT environment variable
2014-08-19 Matt Johnston merge coverity
2014-08-19 Matt Johnston Make keepalive handling more robust, this should now match what OpenSSH does
2014-08-13 Whoopie Fix wtmp, testing for wtmp.h and wtmpx.h doesn't make sense
2014-08-13 Matt Johnston Don't send SSH_MSG_UNIMPLEMENTED for keepalive responses
2014-08-08 Matt Johnston Added signature for changeset caac692b366c
2014-08-08 Matt Johnston Added tag DROPBEAR_2014.65 for changeset e9579816f20e
2014-08-08 Matt Johnston 2014.64 DROPBEAR_2014.65
2014-08-08 Matt Johnston merge coverity
2014-08-01 Mike Frysinger use xauth in /usr/bin
2014-08-06 Matt Johnston Don't warn about ENOTSOCK when setting priority
2014-08-06 Matt Johnston Be a bit safer in case pw_name doesn't exist
2014-08-06 Matt Johnston merge
2014-08-06 Matt Johnston Merge pull request #2 from iquaba/patch-1
2014-08-06 iquaba Try without identifying current user
2014-08-06 Matt Johnston Test for EAGAIN too
2014-07-28 Matt Johnston merge coverity
2014-07-28 Matt Johnston Make sure the check_close() handler runs when a server child process exits
2014-07-28 Matt Johnston merge coverity
2014-07-28 Matt Johnston Fix some format string warnings
2014-07-28 Matt Johnston Fix clock_gettime handling
2014-07-27 Matt Johnston Added signature for changeset 96584b934d04
2014-07-27 Matt Johnston Added tag DROPBEAR_2014.64 for changeset 0d2d39957c02
2014-07-27 Matt Johnston Archive should be bz2 nor gz DROPBEAR_2014.64
2014-07-27 Matt Johnston - Don't use multichar constants since recent gcc complains
2014-07-27 Matt Johnston Version 2014.64
2014-07-27 Matt Johnston Add '-V' for version
2014-07-26 Matt Johnston merge coverity
2014-07-26 Matt Johnston Avoid use-after-free when channel inithandler fails. Thanks to Coverity
2014-07-25 Matt Johnston merge coverity
2014-07-25 Matt Johnston changes for 2014.64
2014-07-16 Matt Johnston Set tcp priority as follows:
2014-07-09 Matt Johnston Fix auth timeout regression