summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
...
* ooh, this is fun!Andrew Tridgell2003-11-232-2/+6
* save about 35% of the time for "make idl" by processing multiple IDLAndrew Tridgell2003-11-231-58/+72
* added support for enumerated types in IDL files. This makes unionsAndrew Tridgell2003-11-222-17/+43
* added support for 'const' in IDL files. This makes it easy to defineAndrew Tridgell2003-11-222-5/+25
* added the beginnings of an IDL validator, to give clearer errors whenAndrew Tridgell2003-11-222-0/+104
* * 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-222-57/+132
* added Parse::RecDescent module into pidl to ensure we all use the sameAndrew Tridgell2003-11-224-1/+3058
* 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-215-33/+113
* added support for 'ascstr', a ascii string in MSRPC !Andrew Tridgell2003-11-212-5/+6
* ignore generated idl.pmAndrew Tridgell2003-11-201-1/+2
* we now use a copy of pidl inside the samba4 source tree atAndrew Tridgell2003-11-202-12850/+1
* 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-203-210/+217
* * cope with pidl not being in $HOME/pidlAndrew Tridgell2003-11-202-3/+9
* use a precompiled grammer in pidl. This speeds up pidl by about aAndrew Tridgell2003-11-207-8/+12860
* avoid compiler warnings for unused variables with [relative] pointersAndrew Tridgell2003-11-201-1/+2
* its LoadStructure() in util.pm that doesn't like strict perl - anyAndrew Tridgell2003-11-201-11/+9
* damn, "use strict;" in util.pm breaks pidl - but why?Andrew Tridgell2003-11-202-1/+1
* use strict perl package everywhere for error checkingAndrew Tridgell2003-11-205-2/+6
* * added a 'lstring' type for spoolssAndrew Tridgell2003-11-203-4/+19
* * added support for empty case elements (including default cases)Andrew Tridgell2003-11-203-30/+49
* switched to a new way of handling unions, so that we can handleAndrew Tridgell2003-11-192-30/+123
* slightly more accurate structure alignment code - I need to do properAndrew Tridgell2003-11-192-3/+2
* auto-generate the pipe UUID version and nameAndrew Tridgell2003-11-182-11/+34
* support the 'default' case in IDL unionsAndrew Tridgell2003-11-182-16/+62
* auto-generate top-level debug print functions when a flag is set onAndrew Tridgell2003-11-182-18/+22
* auto-generate functions for printing top-level functionAndrew Tridgell2003-11-172-7/+48
* started documenting the extension to IDL that pidl implementsAndrew Tridgell2003-11-173-9/+79
* * support inline arraysAndrew Tridgell2003-11-174-22/+27
* handle non-NTSTATUS return typesAndrew Tridgell2003-11-171-1/+1
* better [relative] handling, allowing for nested relative structuresAndrew Tridgell2003-11-173-3/+25
* * the beginnings of non-constant fixed arraysAndrew Tridgell2003-11-164-10/+38
* added support for "relstr", structure and union properties and publicAndrew Tridgell2003-11-164-10/+54
* added the "subcontext" attribute for auto-handling of user-marshalledAndrew Tridgell2003-11-162-0/+13
* fixed the handling of much more general C expressions in value()Andrew Tridgell2003-11-161-2/+7
* added support for varying conformant arrays (needed for samrAndrew Tridgell2003-11-152-5/+34
* 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-153-3/+17
* Fix bug in generation of function ndr_pull code generation. This patchTim Potter2003-11-151-1/+3
* it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell2003-11-141-58/+1
* * make pidl.pl exit with an error on a parse errorAndrew Tridgell2003-11-142-4/+9
* fixed another problem with pointers to arrays in structuresAndrew Tridgell2003-11-141-7/+11
* fixed the handling of unions of pointersAndrew Tridgell2003-11-141-2/+6
* * differentiate between pointers and non-pointers in switch_is unionAndrew Tridgell2003-11-141-30/+87
* I think we now handle conformant arrays in structures correctly - theAndrew Tridgell2003-11-134-19/+155
* handle constant sized arraysAndrew Tridgell2003-11-122-5/+29