Commit Graph

18 Commits

Author SHA1 Message Date
Matt Johnston ccfbc21676
dropbear: move corpus out of the source checkout (#5315)
This should fix cifuzz which replaces the checkout
2021-03-07 06:21:39 -08:00
Matt Johnston 6c544d1760
dropbear: Use github so cifuzz might work (#5312) 2021-03-06 08:12:23 -08:00
DavidKorczynski 9c92302ad5
dropbear: enable afl and simplify project yaml (#5150)
* dropbear: enable afl and simplify project yaml.

* dropbear: fixup project yaml and copyrights.
2021-02-21 16:07:11 -08:00
Matt Johnston 0fea8a84f8
dropbear: set 4 builds per day (#4801) 2020-12-08 10:21:02 -08:00
Matt Johnston 0a691dcbff
[dropbear] Disable zlib (#4551) 2020-10-20 09:48:56 -07:00
Matt Johnston 951403b075
[dropbear] Change Mercurial repo to hg.ucc.asn.au (#4204) 2020-07-28 16:02:47 -07:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Max Moroz e6a5e0a666
[honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591). (#3609)
* [honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591).

* rename fuzzing puzzles target
2020-04-09 13:47:54 -07:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [presubmit] Enforce language attribute in projectt.yaml to be always set.

* Update documentation, better presubmit check, new project template.

* add docstring to templates.py

* Add example values in the project.yaml template and remove python value for now

* Add "project: c++" to 256 projects

* format

* Add labels and selective_unpack sections to the presubmit check

* fix incorrect auto_ccs format in three projects

* fix nss emails after rebase
2020-03-10 11:08:01 -07:00
Matt Johnston 1bdad3560d [dropbear] Disable AFL to avoid timeouts (#2474)
* Copy dictionaries

* disable AFL to avoid timeouts in initialisation
2019-05-30 08:08:22 -07:00
Matt Johnston 62a6a21710 copy dict to build (#1223) 2018-03-09 07:43:52 -08:00
Matt Johnston e91a750105 Enable msan for dropbear (#1213) 2018-03-05 07:36:55 -08:00
Matt Johnston b592556183 Use Dropbear main branch (#1200) 2018-02-28 06:47:00 -08:00
Robin Alexander Richtsfeld 2dfd739d38 Clean Shell Scripts (#999)
* Clean all.sh

Double quote array expansions, otherwise they're like $* and break on spaces.

* Clean dropbear/build.sh

In POSIX sh, 'pushd' is not supported.
In POSIX sh, 'popd' is not supported.

* Clean woff2/build.sh

Iterating over ls output is fragile. Use globs.

* Clean tinyxml2/build.sh

Add shebang
2017-11-20 12:22:57 -08:00
Matt Johnston e17dcc7a73 Dropbear: Use correct path for options (#692) 2017-06-27 06:54:44 -07:00
Matt Johnston abdf4c4321 Disable hardened build flags (#690)
-pic prevents linking with static libz.a
2017-06-25 15:49:38 -07:00
Matt Johnston e91a509873 Dropbear SSH fuzzer working (#618) 2017-05-22 08:24:44 -07:00
Matt Johnston 480fef93ad Add Dropbear SSH (#122)
thanks!
2016-12-02 15:06:46 -08:00