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)
commitc052f2e1edd816206d8974af3140cec7ef97a70c
treeeb630f4d421546d52e1008977dc09060c9cbe1fe
parentf6310695821a7e750dd37936a6145232d81ab413
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
24 files changed:
source/build/pidl/client.pm
source/build/pidl/header.pm
source/build/pidl/idl.pm
source/build/pidl/idl.yp
source/build/pidl/parser.pm
source/include/includes.h
source/lib/dcom/common/dcom.h [new file with mode: 0644]
source/lib/dcom/common/main.c
source/librpc/idl/dcerpc.idl
source/librpc/idl/dcom.idl
source/librpc/rpc/dcerpc.c
source/rpc_server/dcom/dcom.h [new file with mode: 0644]
source/rpc_server/dcom/oxidresolver.c
source/rpc_server/dcom/remact.c
source/rpc_server/remote/dcesrv_remote.c
source/torture/config.m4
source/torture/config.mk
source/torture/dcom/simple.c [new file with mode: 0644]
source/torture/rpc/autoidl.c
source/torture/rpc/countcalls.c
source/torture/rpc/eventlog.c
source/torture/rpc/remact.c
source/torture/rpc/scanner.c
source/torture/torture.c