r3611: DCOM client support works!!
authorJelmer Vernooij <jelmer@samba.org>
Mon, 8 Nov 2004 02:12:15 +0000 (02:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:39 +0000 (13:05 -0500)
commit8693344772a9b700533179f4bacfe27ec27dfcfe
tree23b65328e47b7d0e77160fbd72bf2c4f486ae9db
parenta4598e7fa17c7ec0fed9cb81f5a0fb30b133861b
r3611: DCOM client support works!!

The torture test DCOM-SIMPLE now successfully does an
IStream_Read and a IStream_Write call.

This test can now be run successfully against the "Simple DCOM" Visual
Studio example.

(You have to quote out line 337 in pidl. pidl complains if the variable
 that contains the array size follows the array. I still need to fix this
 properly)

Next goals:
 - Clean up code
 - Server side support
 - Support custom marshalling
 - Support DCOM interfaces in files other then dcom.idl
source/build/pidl/client.pm
source/build/pidl/header.pm
source/build/pidl/idl.pm
source/build/pidl/idl.yp
source/lib/dcom/common/main.c
source/librpc/idl/dcerpc.idl
source/librpc/idl/dcom.idl
source/librpc/ndr/libndr.h
source/librpc/rpc/dcerpc.c
source/librpc/rpc/dcerpc_util.c
source/torture/dcom/simple.c