summaryrefslogtreecommitdiff
path: root/source4/build/pidl/NOTES.txt
AgeCommit message (Collapse)AuthorFilesLines
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell1-0/+11
interface. We now support an arbitrary set of flags to each parser, and these can be used to control the string types. I have provided some common IDL string types in librpc/idl/idl_types.h which needs to be included in every IDL file. * added IDL for the endpoint mapper. Added a test suite that enumerates all endpoints on the server. (This used to be commit d2665f36a75b482ff82733f72ffac938c2acf87a)
2003-11-20 * added a 'lstring' type for spoolssAndrew Tridgell1-0/+14
* added some notes on type equivalents in NOTES.txt (This used to be commit a44d952fcb7ebf85d3072b622e5656dcf25cfbb0)
2003-11-17started documenting the extension to IDL that pidl implementsAndrew Tridgell1-0/+79
(This used to be commit 22b5418a53149b42e71fd887866f75cdd53b81af)
2003-11-13I think we now handle conformant arrays in structures correctly - theAndrew Tridgell1-0/+78
test cases pass (This used to be commit 22e15023509f8f1682865d72765e79f41ab7d149)