* added a bunch of placeholder IDL files
authorAndrew Tridgell <tridge@samba.org>
Fri, 28 Nov 2003 05:20:11 +0000 (05:20 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 28 Nov 2003 05:20:11 +0000 (05:20 +0000)
commitba33beec050bdc4bf0452761c481ea41985b831f
tree179e98e27411d9c3ca70ab799d73273306b480ed
parentd419464d87127c9464d1a00976a36774835d196d
 * added a bunch of placeholder IDL files

 * allow for an interface to list its endpoints in the IDL file, so we
   can automatically make the server listen on the right pipes, and
   can scan pipes more easily (I don't take advantage of this yet,
   just putting the infrastructure in place)
(This used to be commit c8b8480244b4ab6204403dc65e92e4317b410a84)
17 files changed:
source4/Makefile.in
source4/build/pidl/idl.gram
source4/build/pidl/parser.pm
source4/librpc/idl/browser.idl [new file with mode: 0644]
source4/librpc/idl/dcom.idl [new file with mode: 0644]
source4/librpc/idl/keysvc.idl [new file with mode: 0644]
source4/librpc/idl/lsa.idl
source4/librpc/idl/netlogon.idl [new file with mode: 0644]
source4/librpc/idl/ntsvcs.idl [new file with mode: 0644]
source4/librpc/idl/protected_storage.idl [new file with mode: 0644]
source4/librpc/idl/scerpc.idl [new file with mode: 0644]
source4/librpc/idl/trkwks.idl [new file with mode: 0644]
source4/librpc/idl/w32time.idl [new file with mode: 0644]
source4/librpc/idl/wzcsvc.idl [new file with mode: 0644]
source4/librpc/rpc/dcerpc.h
source4/torture/rpc/epmapper.c
source4/torture/rpc/mgmt.c