From 45db1030651e69896fdb9e78aa2e2495a7ce7ff5 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 8 Feb 2007 23:54:31 +0000 Subject: r21253: Merge some pidl fixes: * Add tests for wireshark dissector generator * Add tests for the header code * Some cleanups * Fix handling of elements without [in] or [out] (This used to be commit 1aecba7100685ed291ea13b0ae47fb0cf9e6a6c8) --- source4/pidl/TODO | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source4/pidl/TODO') diff --git a/source4/pidl/TODO b/source4/pidl/TODO index 7cf6a4209a..4e344e3c37 100644 --- a/source4/pidl/TODO +++ b/source4/pidl/TODO @@ -21,3 +21,10 @@ - mem_ctx in the interface rather than as struct ndr member. - real typelibs + +- fix [in,out] handling and allocation for samba3: + - add inout + - make NULL to mean "allocate me" + - remove NDR_AUTO_REF_ALLOC flag + +- automatic test generator based on IDL pointer types -- cgit