summaryrefslogtreecommitdiff
path: root/source4/build/pidl/validator.pm
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7159: Improve the messages from pidl's validator module.Jelmer Vernooij1-2/+32
2007-10-10r7122: Some cleanups, simplification of the code.Jelmer Vernooij1-107/+71
2007-10-10r7115: specify what properties can be used on what objects...Stefan Metzmacher1-57/+114
2007-10-10r7109: Change noid() to noopnum() so it isn't confusing to people familiar wi...Jelmer Vernooij1-10/+1
2007-10-10r7098: - make use of the NDR table instead of the IDL table in the client and...Stefan Metzmacher1-0/+16
2007-10-10r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij1-27/+19
2007-10-10r6294: - add obfuscate support, which is used in MAPI rpc's, (the ^= 0xA5 stu...Stefan Metzmacher1-0/+5
2007-10-10r6101: only allow properties we know about, that helps to catch typos!Stefan Metzmacher1-1/+98
2007-10-10r6097: allow compression only on subcontextsStefan Metzmacher1-2/+6
2007-10-10r5797: - add idl property [subcontext_size()]Stefan Metzmacher1-0/+4
2007-10-10r5764: add support for embedded ref pointersStefan Metzmacher1-4/+0
2007-10-10r5672: Use switch_type() and the token storage mechanism for unions:Jelmer Vernooij1-1/+24
2007-10-10r5661: Be a little stricter on syntax regarding arrays. A pointer to anJelmer Vernooij1-0/+9
2007-10-10r5660: Reduce number of generated "{}"'sJelmer Vernooij1-3/+0
2007-10-10r5465: Add support to multiple levels of pointers in pidl.Jelmer Vernooij1-4/+0
2007-10-10r5426: Warn about embedded ref pointers.Jelmer Vernooij1-1/+9
2007-10-10r5362: Add pointer_default() support to pidl. pointer_default()Jelmer Vernooij1-0/+6
2007-10-10r5361: Rename some functions, add tests to validator.Jelmer Vernooij1-0/+11
2007-10-10r5338: More efforts to handle types similarly.Jelmer Vernooij1-1/+1
2007-10-10r5320: Treat structs and unions somewhat more similarly:Jelmer Vernooij1-1/+13
2007-10-10r2735: More DCOM updates:Jelmer Vernooij1-4/+10
2007-10-10r2704: Complain about 'object interfaces' that don't have version 0.0 (the st...Jelmer Vernooij1-0/+6
2003-12-19added code to the IDL validator to check for common errors withAndrew Tridgell1-1/+40
2003-12-15make pidl no longer dependent on Data::Dumper, which isn't installedAndrew Tridgell1-2/+0
2003-11-22added the beginnings of an IDL validator, to give clearer errors whenAndrew Tridgell1-0/+101