added the dcerpc remote management interfaces as mgmt.idl, and wrote a
authorAndrew Tridgell <tridge@samba.org>
Mon, 24 Nov 2003 01:24:29 +0000 (01:24 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 24 Nov 2003 01:24:29 +0000 (01:24 +0000)
commitc7fd83d0b280810f16f7ef99ba58efb007f93920
tree4a3cb1b009b6a4ed5980a4bc1cd30376c003f0b1
parent27b1dbaea64e02eccf07ff6643bffc2991264533
added the dcerpc remote management interfaces as mgmt.idl, and wrote a
test suite. The test suite dumps all of the interfaces available on
all pipes. There sure are a lot more interfaces on w2k3 than w2k !
(This used to be commit f94bc079902d725b63155d8d2de5bf408c6e7335)
12 files changed:
source4/Makefile.in
source4/librpc/idl/dcerpc.idl
source4/librpc/idl/epmapper.idl
source4/librpc/idl/idl_types.h
source4/librpc/idl/mgmt.idl [new file with mode: 0644]
source4/librpc/ndr/libndr.h
source4/librpc/ndr/ndr.c
source4/librpc/ndr/ndr_basic.c
source4/librpc/rpc/dcerpc.c
source4/torture/rpc/mgmt.c [new file with mode: 0644]
source4/torture/torture.c
source4/utils/ndrdump.c