summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update for 2016.73DROPBEAR_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 Perrad2016-03-161-1/+1
| * fix empty C prototypesFrancois Perrad2016-03-1630-123/+123
| * add static in function definitionFrancois Perrad2016-03-162-2/+2
| * add parentheses to macroFrancois Perrad2016-03-163-5/+5
| * const variablesFrancois Perrad2016-03-162-4/+4
| * explicitly initialization of static variablesFrancois Perrad2016-03-161-4/+4
| * Suspicious use of ;Francois Perrad2016-03-161-1/+1
| * rename loop variableFrancois Perrad2016-03-161-2/+2
| * Suspicious use of &Francois Perrad2016-03-161-8/+8
| * add comment FALLTHROUGH which recognize by many lint toolsFrancois Perrad2016-03-162-0/+2
| * put default in switch/caseFrancois Perrad2016-03-161-1/+2
| * remove unreachable codeFrancois Perrad2016-03-161-2/+0
| * use #ifdef like everywhereFrancois Perrad2016-03-161-1/+1
* | mergeMatt Johnston2016-03-151-6/+2
|\ \ | |/
| * Merge pull request #23 from Chocobo1/travis_fixMatt Johnston2016-03-151-6/+2
| |\
| | * TravisCI: re-enable MULTI=1 & NOWRITEV=1 builds on OSX, fixes d416a9bChocobo12016-01-211-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-109-23/+55
|\ \ \ | | |/ | |/|
| * | Merge pull request #22 from Chocobo1/travisMatt Johnston2016-01-201-14/+46
| |\ \
| | * | TravisCI: fix linux + clang compileChocobo12016-01-111-0/+3
| | * | TravisCI: use `if` blockChocobo12016-01-111-2/+2
| | * | TravisCI: enable osx buildsChocobo12016-01-111-4/+23
| | * | TravisCI: enable build with clangChocobo12016-01-051-3/+4
| | * | TravisCI: enable parallel buildChocobo12016-01-051-1/+1
| | * | TravisCI: modify to run builds in containerChocobo12016-01-051-12/+21
| * | | Merge pull request #21 from Chocobo1/fixMatt Johnston2016-01-208-9/+9
| |\ \ \
| | * | | Fix parentheses weird placementChocobo12016-01-051-1/+1
| | * | | Fix print format specifierChocobo12016-01-056-7/+7
| | * | | Fix "Pointer to local array variable returned"Chocobo12016-01-051-1/+1
| | |/ /
* | | | allow specifying dropbearmulti command as an argumentMatt Johnston2016-03-101-8/+22
* | | | merge 2016.72Matt Johnston2016-03-106-5/+35
|\ \ \ \ | |/ / / |/| | |