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)
commit8c2e179d477c99ab9c52e6b9af19a86d553d10b5
tree386d8be6564c95686da8bf3eafb16de211dd28bc
parent009892846fb25e6698c8e38c46cae3512abb7ec6
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
(This used to be commit 8693344772a9b700533179f4bacfe27ec27dfcfe)
source4/build/pidl/client.pm
source4/build/pidl/header.pm
source4/build/pidl/idl.pm
source4/build/pidl/idl.yp
source4/lib/dcom/common/main.c
source4/librpc/idl/dcerpc.idl
source4/librpc/idl/dcom.idl
source4/librpc/ndr/libndr.h
source4/librpc/rpc/dcerpc.c
source4/librpc/rpc/dcerpc_util.c
source4/torture/dcom/simple.c