summaryrefslogtreecommitdiff
path: root/lib/fuzzing
AgeCommit message (Expand)AuthorFilesLines
2022-05-12fuzz: add lzxpress compress/decompress round-tripDouglas Bagnall2-0/+58
2022-05-12fuzz: add fuzz_lzxpress_compressDouglas Bagnall2-0/+40
2022-03-29lib/fuzzing/README.md: don't use waf directlyStefan Metzmacher1-6/+6
2022-02-24lib:fuzzing: Reformat shell scriptsAndreas Schneider3-67/+65
2021-12-10s3:rpc_server: Activate samba-dcerpcdVolker Lendecke1-1/+1
2021-10-04lib:fuzzing: Fix quoting of --fuzz-target-ldflagsAndreas Schneider1-1/+1
2021-09-09fuzzing/oss-fuzz: strip RUNPATH from dependenciesUri Simchoni1-0/+14
2021-09-09fuzzing/oss-fuzz: fix samba build script for Ubuntu 20.04Uri Simchoni1-1/+4
2021-09-09fuzzing/oss-fuzz: fix RPATH comments for post-Ubuntu-16.04 eraUri Simchoni2-11/+6
2021-09-09fuzzing/oss-fuzz: fix image build recipe for Ubuntu 20.04Uri Simchoni1-1/+1
2021-07-05fuzz: add fuzz_parse_lpq_entryDouglas Bagnall2-0/+70
2021-07-05fuzz: fix multiple comment headersDouglas Bagnall6-6/+6
2021-04-06oss-fuzz: Update build script to be compatible with rpm distrosSamuel Cabrero1-1/+5
2021-03-16fuzz:afl main: run the initialisation functionDouglas Bagnall1-1/+9
2021-03-16fuzz: add a LLVMFuzzerInitialize() to all fuzzersDouglas Bagnall8-0/+48
2021-03-16fuzz:afl main: add a diagnostic messageDouglas Bagnall1-0/+2
2021-03-16fuzz/afl main: don't treat fuzzer as fuzzeeDouglas Bagnall1-2/+2
2020-10-23oss-fuzz: Add very verbose explaination for RPATH vs RUNPATHAndrew Bartlett1-3/+140
2020-10-22oss-fuzz: Always run the check, even on the oss-fuzz platformAndrew Bartlett2-118/+143
2020-10-22oss-fuzz: update comment to reference RPATH for the static-ish binariesAndrew Bartlett1-1/+1
2020-10-22oss-fuzz: standardise on RPATH for the static-ish binariesAndrew Bartlett2-14/+20
2020-10-22fuzzing: Improve robustness and documentation of the ldd-base library copyAndrew Bartlett1-3/+16
2020-10-21fuzzing: Fix the oss-fuzz coverage buildAndrew Bartlett1-1/+8
2020-10-21fuzz/oss-fuzz/build_samba: fetch fuzz seedsDouglas Bagnall2-0/+27
2020-10-21fuzz/oss-fuzz/build-samba: note the calling siteDouglas Bagnall1-1/+6
2020-10-21fuzzing/README: link to wikiDouglas Bagnall1-1/+3
2020-10-20fuzz_dcerpc_parse_binding: don't leakDouglas Bagnall1-1/+3
2020-10-16fuzz: add fuzz_cli_credentials_parse_stringDouglas Bagnall2-0/+62
2020-10-16fuzz: add fuzz_dcerpc_parse_bindingDouglas Bagnall2-0/+73
2020-09-11oss-fuzz: standardise on RUNPATH for the static-ish binariesAndrew Bartlett1-0/+11
2020-08-26oss-fuzz: Ensure a UTF8 locale is set for the samba buildAndrew Bartlett1-0/+6
2020-08-26oss-fuzz: Try harder to ensure we always fail fastAndrew Bartlett1-1/+8
2020-08-03oss-fuzz: use uninstrumented dynamic pythonDouglas Bagnall1-0/+6
2020-05-04CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decodeGary Lockyer1-1/+8
2020-05-04CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer1-1/+5
2020-02-27fuzzing: ndr set global_max_recursion.Gary Lockyer1-0/+1
2020-01-17fuzz_oLschema2ldif: check multiple possible NULLsDouglas Bagnall1-0/+11
2020-01-17fuzzing: check for NULL on ldb_init()Douglas Bagnall3-2/+11
2020-01-15fuzz: add nmblib/parse_packet targetDouglas Bagnall2-0/+61
2020-01-15fuzz: ldb binary decode/enodeDouglas Bagnall2-0/+54
2020-01-15fuzz: add ldb ldif fuzzerDouglas Bagnall2-0/+52
2020-01-15fuzz: ldb_dn parsingDouglas Bagnall2-0/+49
2020-01-12fuzz: add a fuzzer for parsing ldb controlsDouglas Bagnall2-0/+51
2020-01-12fuzz_ldap_decode: do not print to stdoutDouglas Bagnall1-1/+0
2020-01-12decode_ndr_X_crash: always find pipe in honggfuzz fileDouglas Bagnall1-1/+1
2019-12-18lib/fuzzing and librpc: Do not generate fuzzers for pointless targetsAndrew Bartlett1-3/+0
2019-12-18lib/fuzzer: Allow coverage build for oss-fuzzAndrew Bartlett1-0/+3
2019-12-18lib/fuzzing: Allow load of fuzz inputs as files on the command lineAndrew Bartlett1-0/+14
2019-12-18lib/fuzzing: Initialise st buffer in fuzz_ndr_XAndrew Bartlett1-0/+10
2019-12-11lib/fuzzing: Fix argument order to ldb_filter_from_tree in fuzz_ldb_parse_treeAndrew Bartlett1-1/+1