summaryrefslogtreecommitdiff
path: root/plugins/audit_json/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Add adminconfdir and --enable-adminconf to set it.Todd C. Miller2023-05-021-1/+2
* Sync clean target with other Makefile.in files.Todd C. Miller2022-10-211-2/+2
* Use abs_top_builddir instead of `pwd`/$(top_builddir).Todd C. Miller2022-06-021-1/+2
* Rename SSP_(C|LD)FLAGS -> HARDENING_(C|LD)FLAGSTodd C. Miller2022-04-011-6/+6
* Add check-verbose Makefile target that runs tests in verbose mode.Todd C. Miller2022-03-021-0/+2
* Move autoconf auxiliary files to the scripts directory.Todd C. Miller2021-04-061-1/+1
* Add a new "fuzz" target that executes the fuzzers for 8192 runs each.Todd C. Miller2021-03-181-0/+2
* Rename "fuzz" makefile target to "check-fuzzer".Todd C. Miller2021-03-181-2/+2
* Add clean rules to .PHONY target.Todd C. Miller2021-02-191-0/+2
* Add install-fuzz Makefile target to install the fuzzers and seed corpus.Todd C. Miller2021-02-181-0/+2
* Add fuzz Makefile target and run fuzzer corpus in make check.Todd C. Miller2021-02-081-0/+2
* Remove the --force option from the cppcheck args, it causes errors.Todd C. Miller2021-01-061-1/+1
* Minor fixes pointed out by cppcheck.Todd C. Miller2021-01-021-1/+1
* Move some scripts from the top level src dir to a scripts dir.Todd C. Miller2020-02-061-2/+3
* Example audit plugin that writes JSON output to a log file.Todd C. Miller2020-01-301-0/+219