summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorSamuel Cabrero <scabrero@suse.de>2019-05-28 17:01:36 +0200
committerSamuel Cabrero <scabrero@sn-devel-184>2020-03-20 15:36:36 +0000
commite8e4ecfb8b92b99b6d566ea79a4268738e486f6a (patch)
treedb4919a176c4468ebcdf140bee73216fe57599e5 /librpc
parent4c09839ec9991bd7c1019242d5691fce123a0ec3 (diff)
downloadsamba-e8e4ecfb8b92b99b6d566ea79a4268738e486f6a.tar.gz
s3:rpc_server: Do not generate and build s3 RPC server code
Signed-off-by: Samuel Cabrero <scabrero@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/wscript_build10
-rw-r--r--librpc/wscript_build5
2 files changed, 5 insertions, 10 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build
index 7acf5542fa2..928f54abde0 100644
--- a/librpc/idl/wscript_build
+++ b/librpc/idl/wscript_build
@@ -11,7 +11,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
svcctl.idl wkssvc.idl eventlog6.idl backupkey.idl
witness.idl clusapi.idl
mdssvc.idl''',
- options='--header --ndr-parser --samba3-ndr-server --server-compat --server --client --python',
+ options='--header --ndr-parser --server-compat --server --client --python',
output_dir='../gen_ndr')
# The interface names here are not the same as the IDL name, so the
@@ -21,7 +21,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
fsrvp.idl
lsa.idl
winspool.idl''',
- options='--header --ndr-parser --samba3-ndr-server --server-compat --server --client --python',
+ options='--header --ndr-parser --server-compat --server --client --python',
output_dir='../gen_ndr',
generate_fuzzers=False)
@@ -34,14 +34,14 @@ bld.SAMBA_PIDL_LIST('PIDL',
# Services that we only have a server in the source3 style
bld.SAMBA_PIDL_LIST('PIDL',
'''initshutdown.idl ntsvcs.idl''',
- options='--header --ndr-parser --client --python --samba3-ndr-server --server-compat',
+ options='--header --ndr-parser --client --python --server-compat',
output_dir='../gen_ndr')
# The interface names here are not the same as the IDL name, so the
# auto-genration of the fuzzer fails to link
bld.SAMBA_PIDL_LIST('PIDL',
'''dfs.idl''',
- options='--header --ndr-parser --client --python --samba3-ndr-server --server-compat',
+ options='--header --ndr-parser --client --python --server-compat',
output_dir='../gen_ndr',
generate_fuzzers=False)
@@ -170,6 +170,6 @@ bld.SAMBA_PIDL_LIST('PIDL',
bld.SAMBA_PIDL_LIST('PIDL',
'winbind.idl',
- options='--header --ndr-parser --samba3-ndr-server --server-compat --client --python',
+ options='--header --ndr-parser --server-compat --client --python',
output_dir='../gen_ndr')
diff --git a/librpc/wscript_build b/librpc/wscript_build
index f0bf7f7785e..928c96dbae4 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -678,11 +678,6 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_WINBIND',
public_deps='dcerpc NDR_WINBIND'
)
-bld.SAMBA3_SUBSYSTEM('SRV_NDR_WINBIND',
- source='gen_ndr/srv_winbind.c',
- public_deps='NDR_WINBIND'
- )
-
bld.SAMBA_SUBSYSTEM('NDR_FSRVP_STATE',
source='gen_ndr/ndr_fsrvp_state.c',
public_deps='ndr'