summaryrefslogtreecommitdiffstats
path: root/source4/build/pidl/parser.pm
Commit message (Expand)AuthorAgeFilesLines
* r1148: fixed a minor formatting error in generated codeAndrew Tridgell2007-10-101-1/+1
* r1133: - add ndr_pull_ptr() as a separate call instead of ndr_pull_uint32()Andrew Tridgell2007-10-101-3/+3
* r1014: change the handling of r->out to auto-zero the structure, and auto-copyAndrew Tridgell2007-10-101-7/+47
* r894: use _t in generated pidl codeAndrew Tridgell2007-10-101-10/+10
* added a little bit of const magic to get rid of the data in librpc/gen_ndr/*.oAndrew Tridgell2004-01-221-1/+1
* make pidl no longer dependent on Data::Dumper, which isn't installedAndrew Tridgell2003-12-151-1/+0
* fixed the handling of zero-length top level arrays in pidlAndrew Tridgell2003-12-151-3/+5
* fix _ptr_ declarationAndrew Tridgell2003-12-141-2/+2
* handle the auto-allocation of [ref] output arrays in pidl. ThisAndrew Tridgell2003-12-121-3/+9
* * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell2003-12-121-0/+5
* more portable array of endpoints code from pidlAndrew Tridgell2003-12-101-4/+7
* netr_DatabaseSync() now works fully for databases 0, 1 and 2Andrew Tridgell2003-12-021-1/+1
* * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell2003-12-021-1/+11
* added netr_LogonSamLogon() and test codeAndrew Tridgell2003-12-011-1/+1
* added netr_ServerReqChallenge and cleaned up byte array printingAndrew Tridgell2003-12-011-1/+11
* * added a bunch of placeholder IDL filesAndrew Tridgell2003-11-281-1/+43
* * support multiple interfaces in one IDL file in pidlAndrew Tridgell2003-11-281-13/+27
* added an rpc scanner. This prints messages like this:Andrew Tridgell2003-11-271-2/+6
* * prepared the dcerpc subsystem for adding the RPC over TCP transportAndrew Tridgell2003-11-241-3/+3
* make sure we don't try to update a constantAndrew Tridgell2003-11-241-2/+8
* added tests for the remaining calls on the rpc management interfaceAndrew Tridgell2003-11-241-15/+33
* added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell2003-11-231-2/+40
* fixed the handling of value() attributes on scalars in IDL thatAndrew Tridgell2003-11-231-9/+5
* ooh, this is fun!Andrew Tridgell2003-11-231-1/+5
* * fixed handling of relative subcontext unionsAndrew Tridgell2003-11-221-2/+2
* * enable RPC/NDR validation in all smbtorture codeAndrew Tridgell2003-11-221-2/+2
* a fairly major upgrade to the dcerpc systemAndrew Tridgell2003-11-221-54/+129
* fixed a bug with pushing non-pointer unionsAndrew Tridgell2003-11-211-1/+3
* * changed the way strings are handled in pidl to a much more generalAndrew Tridgell2003-11-211-17/+88
* make sure we don't try to use c++ style variable declarationAndrew Tridgell2003-11-201-1/+5
* fixed pushing structures containing pointers inside unionsAndrew Tridgell2003-11-201-1/+1
* a bit neater way of emitting codeAndrew Tridgell2003-11-201-208/+215
* * cope with pidl not being in $HOME/pidlAndrew Tridgell2003-11-201-1/+7
* avoid compiler warnings for unused variables with [relative] pointersAndrew Tridgell2003-11-201-1/+2
* use strict perl package everywhere for error checkingAndrew Tridgell2003-11-201-1/+1
* * added support for empty case elements (including default cases)Andrew Tridgell2003-11-201-24/+36
* switched to a new way of handling unions, so that we can handleAndrew Tridgell2003-11-191-28/+121
* slightly more accurate structure alignment code - I need to do properAndrew Tridgell2003-11-191-2/+1
* support the 'default' case in IDL unionsAndrew Tridgell2003-11-181-14/+54
* auto-generate top-level debug print functions when a flag is set onAndrew Tridgell2003-11-181-0/+3
* auto-generate functions for printing top-level functionAndrew Tridgell2003-11-171-7/+44
* * support inline arraysAndrew Tridgell2003-11-171-17/+23
* better [relative] handling, allowing for nested relative structuresAndrew Tridgell2003-11-171-2/+21
* * the beginnings of non-constant fixed arraysAndrew Tridgell2003-11-161-3/+13
* added support for "relstr", structure and union properties and publicAndrew Tridgell2003-11-161-8/+45
* added the "subcontext" attribute for auto-handling of user-marshalledAndrew Tridgell2003-11-161-0/+12
* added support for varying conformant arrays (needed for samrAndrew Tridgell2003-11-151-5/+23
* fixed alignment of the buffers part structuresAndrew Tridgell2003-11-151-3/+4
* support a new value() attribute that allows us to auto-fill certainAndrew Tridgell2003-11-151-1/+3
* Fix bug in generation of function ndr_pull code generation. This patchTim Potter2003-11-151-1/+3