diff options
Diffstat (limited to 'source4/pidl')
-rw-r--r-- | source4/pidl/TODO | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/source4/pidl/TODO b/source4/pidl/TODO index 3098a44a8f..9358b399f7 100644 --- a/source4/pidl/TODO +++ b/source4/pidl/TODO @@ -3,14 +3,9 @@ - compatibility mode for generating MIDL-readable data: - strip out pidl-specific properties -- don't be so strict on array boundaries.. arrays can and will be empty when - a (regular) remote error occurs - - support nested elements - generate names for anonymous tagged types -- auto-alloc [ref] pointers for Samba4 during pull if they were NULL - - improve represent_as() - --explain-ndr option that dumps out parse tree ? @@ -18,3 +13,5 @@ - seperate tables for NDR and DCE/RPC - allow data structures outside of interfaces + +- mem_ctx in the interface rather then as struct ndr member. |