added an rpc scanner. This prints messages like this:
authorAndrew Tridgell <tridge@samba.org>
Thu, 27 Nov 2003 05:34:28 +0000 (05:34 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 27 Nov 2003 05:34:28 +0000 (05:34 +0000)
commitab3d728b7e7b1f3aa878ed5601a45ba08a08eb1f
treefa5e981618d0128676d6954beb5f90fda0c923e6
parent61bb3c865c4d4324cd2c1ea7d8b337b15dd66493
added an rpc scanner. This prints messages like this:

        uuid 82273fdc-e32a-18c3-3f78-827929dc23ea  version 0x0000:0x0000  'eventlog'
        24 calls available
        WARNING: local IDL defines 4 calls

when all the WARNINGs are gone then we know we have all the calls :)
(This used to be commit f5821b2468a0c46d0e5590de59562926d746c349)
source4/Makefile.in
source4/build/pidl/header.pm
source4/build/pidl/parser.pm
source4/librpc/idl/dcerpc.idl
source4/librpc/rpc/dcerpc.h
source4/librpc/rpc/dcerpc_util.c
source4/torture/rpc/mgmt.c
source4/torture/rpc/scanner.c [new file with mode: 0644]
source4/torture/torture.c