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)
commit11df14219bf0b35329b293cae3234e064aabde54
treeca657b65aa9b5c12bf6cc225d8e57a07bad5b9c2
parenteef117e4454ed5faeddfc0b18bd4f0128c922f36
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.
20 files changed:
source/lib/basic.mk
source/lib/com/README [deleted file]
source/lib/com/classes/simple.c [deleted file]
source/lib/com/com.h [deleted file]
source/lib/com/config.mk [deleted file]
source/lib/com/dcom/dcom.h [deleted file]
source/lib/com/dcom/main.c [deleted file]
source/lib/com/dcom/tables.c [deleted file]
source/lib/com/main.c [deleted file]
source/lib/com/rot.c [deleted file]
source/lib/com/tables.c [deleted file]
source/pidl/TODO
source/rpc_server/config.mk
source/rpc_server/dcom/oxidresolver.c [deleted file]
source/rpc_server/dcom/remact.c [deleted file]
source/rpc_server/dcom/rodb.c [deleted file]
source/rpc_server/dcom/rot.c [deleted file]
source/torture/com/simple.c [deleted file]
source/torture/config.mk
source/torture/torture.c