summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2016-03-16fix empty C prototypesFrancois Perrad
2016-03-16add static in function definitionFrancois Perrad
2016-03-16add parentheses to macroFrancois Perrad
2016-03-16const variablesFrancois Perrad
2016-03-16explicitly initialization of static variablesFrancois Perrad
2016-03-16Suspicious use of ;Francois Perrad
2016-03-16rename loop variableFrancois Perrad
2016-03-16Suspicious use of &Francois Perrad
2016-03-16add comment FALLTHROUGH which recognize by many lint toolsFrancois Perrad
2016-03-16put default in switch/caseFrancois Perrad
2016-03-16remove unreachable codeFrancois Perrad
2016-03-16use #ifdef like everywhereFrancois Perrad
2016-03-15Merge pull request #23 from Chocobo1/travis_fixMatt Johnston
2016-03-15Merge branch 'fperrad-20151231_indent'Matt Johnston
2016-03-15Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fp...Matt Johnston
2016-03-12Get rid of group15, move group16 to sha512.Matt Johnston
2016-03-10merge github masterMatt Johnston
2016-03-10allow specifying dropbearmulti command as an argumentMatt Johnston
2016-03-10merge 2016.72Matt Johnston
2016-03-10Added signature for changeset fd1981f41c62Matt Johnston
2016-03-10Added tag DROPBEAR_2016.72 for changeset 78b12b6549beMatt Johnston
2016-03-09debian changelogMatt Johnston
2016-03-092016.72Matt Johnston
2016-03-09Validate xauth inputMatt Johnston
2016-01-21TravisCI: re-enable MULTI=1 & NOWRITEV=1 builds on OSX, fixes d416a9bChocobo1
2016-01-20Merge pull request #22 from Chocobo1/travisMatt Johnston
2016-01-20Merge pull request #21 from Chocobo1/fixMatt Johnston
2016-01-19Don't fail if can't get the usernameMatt Johnston
2016-01-19scp: Have `fatal()' append a newline to the messageMichael Witten
2016-01-19Add note about OpenSSH originMatt Johnston
2016-01-15add dh group15 and group16, disabled by defaultMatt Johnston
2016-01-14Move dh group constants to a separate fileMatt Johnston
2016-01-11TravisCI: fix linux + clang compileChocobo1
2016-01-11TravisCI: use `if` blockChocobo1
2016-01-11TravisCI: enable osx buildsChocobo1
2016-01-05Fix parentheses weird placementChocobo1
2016-01-05TravisCI: enable build with clangChocobo1
2016-01-05TravisCI: enable parallel buildChocobo1
2016-01-05TravisCI: modify to run builds in containerChocobo1
2016-01-05Fix print format specifierChocobo1
2016-01-05Fix "Pointer to local array variable returned"Chocobo1
2016-01-04Merge pull request #20 from kingosticks/debian-init-short-descriptionMatt Johnston
2016-01-03Added missing init info field to debian init script.Nick Steel
2016-01-01more hard tabFrancois Perrad
2015-12-31refactor indentation with hard tabFrancois Perrad
2015-12-18use exec for proxycommandMatt Johnston
2015-12-15revert removal of space handling, different fix for avoiding option prefixMatt Johnston
2015-12-15Don't allow spaces and don't get confused by -o usesyslogd=yesMatt Johnston
2015-12-15unknown options should be non-fatalMatt Johnston
2015-12-15rename killchild to kill_proxy_sighandlerMatt Johnston