added wkssvc.idl and test code
authorAndrew Tridgell <tridge@samba.org>
Mon, 17 Nov 2003 12:43:18 +0000 (12:43 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 17 Nov 2003 12:43:18 +0000 (12:43 +0000)
commit3305226140793f39af827b63c270486c1966718e
tree6c36f4c1cb20a589b9529de96ca3a5dcc20de539
parent33bb8785625b1845750f28f2d810e7096afe9f8e
added wkssvc.idl and test code

I think this is our first complete pipe for Samba4 (albeit a simple
one). Of course, there may be lots more info levels that Samba3 didn't
do. Time to explore :)
source/Makefile.in
source/librpc/idl/wkssvc.idl [new file with mode: 0644]
source/librpc/ndr/libndr.h
source/librpc/ndr/ndr_wkssvc.c [new file with mode: 0644]
source/librpc/ndr/ndr_wkssvc.h [new file with mode: 0644]
source/librpc/rpc/rpc_wkssvc.c [new file with mode: 0644]
source/torture/rpc/wkssvc.c [new file with mode: 0644]
source/torture/torture.c