summaryrefslogtreecommitdiffstats
path: root/source4/build/pidl/header.pm
Commit message (Expand)AuthorAgeFilesLines
* r4553: fix typoStefan Metzmacher2007-10-101-1/+1
* r4551: add support for a pidl extensionsStefan Metzmacher2007-10-101-1/+33
* r4540: sync enum and bitmap codeStefan Metzmacher2007-10-101-1/+1
* r4535: add full support forStefan Metzmacher2007-10-101-2/+27
* r4526: - much simpler (and more accurate!) ndr_size_*() code generation. ItAndrew Tridgell2007-10-101-3/+5
* r4521: fixed up the handling of PROPERTIES elements after the change to suppo...Andrew Tridgell2007-10-101-3/+3
* r4518: added proper support for "typedef enum" in pidl. We can now use enums ...Andrew Tridgell2007-10-101-0/+5
* r4468: Don't be a slacker and leave out parameter names when generatingTim Potter2007-10-101-12/+12
* r3998: allow const arrays (see next commit to drsuapi.idl)Stefan Metzmacher2007-10-101-2/+6
* r3861: - Put ndr and rpc client code in seperate filesJelmer Vernooij2007-10-101-1/+1
* r3689: Large number of COM updates:Jelmer Vernooij2007-10-101-11/+34
* r3667: Small COM fixesJelmer Vernooij2007-10-101-3/+14
* r3611: DCOM client support works!!Jelmer Vernooij2007-10-101-0/+1
* r3601: Lots of smaller DCOM updates and fixes. Adds oxid tables, properJelmer Vernooij2007-10-101-6/+4
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-101-1/+1
* r3513: Add (the infrastructure for) DCOM support. Contents:Jelmer Vernooij2007-10-101-2/+7
* r3442: Add support for the "call_as" and "local" attributes.Jelmer Vernooij2007-10-101-0/+3
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+7
* r3423: auto-generate prototypes for all external functions in pidlAndrew Tridgell2007-10-101-2/+50
* r3282: some C pre-processors don't like expressions likeAndrew Tridgell2007-10-101-1/+2
* r3281: some compilers can't handle empty structures, so for empty IDLAndrew Tridgell2007-10-101-0/+6
* r1909: nicer formatStefan Metzmacher2007-10-101-2/+2
* r1786: Add support for the 'helpstring' attribute on interfacesJelmer Vernooij2007-10-101-0/+5
* r1736: - Pidl updates:Jelmer Vernooij2007-10-101-20/+6
* r1700: make version default to 0.0 (same as midl)Jelmer Vernooij2007-10-101-0/+2
* This patch adds a better dcerpc server infastructure.Stefan Metzmacher2004-01-081-1/+1
* a fairly large commit!Andrew Tridgell2003-12-161-0/+4
* the out substructure is not empty if there is a return from theAndrew Tridgell2003-12-161-0/+6
* some compilers can't handle structures with no elements. GenerateAndrew Tridgell2003-12-161-16/+46
* make pidl no longer dependent on Data::Dumper, which isn't installedAndrew Tridgell2003-12-151-1/+0
* added auto-generation of the server side boilerplate code for eachAndrew Tridgell2003-12-141-1/+2
* added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell2003-12-021-19/+17
* added an rpc scanner. This prints messages like this:Andrew Tridgell2003-11-271-2/+1
* added some paranoid checking for enumsAndrew Tridgell2003-11-261-2/+5
* added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell2003-11-231-0/+2
* added support for enumerated types in IDL files. This makes unionsAndrew Tridgell2003-11-221-1/+28
* added support for 'const' in IDL files. This makes it easy to defineAndrew Tridgell2003-11-221-4/+14
* * changed the way strings are handled in pidl to a much more generalAndrew Tridgell2003-11-211-6/+3
* added support for 'ascstr', a ascii string in MSRPC !Andrew Tridgell2003-11-211-4/+4
* use a precompiled grammer in pidl. This speeds up pidl by about aAndrew Tridgell2003-11-201-0/+1
* use strict perl package everywhere for error checkingAndrew Tridgell2003-11-201-1/+2
* * added a 'lstring' type for spoolssAndrew Tridgell2003-11-201-0/+2
* * added support for empty case elements (including default cases)Andrew Tridgell2003-11-201-1/+3
* auto-generate the pipe UUID version and nameAndrew Tridgell2003-11-181-9/+32
* started documenting the extension to IDL that pidl implementsAndrew Tridgell2003-11-171-8/+0
* * the beginnings of non-constant fixed arraysAndrew Tridgell2003-11-161-3/+7
* added support for "relstr", structure and union properties and publicAndrew Tridgell2003-11-161-0/+2
* I think we now handle conformant arrays in structures correctly - theAndrew Tridgell2003-11-131-4/+4
* - added support for the pull side of unionsAndrew Tridgell2003-11-111-51/+54
* much cleaner handling of the different types of variablesAndrew Tridgell2003-11-101-1/+8