summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | mergeMatt Johnston2015-01-281-1/+4
|\ \ | |/
| * Allow configure with libtomcrypt/libtommath directories missingElan Ruusam?e2015-01-281-1/+4
* | changes for 2015.67Matt Johnston2015-01-281-0/+29
* | Fix bad multi-statement define for m_free(), detected by CoverityMatt Johnston2015-01-281-1/+1
* | When clearing the memory of 'key' in function openssh_read(), only the sizeChristian Engelmayer2015-01-281-1/+1
* | Initialise sa_maskMatt Johnston2015-01-281-0/+1
* | Fix memory leak of ecdsa structure, found by CoverityMatt Johnston2015-01-281-0/+1
* | Document ~/.ssh/id_dropbearMatt Johnston2015-01-283-4/+4
|/
* Disable non-delayed zlib for serverMatt Johnston2015-01-287-10/+42
* Default client key path ~/.ssh/id_dropbearMatt Johnston2015-01-245-7/+45
* Prefer stronger algorithms in algorithm negotiation.Fedor Brunner2015-01-231-8/+8
* Fix installing dropbear.8 error when building in a separate directory.Like Ma2015-01-231-2/+2
* Add config option to disable cbc. Disable twofish by defaultMatt Johnston2015-01-232-4/+13
* Fix variables may be uninitialized.Like Ma2015-01-231-4/+16
* Integrity error (bad packet size %u) negative lengthFedor Brunner2015-01-231-3/+3
* Enable sha2 HMACs by default, they're required for ecdsa alreadyMatt Johnston2015-01-131-2/+2
* clear hash state memory after useMatt Johnston2015-01-041-2/+3
* clarify bad/unknownMatt Johnston2015-01-041-1/+1
* Handle invalid agent keys by skipping rather than exiting.Catalin Patulea2015-01-011-6/+7
* Open directories O_RDONLY for fsync, add debugging if it failsMatt Johnston2015-01-042-4/+9
* Make sure hostkeys are flushed to disk to avoid empty files if the powerMatt Johnston2014-11-082-0/+23
* Added signature for changeset 2d421bc0545dMatt Johnston2014-10-231-0/+1
* Added tag DROPBEAR_2014.66 for changeset 735511a4c761Matt Johnston2014-10-230-0/+0
* changelog, version number bumpDROPBEAR_2014.66Matt Johnston2014-10-233-1/+20
* Remove -o from scp helpMatt Johnston2014-10-231-1/+1
* increae MAX_STRING_LEN for sun sshMatt Johnston2014-10-231-2/+1
* Don't print "Failed loading hostkey" when -R delayed hostkey option is enabledSteven Honeyman2014-10-221-1/+3
* Combine code for SSH_CONNECTION and SSH_CLIENTMatt Johnston2014-10-212-25/+16
* Merge pull request #5 from rcleere/ssh_clientMatt Johnston2014-10-210-0/+0
|\
* | Add SSH_CLIENT environment variableRyan Cleere2014-10-202-0/+25
|/
* Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston2014-08-1914-40/+88
* Fix wtmp, testing for wtmp.h and wtmpx.h doesn't make senseWhoopie2014-08-131-2/+2
* Don't send SSH_MSG_UNIMPLEMENTED for keepalive responsesMatt Johnston2014-08-134-0/+9
* Added signature for changeset caac692b366cMatt Johnston2014-08-081-0/+1
* Added tag DROPBEAR_2014.65 for changeset e9579816f20eMatt Johnston2014-08-080-0/+0
* 2014.64DROPBEAR_2014.65Matt Johnston2014-08-083-1/+24
* use xauth in /usr/binMike Frysinger2014-08-011-1/+1
* Don't warn about ENOTSOCK when setting priorityMatt Johnston2014-08-061-3/+6
* Be a bit safer in case pw_name doesn't existMatt Johnston2014-08-061-2/+4
* mergeMatt Johnston2014-08-061-3/+6
|\
| * Test for EAGAIN tooMatt Johnston2014-08-061-3/+6
* | Merge pull request #2 from iquaba/patch-1Matt Johnston2014-08-061-1/+1
|\ \ | |/ |/|
| * Try without identifying current useriquaba2014-08-061-1/+1
|/
* Make sure the check_close() handler runs when a server child process exitsMatt Johnston2014-07-283-0/+10
* Fix some format string warningsMatt Johnston2014-07-281-3/+4
* Fix clock_gettime handlingMatt Johnston2014-07-281-12/+34
* Added signature for changeset 96584b934d04Matt Johnston2014-07-271-0/+1
* Added tag DROPBEAR_2014.64 for changeset 0d2d39957c02Matt Johnston2014-07-270-0/+0
* Archive should be bz2 nor gzDROPBEAR_2014.64Matt Johnston2014-07-271-1/+1
* - Don't use multichar constants since recent gcc complainsMatt Johnston2014-07-276-8/+49