summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mention regression releaseDROPBEAR_2016.74Matt Johnston2016-07-211-1/+1
* bump versionMatt Johnston2016-07-211-1/+1
* changelogsMatt Johnston2016-07-212-0/+38
* Avoid busy loop while waiting for rekey responseMatt Johnston2016-04-291-2/+4
* make sure socket is of the right domainMatt Johnston2016-06-191-1/+1
* make indenting consistentMatt Johnston2016-07-121-1509/+1509
* add length checks for ecc tooMatt Johnston2016-07-121-6/+11
* merge fixes from PuTTY import.cMatt Johnston2016-07-121-975/+1004
* additional length checksMatt Johnston2016-07-111-5/+6
* Improve exit message formattingMatt Johnston2016-07-112-21/+24
* improve algorithm list parsingMatt Johnston2016-07-111-32/+30
* better TRACE of failed remote identMatt Johnston2016-07-111-1/+1
* update for 2016.73DROPBEAR_2016.73Matt Johnston2016-03-183-3/+20
* Fix whitespace missed in mergeMatt Johnston2016-03-181-2/+2
* move m_burn and function attributes to dbhelpersMatt Johnston2016-03-179-43/+53
* Fix missing paths from m_burn commitMatt Johnston2016-03-171-4/+2
* use m_burn for mp_clearMatt Johnston2016-03-171-8/+2
* Use memset_s or explicit_bzeroMatt Johnston2016-03-162-0/+10
* add CVEMatt Johnston2016-03-161-1/+1
* mergeMatt Johnston2016-03-1638-154/+155
|\
| * add the idiomatic do/while(0) in the macro SCREWUPFrancois Perrad2015-12-311-1/+1
| * fix empty C prototypesFrancois Perrad2016-01-0130-123/+123
| * add static in function definitionFrancois Perrad2016-01-012-2/+2
| * add parentheses to macroFrancois Perrad2016-01-013-5/+5
| * const variablesFrancois Perrad2016-01-012-4/+4
| * explicitly initialization of static variablesFrancois Perrad2016-01-011-4/+4
| * Suspicious use of ;Francois Perrad2016-01-011-1/+1
| * rename loop variableFrancois Perrad2015-12-311-2/+2
| * Suspicious use of &Francois Perrad2015-12-311-8/+8
| * add comment FALLTHROUGH which recognize by many lint toolsFrancois Perrad2015-12-312-0/+2
| * put default in switch/caseFrancois Perrad2015-12-311-1/+2
| * remove unreachable codeFrancois Perrad2015-12-311-2/+0
| * use #ifdef like everywhereFrancois Perrad2015-12-311-1/+1
* | mergeMatt Johnston2016-03-151-6/+2
|\ \ | |/
| * Merge pull request #23 from Chocobo1/travis_fixMatt Johnston2016-03-1527-215/+235
| |\
| * | TravisCI: re-enable MULTI=1 & NOWRITEV=1 builds on OSX, fixes d416a9bChocobo12016-01-201-6/+2
* | | assertion for case that shouldn't happenMatt Johnston2016-03-151-1/+1
* | | m_close() rather than close()Matt Johnston2016-03-151-1/+1
* | | ignore return value from fcntl()Matt Johnston2016-03-151-3/+4
* | | Fix truncated type for getc() at confirmation promptMatt Johnston2016-03-151-1/+1
* | | cast return type to enumMatt Johnston2016-03-151-1/+1
* | | remove unused loginrec_set_addr()Matt Johnston2016-03-152-19/+0
* | | update CHANGESMatt Johnston2016-03-151-0/+19
| |/ |/|
* | Merge branch 'fperrad-20151231_indent'Matt Johnston2016-03-1517-142/+142
|\ \
| * \ Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fp...Matt Johnston2016-03-1517-142/+142
| |\ \ |/ / /
| * | more hard tabFrancois Perrad2016-01-0115-123/+123
| * | refactor indentation with hard tabFrancois Perrad2015-12-315-21/+21
* | | Get rid of group15, move group16 to sha512.Matt Johnston2016-03-125-60/+37
* | | merge github masterMatt Johnston2016-03-106-13/+56
|\ \ \ | |_|/ |/| |
| * | allow specifying dropbearmulti command as an argumentMatt Johnston2016-03-101-8/+22