summaryrefslogtreecommitdiff
path: root/source4/build/pidl
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5073: Call new autogenerator function for swig stuff instead of old one.Tim Potter1-6/+6
2007-10-10r5072: oDecrease the amount of autogenerated code (sorry tridge) and use swig'sTim Potter1-63/+62
2007-10-10r5051: initialise all elements of an array (thanks to Mike Allan for pointingAndrew Tridgell1-1/+1
2007-10-10r5044: fix pidl--swigStefan Metzmacher1-1/+1
2007-10-10r5039: fixed eparser not to generate talloc_p()Andrew Tridgell1-2/+2
2007-10-10r5036: changed HYPER_T to the more standard "hyper"Andrew Tridgell1-24/+21
2007-10-10r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell4-12/+43
2007-10-10r5032: get rid of the init fns in eparserAndrew Tridgell1-0/+3
2007-10-10r5024: Fix build.Tim Potter1-7/+1
2007-10-10r5019: Some tweaks to building the swig .i files.Tim Potter1-7/+12
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-10r4884: - 2nd part of support ndr_size_ generation on unions as well as struct...Andrew Tridgell4-426/+514
2007-10-10r4883: support ndr_size_ generation on unions as well as structuresAndrew Tridgell1-1/+6
2007-10-10r4865: Fix up subtree name when dissecting unions. E.g in LSA, The subtreeTim Potter1-7/+23
2007-10-10r4858: a better fix for alignment of enumerated types (I'm not even sure whyAndrew Tridgell1-4/+4
2007-10-10r4843: fixed the alignment handling of enumerated typesAndrew Tridgell2-0/+7
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-10r4690: - add support for async rpc server repliesStefan Metzmacher2-35/+120
2007-10-10r4677: stub.pm must be synced with server.pmStefan Metzmacher1-2/+2
2007-10-10r4673: Fix the IDL for the QuerySecret LSA call.Andrew Bartlett1-1/+2
2007-10-10r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell1-2/+2
2007-10-10r4637: log packets when the server code returns an DCERPC_FAULTStefan Metzmacher2-0/+5
2007-10-10r4624: Several crash fixes for DCOMJelmer Vernooij1-2/+9
2007-10-10r4616: the first phase in the addition of proper support forAndrew Tridgell2-4/+4
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 Potter2-23/+41
2007-10-10r4578: Minor cleanup of ndr_pull_array() and ndr_pull_array_foo() regexps.Tim Potter1-2/+2
2007-10-10r4557: support for [flags()] on typedef enum|bitmapStefan Metzmacher1-6/+4
2007-10-10r4556: neater (and faster) way of doing alignments and scalarsAndrew Tridgell1-33/+30
2007-10-10r4553: fix typoStefan Metzmacher1-1/+1
2007-10-10r4551: add support for a pidl extensionsStefan Metzmacher4-474/+622