summaryrefslogtreecommitdiff
path: root/source4/build/pidl/header.pm
AgeCommit message (Expand)AuthorFilesLines
2004-01-08This patch adds a better dcerpc server infastructure.Stefan Metzmacher1-1/+1
2003-12-16a fairly large commit!Andrew Tridgell1-0/+4
2003-12-16the out substructure is not empty if there is a return from theAndrew Tridgell1-0/+6
2003-12-16some compilers can't handle structures with no elements. GenerateAndrew Tridgell1-16/+46
2003-12-15make pidl no longer dependent on Data::Dumper, which isn't installedAndrew Tridgell1-1/+0
2003-12-14added auto-generation of the server side boilerplate code for eachAndrew Tridgell1-1/+2
2003-12-02added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell1-19/+17
2003-11-27added an rpc scanner. This prints messages like this:Andrew Tridgell1-2/+1
2003-11-26added some paranoid checking for enumsAndrew Tridgell1-2/+5
2003-11-23added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell1-0/+2
2003-11-22added support for enumerated types in IDL files. This makes unionsAndrew Tridgell1-1/+28
2003-11-22added support for 'const' in IDL files. This makes it easy to defineAndrew Tridgell1-4/+14
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell1-6/+3
2003-11-21added support for 'ascstr', a ascii string in MSRPC !Andrew Tridgell1-4/+4
2003-11-20use a precompiled grammer in pidl. This speeds up pidl by about aAndrew Tridgell1-0/+1
2003-11-20use strict perl package everywhere for error checkingAndrew Tridgell1-1/+2
2003-11-20 * added a 'lstring' type for spoolssAndrew Tridgell1-0/+2
2003-11-20 * added support for empty case elements (including default cases)Andrew Tridgell1-1/+3
2003-11-18auto-generate the pipe UUID version and nameAndrew Tridgell1-9/+32
2003-11-17started documenting the extension to IDL that pidl implementsAndrew Tridgell1-8/+0
2003-11-16 * the beginnings of non-constant fixed arraysAndrew Tridgell1-3/+7
2003-11-16added support for "relstr", structure and union properties and publicAndrew Tridgell1-0/+2
2003-11-13I think we now handle conformant arrays in structures correctly - theAndrew Tridgell1-4/+4
2003-11-11- added support for the pull side of unionsAndrew Tridgell1-51/+54
2003-11-10much cleaner handling of the different types of variablesAndrew Tridgell1-1/+8
2003-11-09- handle void functionsAndrew Tridgell1-3/+13
2003-11-08- include includes.hAndrew Tridgell1-4/+0
2003-11-06updated pidl to auto-generate the ndr_push_*() functions for theAndrew Tridgell1-17/+99
2000-12-14changed auto-generated comment for headersAndrew Tridgell1-1/+1
2000-12-14added header generationAndrew Tridgell1-0/+134