summaryrefslogtreecommitdiff
path: root/lib/fuzzing
Commit message (Expand)AuthorAgeFilesLines
...
* fuzz: add a fuzzer for parsing ldb controlsDouglas Bagnall2020-01-122-0/+51
* fuzz_ldap_decode: do not print to stdoutDouglas Bagnall2020-01-121-1/+0
* decode_ndr_X_crash: always find pipe in honggfuzz fileDouglas Bagnall2020-01-121-1/+1
* lib/fuzzing and librpc: Do not generate fuzzers for pointless targetsAndrew Bartlett2019-12-181-3/+0
* lib/fuzzer: Allow coverage build for oss-fuzzAndrew Bartlett2019-12-181-0/+3
* lib/fuzzing: Allow load of fuzz inputs as files on the command lineAndrew Bartlett2019-12-181-0/+14
* lib/fuzzing: Initialise st buffer in fuzz_ndr_XAndrew Bartlett2019-12-181-0/+10
* lib/fuzzing: Fix argument order to ldb_filter_from_tree in fuzz_ldb_parse_treeAndrew Bartlett2019-12-111-1/+1
* lib/fuzzing: Split up automatically build fuzzers into TYPE_{IN,OUT,STRUCT}Andrew Bartlett2019-12-112-3/+19
* lib/fuzzing: Ensure mem_ctx is freed each time fuzz_ldb_parse_tree is runAndrew Bartlett2019-12-111-2/+3
* autobuild: extend autobuild with samba-fuzz job to build the fuzzers in AFL m...Andrew Bartlett2019-12-112-1/+31
* bootstrap: Add chrpath as a required packageAndrew Bartlett2019-12-101-3/+0
* lib/fuzzing Truncate the original files after RUNPATH manipulation in build.shAndrew Bartlett2019-12-101-0/+3
* lib/fuzzing Add comments to explain RUNPATH manipulation in build.shAndrew Bartlett2019-12-101-0/+5
* lib/fuzzing: Support an oss-fuzz build with either address or undefined behav...Andrew Bartlett2019-12-101-1/+17
* lib/fuzzing: Remove oss-fuzz build.sh stub from the Samba repoAndrew Bartlett2019-12-102-7/+0
* oss-fuzz: Align build.sh sh parameters with pattern from the oss-fuzz projectAndrew Bartlett2019-12-101-1/+1
* fuzz/decode_ndr_X_crash: -f to filter crashes by regexDouglas Bagnall2019-12-101-0/+12
* lib/fuzzing: Add mode for the AFL fuzzerAndrew Bartlett2019-12-103-13/+83
* lib/fuzzing: Also confirm we can make a string filter from the parsed tree in...Andrew Bartlett2019-12-101-0/+2
* lib/fuzzing: Tell the compiler we know we are ignoring errors in fuzz_reg_parseAndrew Bartlett2019-12-101-2/+1
* lib/fuzzer: Allow building a fuzz binary for just one interfaceAndrew Bartlett2019-12-102-4/+37
* lib/fuzzer: Remove rudundent install=False flag from fuzz_ndr_X build ruleAndrew Bartlett2019-12-101-1/+0
* lib/fuzzing: Link only the required NDR_ subsystems into ndr_fuzz_X binariesAndrew Bartlett2019-12-101-2/+7
* fuzzing/decode_ndr_X: read crashes from a HONGGFUZZ reportDouglas Bagnall2019-12-101-2/+25
* lib/fuzzing/decode_ndr_X: print less by default, avoid pipeDouglas Bagnall2019-12-101-15/+28
* fuzzing: Add script decode_ndr_X_crash to decode crash resultsDouglas Bagnall2019-12-101-0/+89
* lib/fuzzing: add fuzz_ndr_XDouglas Bagnall2019-12-102-0/+371
* lib/fuzzing: Add oss-fuzz info to README.mdAndrew Bartlett2019-11-211-0/+26
* lib/fuzzing/oss-fuzz: copy required libraries to the build targetAndrew Bartlett2019-11-201-1/+14
* lib/fuzzing/oss-fuzz: Install chrpath as we use it in the build.sh script to ...Andrew Bartlett2019-11-201-0/+2
* lib/fuzzing/oss-fuzz: Add build_image.sh using Samba's bootstrap toolsDouglas Bagnall2019-11-202-5/+26
* lib/fuzzing/oss-fuzz: add stub build.sh that will not change oftenAndrew Bartlett2019-11-201-0/+6
* lib/fuzzing/oss-fuzz: Add build_samba.sh for oss-fuzzAndrew Bartlett2019-11-201-0/+21
* lib/fuzzing: Use --fuzz-target-ldflags if specifiedAndrew Bartlett2019-11-201-1/+1
* build: Set fuzzer=True on fuzzer binariesDouglas Bagnall2019-11-201-20/+7
* lib/fuzzing: Free memory after successful load in fuzz_tiniparserAndrew Bartlett2019-11-181-1/+5
* lib/fuzzing: Avoid NULL pointer de-ref from 0-length inputAndrew Bartlett2019-11-182-1/+17
* Add fuzzing binary for ldb_parse_treeMichael Hanselmann2019-10-182-0/+57
* Add fuzzing binary for ldap_decodeMichael Hanselmann2019-10-182-0/+63
* Add fuzzing binary for lzxpressMichael Hanselmann2019-10-182-0/+42
* Add fuzzing binary for regfioMichael Hanselmann2019-10-182-0/+75
* Add fuzzing binary for reg_parseMichael Hanselmann2019-10-182-0/+54
* Add fuzzing binary for oLschema2ldifMichael Hanselmann2019-08-072-0/+59
* Add fuzzing binary for tiniparserMichael Hanselmann2019-08-072-0/+45
* Add fuzzing support to build systemMichael Hanselmann2019-08-074-0/+93