diff options
Diffstat (limited to 'source4/pidl/TODO')
-rw-r--r-- | source4/pidl/TODO | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/pidl/TODO b/source4/pidl/TODO new file mode 100644 index 0000000000..f341dba846 --- /dev/null +++ b/source4/pidl/TODO @@ -0,0 +1,11 @@ +- True multiple dimension array / strings in arrays support + +- compatibility mode for generating MIDL-readable data: + - strip out pidl-specific properties + - convert subcontext() to an array of uint8. + +- don't be so strict on array boundaries.. arrays can and will be empty when + a (regular) remote error occurs + +- support nested elements +- fix stand-alone installation |