From a7c65958a15149918415b7456d6f20ee8c9669d2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 18 Jun 2021 19:11:19 +0200 Subject: 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 Reviewed-by: Samuel Cabrero Reviewed-by: Jeremy Allison Reviewed-by: Stefan Metzmacher --- lib/fuzzing/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/fuzzing') 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', -- cgit v1.2.1