summaryrefslogtreecommitdiff
path: root/source4/build/pidl/util.pm
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell1-1/+3
2007-10-10r5036: changed HYPER_T to the more standard "hyper"Andrew Tridgell1-24/+21
2007-10-10r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell1-5/+40
2007-10-10r4858: a better fix for alignment of enumerated types (I'm not even sure whyAndrew Tridgell1-4/+4
2007-10-10r4843: fixed the alignment handling of enumerated typesAndrew Tridgell1-0/+5
2007-10-10r4673: Fix the IDL for the QuerySecret LSA call.Andrew Bartlett1-1/+2
2007-10-10r4556: neater (and faster) way of doing alignments and scalarsAndrew Tridgell1-33/+30
2007-10-10r4540: sync enum and bitmap codeStefan Metzmacher1-6/+18
2007-10-10r4535: add full support forStefan Metzmacher1-9/+74
2007-10-10r4518: added proper support for "typedef enum" in pidl. We can now use enums ...Andrew Tridgell1-0/+20
2007-10-10r3956: start to decode the repsFrom and repsTo fileds but not readyStefan Metzmacher1-0/+1
2007-10-10r3869: in the NDR encoded replPropertyMetaData attribute in ADSStefan Metzmacher1-1/+1
2007-10-10r3516: dcerpc_epm_map_binding now checks the endpoints it nows firstJelmer Vernooij1-1/+0
2007-10-10r3515: Fix RemoteActivation correctly this time (-:Jelmer Vernooij1-0/+1
2007-10-10r3484: - add support for conformant string arrays at the end of a structStefan Metzmacher1-0/+18
2007-10-10r3432: Support WERROR's in arguments (not just as return type). Some ofJelmer Vernooij1-1/+1
2007-10-10r3282: some C pre-processors don't like expressions likeAndrew Tridgell1-0/+10
2007-10-10r2987: added support for signed 32 bit integers in pidlAndrew Tridgell1-0/+1
2007-10-10r2958: the warnings from the swig code in pidl were totally swamping validAndrew Tridgell1-1/+1
2007-10-10r1736: - Pidl updates:Jelmer Vernooij1-0/+14
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-1/+1
2007-10-10r363: nicer error handling in pidlAndrew Tridgell1-0/+1
2003-12-19added code to the IDL validator to check for common errors withAndrew Tridgell1-2/+11
2003-12-16don't rely on the ability of perl 5.6.x to remove elements from arraysAndrew Tridgell1-1/+4
2003-12-15make pidl no longer dependent on Data::Dumper, which isn't installedAndrew Tridgell1-10/+4
2003-12-14added auto-generation of the server side boilerplate code for eachAndrew Tridgell1-2/+2
2003-12-08commit idl.pm now, as many build farm machines don't have 'yapp'Andrew Tridgell1-31/+9
2003-12-01started adding netlogon IDL and test suiteAndrew Tridgell1-0/+2
2003-11-24added tests for the remaining calls on the rpc management interfaceAndrew Tridgell1-0/+3
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell1-8/+8
2003-11-21added support for 'ascstr', a ascii string in MSRPC !Andrew Tridgell1-1/+2
2003-11-20use a precompiled grammer in pidl. This speeds up pidl by about aAndrew Tridgell1-1/+1
2003-11-20its LoadStructure() in util.pm that doesn't like strict perl - anyAndrew Tridgell1-11/+9
2003-11-20damn, "use strict;" in util.pm breaks pidl - but why?Andrew Tridgell1-1/+0
2003-11-20use strict perl package everywhere for error checkingAndrew Tridgell1-0/+1
2003-11-20 * added a 'lstring' type for spoolssAndrew Tridgell1-4/+3
2003-11-19switched to a new way of handling unions, so that we can handleAndrew Tridgell1-2/+2
2003-11-19slightly more accurate structure alignment code - I need to do properAndrew Tridgell1-1/+1
2003-11-17auto-generate functions for printing top-level functionAndrew Tridgell1-0/+4
2003-11-17* support inline arraysAndrew Tridgell1-4/+2
2003-11-17better [relative] handling, allowing for nested relative structuresAndrew Tridgell1-0/+2
2003-11-16 * the beginnings of non-constant fixed arraysAndrew Tridgell1-1/+12
2003-11-16added support for "relstr", structure and union properties and publicAndrew Tridgell1-0/+3
2003-11-15added support for varying conformant arrays (needed for samrAndrew Tridgell1-0/+11
2003-11-15support a new value() attribute that allows us to auto-fill certainAndrew Tridgell1-0/+5
2003-11-12handle constant sized arraysAndrew Tridgell1-0/+10
2003-11-11added support for 8 byte aligned HYPER_TAndrew Tridgell1-2/+2
2003-11-11fixed the NDR structure alignment rulesAndrew Tridgell1-0/+24
2003-11-11fixed handling on pointers to arrays of structures in unionsAndrew Tridgell1-1/+3
2003-11-11automatic printing of unionsAndrew Tridgell1-0/+10