* fixed conformant arrays in structures
authorAndrew Tridgell <tridge@samba.org>
Thu, 13 Nov 2003 09:26:53 +0000 (09:26 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 13 Nov 2003 09:26:53 +0000 (09:26 +0000)
commit095ab42cbdd5c1c5ab753e2eb275742ba822c8b9
tree11c717f284eb2f9531b036456b77508e45825b45
parent22e15023509f8f1682865d72765e79f41ab7d149
* fixed conformant arrays in structures

* expanded the rpcecho test

* started adding the NETDFS pipe
20 files changed:
source/Makefile.in
source/librpc/idl/dfs.idl [new file with mode: 0644]
source/librpc/idl/echo.idl
source/librpc/idl/lsa.idl
source/librpc/ndr/libndr.h
source/librpc/ndr/ndr.c
source/librpc/ndr/ndr_basic.c
source/librpc/ndr/ndr_dfs.c [new file with mode: 0644]
source/librpc/ndr/ndr_dfs.h [new file with mode: 0644]
source/librpc/ndr/ndr_echo.c
source/librpc/ndr/ndr_echo.h
source/librpc/ndr/ndr_lsa.c
source/librpc/ndr/ndr_lsa.h
source/librpc/rpc/dcerpc.c
source/librpc/rpc/rpc_dfs.c [new file with mode: 0644]
source/librpc/rpc/rpc_echo.c
source/torture/rpc/dfs.c [new file with mode: 0644]
source/torture/rpc/echo.c
source/torture/rpc/lsa.c
source/torture/torture.c