summaryrefslogtreecommitdiff
path: root/source4/build/pidl/util.pm
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5661: Be a little stricter on syntax regarding arrays. A pointer to anJelmer Vernooij1-1/+1
2007-10-10r5494: Some more code simplification, some additional comments.Jelmer Vernooij1-0/+19
2007-10-10r5475: Move some existing and new type information functions to typelist.pmJelmer Vernooij1-75/+0
2007-10-10r5466: Put the type information list in a seperate moduleJelmer Vernooij1-1/+0
2007-10-10r5447: Add some utility functions for arrays and use them.Jelmer Vernooij1-23/+0
2007-10-10r5414: - added libcli/wins/, a basic client library for WINS replicationAndrew Tridgell1-0/+1
2007-10-10r5376: ORPC is NDR specific, so move it to ndr.pm.Jelmer Vernooij1-38/+0
2007-10-10r5360: Remove a couple of unused functions.Jelmer Vernooij1-10/+0
2007-10-10r5320: Treat structs and unions somewhat more similarly:Jelmer Vernooij1-1/+1
2007-10-10r5319: Make some more alignment code generic, move NDR-specific stuff toJelmer Vernooij1-151/+0
2007-10-10r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij1-11/+0
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