summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-05-18merge main to fuzzMatt Johnston
--HG-- branch : fuzz
2017-05-18better harnessMatt Johnston
--HG-- branch : fuzz
2017-05-18setup svr_dropbear_exitMatt Johnston
--HG-- branch : fuzz
2017-05-18merge mainMatt Johnston
2017-05-18merge 2017.75Matt Johnston
2017-05-18Added signature for changeset 5c9207ceedaeMatt Johnston
2017-05-18Added tag DROPBEAR_2017.75 for changeset c31276613181Matt Johnston
2017-05-18fix changelog for atomic dropbearkeyMatt Johnston
2017-05-17bump version to 2017.75Matt Johnston
2017-05-17changes for 2017.75Matt Johnston
2017-05-14rename fuzzer -> fuzz-target, add list-fuzz-targetsMatt Johnston
--HG-- branch : fuzz
2017-05-13Use CXX to link fuzzer, also link with $FUZZLIBMatt Johnston
--HG-- branch : fuzz
2017-05-13crypto_init()Matt Johnston
--HG-- branch : fuzz
2017-05-13fix buf->pos when shrinkingMatt Johnston
--HG-- branch : fuzz
2017-05-13fuzz harnessMatt Johnston
--HG-- branch : fuzz
2017-05-12copy over some fuzzing code from AFL branchMatt Johnston
--HG-- branch : fuzz
2017-05-12notsocket changes from afl branchMatt Johnston
--HG-- branch : fuzz
2016-11-19Use atomic key generation in all casesMatt Johnston
2016-11-19Use atomic key generation in all casesMatt Johnston
2016-11-18Merge pull request #27 from fperrad/20160325_lintMatt Johnston
more linting
2016-11-18Merge pull request #26 from fperrad/kill_krMatt Johnston
remove K&R old style code
2016-11-15initialize variable and protect against NULL dereferencementFrancois Perrad
2016-11-15initialize variableFrancois Perrad
2016-11-15remove duplicated includeFrancois Perrad
2016-11-15upgrade atomicioFrancois Perrad
in order to remove K&R code in atomicio.c now, vwrite comes from atomicio.h
2016-11-15upgrade strlcatFrancois Perrad
in order to remove K&R code
2016-09-15add CVEs and patch urlsMatt Johnston
2016-09-09mergeMatt Johnston
2016-09-01ses.debug_trace is wrongMatt Johnston
2016-07-22merge githubMatt Johnston
2016-07-21merge 2016.74Matt Johnston
2016-07-21Added signature for changeset 9030ffdbe562Matt Johnston
2016-07-21Added tag DROPBEAR_2016.74 for changeset 0ed3d2bbf956Matt Johnston
2016-07-21mention regression releaseMatt Johnston
2016-07-21bump versionMatt Johnston
2016-07-21changelogsMatt Johnston
2016-06-21mergeMatt Johnston
2016-06-19make sure socket is of the right domainMatt Johnston
2016-05-12Merge pull request #29 from hno/patch-out-of-treeMatt Johnston
Support out-of-tree builds usign bundled libtom
2016-05-11Support out-of-tree builds usign bundled libtomHenrik Nordström
When building out-of-tree we need both source and generated folders in include paths to find both distributed and generated headers.
2017-05-16listenaddr must be mallocedMatt Johnston
2017-05-13reduce buf->pos if shrinkingMatt Johnston
2016-09-15add CVEs and patch urlsMatt Johnston
2017-05-10free forced_commandMatt Johnston
2017-05-10switch user when opening authorized_keysMatt Johnston
2016-05-11Support out-of-tree builds usign bundled libtomHenrik Nordström
When building out-of-tree we need both source and generated folders in include paths to find both distributed and generated headers.
2016-05-04Add generated header default_options.h to version control.Matt Johnston
This is a workaround since I cannot figure how to get dependencies to work properly with "make -j"
2016-05-04message about truncated bannerMatt Johnston
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-05-02options for disabling "normal" DHMatt Johnston