summaryrefslogtreecommitdiff
path: root/lib/fuzzing/fuzz_ndr_X.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-22fuzz:fuzz_ndr_X: don't skip printing on push errorDouglas Bagnall1-2/+8
2024-03-22fuzzing: fuzz_ndr_X ndr_print does printingDouglas Bagnall1-7/+13
2023-11-01librpc:ndr: Introduce ‘ndr_flags_type’ typeJoseph Sutton1-1/+1
2023-11-01librpc:ndr: Introduce ‘libndr_flags’ typeJoseph Sutton1-1/+1
2023-08-08lib/fuzzing: LLVMFuzzerTestOneInput() takes const uint8_t*Douglas Bagnall1-1/+1
2023-04-03lib:fuzzing: Fix code spellingAndreas Schneider1-1/+1
2021-07-05fuzz: fix multiple comment headersDouglas Bagnall1-1/+1
2021-03-16fuzz: add a LLVMFuzzerInitialize() to all fuzzersDouglas Bagnall1-0/+6
2020-02-27fuzzing: ndr set global_max_recursion.Gary Lockyer1-0/+1
2019-12-18lib/fuzzing: Initialise st buffer in fuzz_ndr_XAndrew Bartlett1-0/+10
2019-12-11lib/fuzzing: Split up automatically build fuzzers into TYPE_{IN,OUT,STRUCT}Andrew Bartlett1-0/+14
2019-12-10lib/fuzzer: Allow building a fuzz binary for just one interfaceAndrew Bartlett1-0/+15
2019-12-10lib/fuzzing: add fuzz_ndr_XDouglas Bagnall1-0/+291