aboutsummaryrefslogtreecommitdiff
path: root/projects/hostap
AgeCommit message (Collapse)Author
2021-08-25[Ubuntu upgrade] Disable MSAN in projects that will have false positives. ↵jonathanmetzman
(#6303) Do this based mostly on instrumented_libraries and more tests. Related: #6180
2020-12-10Populate a bunch of main_repo values. (#4815)Oliver Chang
Also enforce this for future integrations.
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
2020-06-07Install latest cmake, make easy to install i386 packages (#3943)Abhishek Arya
Fixes #3124, #2751
2020-04-24[hostap] Add missing libssl-dev dependency (#3673)Marco Elver
Recent builds have started failing due to libssl-dev missing -- presumably the base image no longer includes this. Fix this by installing libssl-dev.
2020-03-10[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Max Moroz
* [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-02-14[hostap] Enable dataflow config. (#3394)Max Moroz
2019-08-23Enable i386 fuzzing on another 11 projects (#2752)jonathanmetzman
2019-06-13[hostap] Switch to new fuzz targets (#2499)Marco Elver
2019-05-27[hostap] Fix build (#2466)Marco Elver
1. Ensure targets are re-linked after re-compiling libfuzzer_entry.o 2. Don't rely on LIBS to link libfuzzer_entry.o correctly (cannot reproduce bot build failure, but log suggests this is the issue).
2019-05-24[hostap] Add hostap fuzzers (#2413)Marco Elver