summaryrefslogtreecommitdiff
path: root/lib/fuzzing
Commit message (Expand)AuthorAgeFilesLines
* oss-fuzz: Add very verbose explaination for RPATH vs RUNPATHAndrew Bartlett2020-10-231-3/+140
* oss-fuzz: Always run the check, even on the oss-fuzz platformAndrew Bartlett2020-10-222-118/+143
* oss-fuzz: update comment to reference RPATH for the static-ish binariesAndrew Bartlett2020-10-221-1/+1
* oss-fuzz: standardise on RPATH for the static-ish binariesAndrew Bartlett2020-10-222-14/+20
* fuzzing: Improve robustness and documentation of the ldd-base library copyAndrew Bartlett2020-10-221-3/+16
* fuzzing: Fix the oss-fuzz coverage buildAndrew Bartlett2020-10-211-1/+8
* fuzz/oss-fuzz/build_samba: fetch fuzz seedsDouglas Bagnall2020-10-212-0/+27
* fuzz/oss-fuzz/build-samba: note the calling siteDouglas Bagnall2020-10-211-1/+6
* fuzzing/README: link to wikiDouglas Bagnall2020-10-211-1/+3
* fuzz_dcerpc_parse_binding: don't leakDouglas Bagnall2020-10-201-1/+3
* fuzz: add fuzz_cli_credentials_parse_stringDouglas Bagnall2020-10-162-0/+62
* fuzz: add fuzz_dcerpc_parse_bindingDouglas Bagnall2020-10-162-0/+73
* oss-fuzz: standardise on RUNPATH for the static-ish binariesAndrew Bartlett2020-09-111-0/+11
* oss-fuzz: Ensure a UTF8 locale is set for the samba buildAndrew Bartlett2020-08-261-0/+6
* oss-fuzz: Try harder to ensure we always fail fastAndrew Bartlett2020-08-261-1/+8
* oss-fuzz: use uninstrumented dynamic pythonDouglas Bagnall2020-08-031-0/+6
* CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decodeGary Lockyer2020-05-041-1/+8
* CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer2020-05-041-1/+5
* fuzzing: ndr set global_max_recursion.Gary Lockyer2020-02-271-0/+1
* fuzz_oLschema2ldif: check multiple possible NULLsDouglas Bagnall2020-01-171-0/+11
* fuzzing: check for NULL on ldb_init()Douglas Bagnall2020-01-173-2/+11
* fuzz: add nmblib/parse_packet targetDouglas Bagnall2020-01-152-0/+61
* fuzz: ldb binary decode/enodeDouglas Bagnall2020-01-152-0/+54
* fuzz: add ldb ldif fuzzerDouglas Bagnall2020-01-152-0/+52
* fuzz: ldb_dn parsingDouglas Bagnall2020-01-152-0/+49
* 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