summaryrefslogtreecommitdiff
path: root/lib/fuzzing
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-06-18 19:11:19 +0200
committerVolker Lendecke <vl@samba.org>2021-12-10 14:02:30 +0000
commita7c65958a15149918415b7456d6f20ee8c9669d2 (patch)
treeeefef276bc9e3bc68924e7a4316463acefba0d72 /lib/fuzzing
parentd522a8cce12043903ecf4f66835eb69367cdde17 (diff)
downloadsamba-a7c65958a15149918415b7456d6f20ee8c9669d2.tar.gz
s3:rpc_server: Activate samba-dcerpcd
This is the big switch to use samba-dcerpcd for the RPC services in source3/. It is a pretty big and unordered patch, but I don't see a good way to split this up into more manageable pieces without sacrificing bisectability even more. Probably I could cut out a few small ones, but a major architechtural switch like this will always be messy. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Samuel Cabrero <scabrero@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/fuzzing')
-rw-r--r--lib/fuzzing/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fuzzing/wscript_build b/lib/fuzzing/wscript_build
index 82232e1a2bd..9bfb049e5c0 100644
--- a/lib/fuzzing/wscript_build
+++ b/lib/fuzzing/wscript_build
@@ -19,7 +19,7 @@ bld.SAMBA_BINARY('fuzz_tiniparser',
bld.SAMBA_BINARY('fuzz_parse_lpq_entry',
source='fuzz_parse_lpq_entry.c',
- deps='fuzzing afl-fuzz-main smbd_base',
+ deps='fuzzing afl-fuzz-main smbd_base PRINTING',
fuzzer=True)
bld.SAMBA_BINARY('fuzz_oLschema2ldif',