summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | merge 2016.72Matt Johnston2016-03-1025-91/+402
| |\ \
| * | | Added signature for changeset fd1981f41c62Matt Johnston2016-03-101-0/+1
| * | | Added tag DROPBEAR_2016.72 for changeset 78b12b6549beMatt Johnston2016-03-100-0/+0
| * | | debian changelogDROPBEAR_2016.72Matt Johnston2016-03-091-2/+2
| * | | 2016.72Matt Johnston2016-03-092-1/+6
| * | | Validate xauth inputMatt Johnston2016-03-091-2/+25
* | | | Merge pull request #22 from Chocobo1/travisMatt Johnston2016-01-2017-65/+191
|\ \ \ \
| * \ \ \ 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
| * | | | Don't fail if can't get the usernameMatt Johnston2016-01-191-6/+2