summaryrefslogtreecommitdiff
path: root/source4/build/pidl/header.pm
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3861: - Put ndr and rpc client code in seperate filesJelmer Vernooij1-1/+1
2007-10-10r3689: Large number of COM updates:Jelmer Vernooij1-11/+34
2007-10-10r3667: Small COM fixesJelmer Vernooij1-3/+14
2007-10-10r3611: DCOM client support works!!Jelmer Vernooij1-0/+1
2007-10-10r3601: Lots of smaller DCOM updates and fixes. Adds oxid tables, properJelmer Vernooij1-6/+4
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij1-1/+1
2007-10-10r3513: Add (the infrastructure for) DCOM support. Contents:Jelmer Vernooij1-2/+7
2007-10-10r3442: Add support for the "call_as" and "local" attributes.Jelmer Vernooij1-0/+3
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+7
2007-10-10r3423: auto-generate prototypes for all external functions in pidlAndrew Tridgell1-2/+50
2007-10-10r3282: some C pre-processors don't like expressions likeAndrew Tridgell1-1/+2
2007-10-10r3281: some compilers can't handle empty structures, so for empty IDLAndrew Tridgell1-0/+6
2007-10-10r1909: nicer formatStefan Metzmacher1-2/+2
2007-10-10r1786: Add support for the 'helpstring' attribute on interfacesJelmer Vernooij1-0/+5
2007-10-10r1736: - Pidl updates:Jelmer Vernooij1-20/+6
2007-10-10r1700: make version default to 0.0 (same as midl)Jelmer Vernooij1-0/+2
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