From aecb20a2646520d04e09fe37ea10cd5cc0a93f7b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 25 May 2006 19:34:05 +0000 Subject: r15892: Remove the COM management code - DCOM should be based on Mono and its' COM support and utilize Samba's DCE/RPC + ORPC code instead of having our own COM implementation in Samba, which is too much work to implement and harder to code (C). This only removes some of the code that I started working on to implement the bits of COM I thought were needed to support DCOM from just Samba. This code has never functioned properly, contains a couple of nasty hacks and there should be no reason to pick it up again later, the processes are all documented in the DCOM whitepaper. This does NOT remove the marshalling code for the ORPC code or the torture code that tested some of the ORPC code. (This used to be commit 11df14219bf0b35329b293cae3234e064aabde54) --- source4/rpc_server/config.mk | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'source4/rpc_server/config.mk') diff --git a/source4/rpc_server/config.mk b/source4/rpc_server/config.mk index 473b0a3df7..afe18217c1 100644 --- a/source4/rpc_server/config.mk +++ b/source4/rpc_server/config.mk @@ -12,24 +12,6 @@ OBJ_FILES = \ # End SUBSYSTEM DCERPC_COMMON ################################################ -################################################ -# Start MODULE dcerpc_dcom -[MODULE::dcerpc_dcom] -ENABLE = NO -INIT_FUNCTION = dcerpc_server_dcom_init -SUBSYSTEM = dcerpc_server -OBJ_FILES = \ - dcom/oxidresolver.o \ - dcom/rot.o \ - dcom/rodb.o \ - dcom/remact.o \ - librpc/gen_ndr/ndr_dcom_d.o -PUBLIC_DEPENDENCIES = \ - DCERPC_COMMON \ - dcom -# End MODULE dcerpc_dcom -################################################ - ################################################ # Start MODULE dcerpc_rpcecho [MODULE::dcerpc_rpcecho] -- cgit