r21433: Get rid of the COM support code - it's not used and unmaintained. We can
commit1ad0f99a439f0d52a735b391bf9900d50171aca5
authorJelmer Vernooij <jelmer@samba.org>
Sun, 18 Feb 2007 18:44:56 +0000 (18 18:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:33 +0000 (10 14:48 -0500)
tree4ee53ed8e04b3d1f04863fd7b816d4d952c8f759
parent0d739c7e9807682cd5bc433c3e4f2d4bbe4f1b69
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.
23 files changed:
source/lib/registry/regf.idl
source/librpc/config.mk
source/librpc/idl/dcom.idl [deleted file]
source/librpc/idl/oxidresolver.idl
source/librpc/idl/remact.idl
source/pidl/lib/Parse/Pidl/ODL.pm [deleted file]
source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
source/pidl/lib/Parse/Pidl/Samba4.pm
source/pidl/lib/Parse/Pidl/Samba4/COM/Header.pm [deleted file]
source/pidl/lib/Parse/Pidl/Samba4/COM/Proxy.pm [deleted file]
source/pidl/lib/Parse/Pidl/Samba4/COM/Stub.pm [deleted file]
source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
source/pidl/lib/Parse/Pidl/Samba4/Header.pm
source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
source/pidl/lib/Parse/Pidl/Samba4/SWIG.pm
source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
source/pidl/lib/Parse/Pidl/Typelist.pm
source/pidl/pidl
source/pidl/tests/tdr.pl [new file with mode: 0755]
source/script/build_idl.sh
source/torture/rpc/oxidresolve.c
source/torture/rpc/remact.c