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 - make bitmap an optional attribute on enum
10 - support nested elements
11 - support typedefs properly (e.g. allow "typedef void **bla;")
12 - make typedefs generate real typedefs
13 - improve represent_as(): allow it to be used for arrays and other complex
16 - --explain-ndr option that dumps out parse tree ?
18 - seperate tables for NDR and DCE/RPC
19 - maybe no tables for NDR at all? we only need them for ndrdump
20 and that can use dlsym()
22 - allow data structures outside of interfaces
24 - mem_ctx in the interface rather than as struct ndr member.
28 - fix [in,out] handling and allocation for samba3:
30 - make NULL to mean "allocate me"
31 - remove NDR_AUTO_REF_ALLOC flag
33 - automatic test generator based on IDL pointer types