r15892: Remove the COM management code - DCOM should be
authorJelmer Vernooij <jelmer@samba.org>
Thu, 25 May 2006 19:34:05 +0000 (19:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:08:37 +0000 (14:08 -0500)
commitaecb20a2646520d04e09fe37ea10cd5cc0a93f7b
tree01679a2dfaf8900a8b0cf0c54fbc83bf9044f718
parent64fe1e92a5477ff24878985854d7dbb768382c7d
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)
20 files changed:
source4/lib/basic.mk
source4/lib/com/README [deleted file]
source4/lib/com/classes/simple.c [deleted file]
source4/lib/com/com.h [deleted file]
source4/lib/com/config.mk [deleted file]
source4/lib/com/dcom/dcom.h [deleted file]
source4/lib/com/dcom/main.c [deleted file]
source4/lib/com/dcom/tables.c [deleted file]
source4/lib/com/main.c [deleted file]
source4/lib/com/rot.c [deleted file]
source4/lib/com/tables.c [deleted file]
source4/pidl/TODO
source4/rpc_server/config.mk
source4/rpc_server/dcom/oxidresolver.c [deleted file]
source4/rpc_server/dcom/remact.c [deleted file]
source4/rpc_server/dcom/rodb.c [deleted file]
source4/rpc_server/dcom/rot.c [deleted file]
source4/torture/com/simple.c [deleted file]
source4/torture/config.mk
source4/torture/torture.c