summaryrefslogtreecommitdiffstats
path: root/source4/build/pidl
Commit message (Expand)AuthorAgeFilesLines
...
* don't save the intermediate form to disk unless we need toAndrew Tridgell2003-12-071-19/+14
* a bit more speed and better line matching in errorsAndrew Tridgell2003-12-071-4/+8
* make pidl a little less verboseAndrew Tridgell2003-12-071-4/+2
* re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, ThisAndrew Tridgell2003-12-075-3071/+313
* netr_DatabaseSync() now works fully for databases 0, 1 and 2Andrew Tridgell2003-12-021-1/+1
* added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell2003-12-021-19/+17
* * 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
* started adding netlogon IDL and test suiteAndrew Tridgell2003-12-011-0/+2
* make sure there is at least one valid interface in an IDL fileAndrew Tridgell2003-11-281-1/+1
* * added a bunch of placeholder IDL filesAndrew Tridgell2003-11-282-2/+44
* * support multiple interfaces in one IDL file in pidlAndrew Tridgell2003-11-284-31/+35
* added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell2003-11-282-1/+98
* added an rpc scanner. This prints messages like this:Andrew Tridgell2003-11-272-4/+7
* added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell2003-11-261-1/+1
* added some paranoid checking for enumsAndrew Tridgell2003-11-261-2/+5
* * prepared the dcerpc subsystem for adding the RPC over TCP transportAndrew Tridgell2003-11-241-3/+3
* give far more detail in the EPMAPPER resultsAndrew 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-242-15/+36
* added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell2003-11-232-2/+42
* fixed the handling of value() attributes on scalars in IDL thatAndrew Tridgell2003-11-231-9/+5
* 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