r21433: Get rid of the COM support code - it's not used and unmaintained. We can
authorJelmer Vernooij <jelmer@samba.org>
Sun, 18 Feb 2007 18:44:56 +0000 (18:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:33 +0000 (14:48 -0500)
commit0515f728e64dde0c197aee6180dce79ad281d5f8
treea90230e7c7bf5b93a8922852163291f729e39f39
parentd425796fff07b8bc7b9eb49bc8db71aff9c1161f
r21433: Get rid of the COM support code - it's not used and unmaintained. We can
always bring it back if we need to. This code was getting in the way while
refactoring.

Add some tests for TDR.

Get rid of typedef in lib/registry/tdr_regf.idl and fix the
TDR code to be able to deal with it.
(This used to be commit 1ad0f99a439f0d52a735b391bf9900d50171aca5)
23 files changed:
source4/lib/registry/regf.idl
source4/librpc/config.mk
source4/librpc/idl/dcom.idl [deleted file]
source4/librpc/idl/oxidresolver.idl
source4/librpc/idl/remact.idl
source4/pidl/lib/Parse/Pidl/ODL.pm [deleted file]
source4/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
source4/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
source4/pidl/lib/Parse/Pidl/Samba4.pm
source4/pidl/lib/Parse/Pidl/Samba4/COM/Header.pm [deleted file]
source4/pidl/lib/Parse/Pidl/Samba4/COM/Proxy.pm [deleted file]
source4/pidl/lib/Parse/Pidl/Samba4/COM/Stub.pm [deleted file]
source4/pidl/lib/Parse/Pidl/Samba4/EJS.pm
source4/pidl/lib/Parse/Pidl/Samba4/Header.pm
source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
source4/pidl/lib/Parse/Pidl/Samba4/SWIG.pm
source4/pidl/lib/Parse/Pidl/Samba4/TDR.pm
source4/pidl/lib/Parse/Pidl/Typelist.pm
source4/pidl/pidl
source4/pidl/tests/tdr.pl [new file with mode: 0755]
source4/script/build_idl.sh
source4/torture/rpc/oxidresolve.c
source4/torture/rpc/remact.c