Commit Graph

18 Commits

Author SHA1 Message Date
Damien Miller 65637510f4
dump config.log when configure fails (#6981)
* dump config.log when configure fails

Motivated by https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41899
which I'm unable to debug locally, but would have also saved time for
previous failures at configure time, e.g.
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41424

* send config.log to stderr too

Co-authored-by: Damien Miller <djm@google.com>
2021-12-08 10:27:48 -05:00
Darren Tucker cc6859d01c
Disable zlib version check as it prevents building (#6920) 2021-11-28 15:01:17 +00:00
jonathanmetzman 03d18372d5
Reland [Ubuntu upgrade] Fix projects so they don't break with upgrade (#6313)
This reverts commit 878c32419c.

Related: #6180
2021-08-26 09:53:49 -07:00
Oliver Chang 878c32419c
Revert "[Ubuntu upgrade] Fix projects so they don't break with upgrade. (#6304)" (#6306)
This reverts commit 5549d804b3.
2021-08-26 15:42:34 +10:00
jonathanmetzman 5549d804b3
[Ubuntu upgrade] Fix projects so they don't break with upgrade. (#6304)
Fix projects so they don't break with upgrade.
These fixes are likely not backwards compatible and will fail on
Ubuntu 16.04.
Related: #6180
2021-08-25 22:14:52 -07:00
Darren Tucker 8bc2a7fb27
Correct my email address in the openssh cc list. (#6010) 2021-07-08 21:08:10 -07:00
Damien Miller 9a1e4008b2
[openssh] enable recently-added ssh-agent fuzzer (#5294)
Co-authored-by: Damien Miller <djm@google.com>
2021-03-03 21:23:54 -08:00
Damien Miller 62f70575c5
Enable fuzzing of key exchange (#5066)
* enable null cipher for fuzz tests

* hook key exchange fuzzer into build

Co-authored-by: Damien Miller <djm@google.com>
2021-01-28 16:51:47 -08:00
Abhishek Arya 1d5a2cd84e
Fill in main_repo for several projects. (#4816)
* Fill in main_repo for several projects.

* Add some go repos.
2020-12-09 21:52:40 -08: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 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
Damien Miller 01f882f4ec unbreak compilation after FIDO chanegs (#3173) 2020-01-02 14:12:19 +11:00
Damien Miller 641de9e1ac Enable recently-added privkey_fuzz target (#2930) 2019-10-08 20:13:27 -07:00
Damien Miller 8483aa8b88 enable (brand new) sshsig options parsing fuzzer (#2803) 2019-09-05 07:19:16 -07:00
Damien Miller f508b116de [openssh] add sshsig fuzzer (#2802) 2019-09-04 21:47:42 -07:00
jonathanmetzman 3049c50d48
Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2019-05-01 11:09:55 -04:00
Damien Miller 2b49be2eaa Updates for OpenSSH fuzzing (#2306)
* Enable experimental XMSS keys for fuzzing

* Enable auth options fuzzer
2019-04-10 13:31:45 +10:00
Damien Miller 91a91ef445 Add openssh project (#834)
* Add openssh project

This includes fuzzers for public key parsing and signature verification
so far, as well as seed corpora.

* fix MAINTAINER email address
2017-09-08 07:53:15 -07:00