summaryrefslogtreecommitdiff
path: root/source4/build/pidl/eparser.pm
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5852: Rename ndr.pm to ndr_parser.pmJelmer Vernooij1-1/+1
2007-10-10r5422: Fix ethereal parser generator.Jelmer Vernooij1-85/+86
2007-10-10r5338: More efforts to handle types similarly.Jelmer Vernooij1-4/+4
2007-10-10r5039: fixed eparser not to generate talloc_p()Andrew Tridgell1-2/+2
2007-10-10r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell1-4/+0
2007-10-10r5032: get rid of the init fns in eparserAndrew Tridgell1-0/+3
2007-10-10r5010: Handle weird-ass NTTIME_1sec and NTTIME_hyper types.Tim Potter1-1/+2
2007-10-10r5009: Put bitmaps in their own subtree.Tim Potter1-1/+6
2007-10-10r5008: 32-bits is the default bitmap size.Tim Potter1-2/+1
2007-10-10r5007: Fix bug in regexp where we were eating the strings "in" or "out" fromTim Potter1-3/+3
2007-10-10r5006: Implement parsing of pidl bitmaps in ethereal parsers. This worksTim Potter1-5/+34
2007-10-10r4993: Generate nicer name for enum hf.Tim Potter1-2/+15
2007-10-10r4991: Remove debugging statement.Tim Potter1-1/+0
2007-10-10r4990: Generate value strings for pidl enumerations.Tim Potter1-13/+57
2007-10-10r4940: Add a variable to hold a list of typedefs for which we shouldn't generateTim Potter1-1/+20
2007-10-10r4930: Update my copyright.Tim Potter1-1/+1
2007-10-10r4865: Fix up subtree name when dissecting unions. E.g in LSA, The subtreeTim Potter1-7/+23
2007-10-10r4842: Set the end of a structure so that when you click on the proto tree,Tim Potter1-0/+4
2007-10-10r4841: Handle levels that are signed integer types.Tim Potter1-1/+1
2007-10-10r4815: Handle uint8 and uint16 bitmap types.Tim Potter1-3/+10
2007-10-10r4798: When dissecting structures, name the protocol tree after the field name,Tim Potter1-2/+2
2007-10-10r4797: Add the name of what we are pointing to when dissecting pointers.Tim Potter1-3/+3
2007-10-10r4796: Get rid of unecessary #includeTim Potter1-0/+2
2007-10-10r4773: Handle arrays of scalar types as function arguments.Tim Potter1-24/+61
2007-10-10r4771: Fix some indentation.Tim Potter1-6/+25
2007-10-10r4770: Change from processing ndr_*.[ch] files all at once to line-by-line.Tim Potter1-20/+16
2007-10-10r4613: Fix stuff I broke in the last commit with the /x regexp flag.Tim Potter1-44/+45
2007-10-10r4606: Start adding some more comments and some indentation for the eparserTim Potter1-43/+93
2007-10-10r4600: Remove Data::Dumper import leftover from debugging.Tim Potter1-12/+16
2007-10-10r4599: Remove some duplicated code in pidl.pl.Tim Potter1-3/+33
2007-10-10r4578: Minor cleanup of ndr_pull_array() and ndr_pull_array_foo() regexps.Tim Potter1-2/+2
2007-10-10r4521: fixed up the handling of PROPERTIES elements after the change to suppo...Andrew Tridgell1-3/+3
2007-10-10r4517: Revert previous commit about giving arrays of scalars their own subtree.Tim Potter1-12/+16
2007-10-10r4512: Give arrays of scalar types their own subtree.Tim Potter1-12/+25
2007-10-10r4511: Remove a crapload of dead code.Tim Potter1-835/+0
2007-10-10r4495: Some more regexps for handling stuff in the lsa and samr pipes -Tim Potter1-1/+14
2007-10-10r4469: Version n + 1 of the pidl ethereal parser generator. This version isTim Potter1-58/+318
2007-10-10r2222: Generate correct function prototypes for unions marked as public.Tim Potter1-1/+1
2007-10-10r2221: Experiment with extra properties for telling the ethereal parser whatTim Potter1-7/+13
2007-10-10r2183: Tidy up naming of ethereal fields. The field names are taken from theTim Potter1-9/+20
2007-10-10r1826: Implement some stub functions: ndr_pull_{save,restore,set_offset}()Tim Potter1-1/+1
2007-10-10r1815: Update parser for recent changes to perl parser.Tim Potter1-2/+1
2007-10-10r1767: Checkin of workarea. Sorry Jelmer but this overwrites some of your ch...Tim Potter1-338/+346
2007-10-10r1736: - Pidl updates:Jelmer Vernooij1-59/+45
2007-10-10r1703: - Lots of RPC updates, adding new pipes and protocols.Jelmer Vernooij1-19/+24
2007-10-10r1701: Bugfixes to Tim's ethereal parser generatorJelmer Vernooij1-11/+13
2007-10-10r1595: Always use a loop variable named $e when iterating over lists ofTim Potter1-6/+6
2007-10-10r1594: Remove some array checks that we can't do because we don't store stateTim Potter1-33/+11
2007-10-10r1592: Fix up subtrees for non-scalar types instead of hardcoding module subt...Tim Potter1-17/+37
2007-10-10r1586: Finally, a technique for putting buffers in scalars in the sameTim Potter1-77/+32