r3513: Add (the infrastructure for) DCOM support. Contents:
authorJelmer Vernooij <jelmer@samba.org>
Wed, 3 Nov 2004 20:32:28 +0000 (20:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:23 +0000 (13:05 -0500)
commit6d3c74a67b935f348777feb3fac7653a9c4277a8
treebf051f28dabe9bd91ea5d39f3b7ba38bdb77cc88
parente0e6e0f99d9c7645e1809a3bde1a6ab01843de67
r3513: Add (the infrastructure for) DCOM support. Contents:
 - Support for sending over the object UUID in DCERPC calls
 - Simple torture test for the DCOM "Simple" object
 - Generate extra argument for "object" interfaces in pidl
 - Some stubs for common DCOM functions
(This used to be commit c052f2e1edd816206d8974af3140cec7ef97a70c)
24 files changed:
source4/build/pidl/client.pm
source4/build/pidl/header.pm
source4/build/pidl/idl.pm
source4/build/pidl/idl.yp
source4/build/pidl/parser.pm
source4/include/includes.h
source4/lib/dcom/common/dcom.h [new file with mode: 0644]
source4/lib/dcom/common/main.c
source4/librpc/idl/dcerpc.idl
source4/librpc/idl/dcom.idl
source4/librpc/rpc/dcerpc.c
source4/rpc_server/dcom/dcom.h [new file with mode: 0644]
source4/rpc_server/dcom/oxidresolver.c
source4/rpc_server/dcom/remact.c
source4/rpc_server/remote/dcesrv_remote.c
source4/torture/config.m4
source4/torture/config.mk
source4/torture/dcom/simple.c [new file with mode: 0644]
source4/torture/rpc/autoidl.c
source4/torture/rpc/countcalls.c
source4/torture/rpc/eventlog.c
source4/torture/rpc/remact.c
source4/torture/rpc/scanner.c
source4/torture/torture.c