r22476: The OID match is used very oddly in AD, as it is often used for fields
[Samba.git] / source / pidl / TODO
blob487d51d11ef191ccbecd5d158805d024726eabba
1 - EJS output backend shouldn't use the NDR levels stuff but instead 
2   as the "C levels" and NDR levels don't necessarily match.
4 - true multiple dimension array / strings in arrays support
6 - compatibility mode for generating MIDL-readable data:
7  - strip out pidl-specific properties
9 - remove declare in favor of typedef
10 - make bitmap an optional attribute on enum
11 - support nested elements
12 - support typedefs properly (e.g. allow "typedef void **bla;")
13 - make typedefs generate real typedefs
14 - improve represent_as(): allow it to be used for arrays and other complex 
15   types
17 - --explain-ndr option that dumps out parse tree ?
19 - seperate tables for NDR and DCE/RPC
20  - maybe no tables for NDR at all? we only need them for ndrdump 
21    and that can use dlsym()
23 - allow data structures outside of interfaces
25 - mem_ctx in the interface rather than as struct ndr member.
27 - real typelibs
29 - fix [in,out] handling and allocation for samba3:
30  - add inout
31  - make NULL to mean "allocate me"
32  - remove NDR_AUTO_REF_ALLOC flag
34 - automatic test generator based on IDL pointer types