summaryrefslogtreecommitdiff
path: root/source4/build/pidl/parser.pm
AgeCommit message (Expand)AuthorFilesLines
2003-12-12handle the auto-allocation of [ref] output arrays in pidl. ThisAndrew Tridgell1-3/+9
2003-12-12 * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell1-0/+5
2003-12-10more portable array of endpoints code from pidlAndrew Tridgell1-4/+7
2003-12-02netr_DatabaseSync() now works fully for databases 0, 1 and 2Andrew Tridgell1-1/+1
2003-12-02 * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell1-1/+11
2003-12-01added netr_LogonSamLogon() and test codeAndrew Tridgell1-1/+1
2003-12-01added netr_ServerReqChallenge and cleaned up byte array printingAndrew Tridgell1-1/+11
2003-11-28 * added a bunch of placeholder IDL filesAndrew Tridgell1-1/+43
2003-11-28 * support multiple interfaces in one IDL file in pidlAndrew Tridgell1-13/+27
2003-11-27added an rpc scanner. This prints messages like this:Andrew Tridgell1-2/+6
2003-11-24 * prepared the dcerpc subsystem for adding the RPC over TCP transportAndrew Tridgell1-3/+3
2003-11-24make sure we don't try to update a constantAndrew Tridgell1-2/+8
2003-11-24added tests for the remaining calls on the rpc management interfaceAndrew Tridgell1-15/+33
2003-11-23added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell1-2/+40
2003-11-23fixed the handling of value() attributes on scalars in IDL thatAndrew Tridgell1-9/+5
2003-11-23ooh, this is fun!Andrew Tridgell1-1/+5
2003-11-22 * fixed handling of relative subcontext unionsAndrew Tridgell1-2/+2
2003-11-22 * enable RPC/NDR validation in all smbtorture codeAndrew Tridgell1-2/+2
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell1-54/+129
2003-11-21fixed a bug with pushing non-pointer unionsAndrew Tridgell1-1/+3
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell1-17/+88
2003-11-20make sure we don't try to use c++ style variable declarationAndrew Tridgell1-1/+5
2003-11-20fixed pushing structures containing pointers inside unionsAndrew Tridgell1-1/+1
2003-11-20a bit neater way of emitting codeAndrew Tridgell1-208/+215
2003-11-20 * cope with pidl not being in $HOME/pidlAndrew Tridgell1-1/+7
2003-11-20avoid compiler warnings for unused variables with [relative] pointersAndrew Tridgell1-1/+2
2003-11-20use strict perl package everywhere for error checkingAndrew Tridgell1-1/+1
2003-11-20 * added support for empty case elements (including default cases)Andrew Tridgell1-24/+36
2003-11-19switched to a new way of handling unions, so that we can handleAndrew Tridgell1-28/+121
2003-11-19slightly more accurate structure alignment code - I need to do properAndrew Tridgell1-2/+1
2003-11-18support the 'default' case in IDL unionsAndrew Tridgell1-14/+54
2003-11-18auto-generate top-level debug print functions when a flag is set onAndrew Tridgell1-0/+3
2003-11-17auto-generate functions for printing top-level functionAndrew Tridgell1-7/+44
2003-11-17* support inline arraysAndrew Tridgell1-17/+23
2003-11-17better [relative] handling, allowing for nested relative structuresAndrew Tridgell1-2/+21
2003-11-16 * the beginnings of non-constant fixed arraysAndrew Tridgell1-3/+13
2003-11-16added support for "relstr", structure and union properties and publicAndrew Tridgell1-8/+45
2003-11-16added the "subcontext" attribute for auto-handling of user-marshalledAndrew Tridgell1-0/+12
2003-11-15added support for varying conformant arrays (needed for samrAndrew Tridgell1-5/+23
2003-11-15fixed alignment of the buffers part structuresAndrew Tridgell1-3/+4
2003-11-15support a new value() attribute that allows us to auto-fill certainAndrew Tridgell1-1/+3
2003-11-15Fix bug in generation of function ndr_pull code generation. This patchTim Potter1-1/+3
2003-11-14it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell1-58/+1
2003-11-14* make pidl.pl exit with an error on a parse errorAndrew Tridgell1-4/+8
2003-11-14fixed another problem with pointers to arrays in structuresAndrew Tridgell1-7/+11
2003-11-14fixed the handling of unions of pointersAndrew Tridgell1-2/+6
2003-11-14* differentiate between pointers and non-pointers in switch_is unionAndrew Tridgell1-30/+87
2003-11-13I think we now handle conformant arrays in structures correctly - theAndrew Tridgell1-14/+69
2003-11-12handle constant sized arraysAndrew Tridgell1-5/+19
2003-11-11added support for 8 byte aligned HYPER_TAndrew Tridgell1-1/+2