summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
* r4884: - 2nd part of support ndr_size_ generation on unions as well as struct...Andrew Tridgell2007-10-104-426/+514
* r4883: support ndr_size_ generation on unions as well as structuresAndrew Tridgell2007-10-101-1/+6
* r4865: Fix up subtree name when dissecting unions. E.g in LSA, The subtreeTim Potter2007-10-101-7/+23
* r4858: a better fix for alignment of enumerated types (I'm not even sure whyAndrew Tridgell2007-10-101-4/+4
* r4843: fixed the alignment handling of enumerated typesAndrew Tridgell2007-10-102-0/+7
* r4842: Set the end of a structure so that when you click on the proto tree,Tim Potter2007-10-101-0/+4
* r4841: Handle levels that are signed integer types.Tim Potter2007-10-101-1/+1
* r4815: Handle uint8 and uint16 bitmap types.Tim Potter2007-10-101-3/+10
* r4814: cope with perl not being in /usr/bin for idl buildingAndrew Tridgell2007-10-101-1/+1
* r4813: this is a temporary solution to a link problem we have on someAndrew Tridgell2007-10-101-1/+2
* r4812: removed dependence on Data::DumperAndrew Tridgell2007-10-101-1/+0
* r4800: proper fix for the _GNU_SOURCE problem with comparison_fn_tAndrew Tridgell2007-10-101-11/+1
* r4799: comparison_fn_t is under __USE_GNU on GNU systems, therefore, we need ...Alexander Bokovoy2007-10-101-0/+5
* r4798: When dissecting structures, name the protocol tree after the field name,Tim Potter2007-10-101-2/+2
* r4797: Add the name of what we are pointing to when dissecting pointers.Tim Potter2007-10-101-3/+3
* r4796: Get rid of unecessary #includeTim Potter2007-10-101-0/+2
* r4794: - disabled the ntacl command line utilities until they are rewritten t...Andrew Tridgell2007-10-102-609/+20
* r4773: Handle arrays of scalar types as function arguments.Tim Potter2007-10-101-24/+61
* r4771: Fix some indentation.Tim Potter2007-10-101-6/+25
* r4770: Change from processing ndr_*.[ch] files all at once to line-by-line.Tim Potter2007-10-101-20/+16
* r4729: add dummy "winbind" serviceStefan Metzmacher2007-10-101-1/+2
* r4717: fixed our usage of VA_COPY to be more standards compliantAndrew Tridgell2007-10-101-3/+13
* r4690: - add support for async rpc server repliesStefan Metzmacher2007-10-102-35/+120
* r4677: stub.pm must be synced with server.pmStefan Metzmacher2007-10-101-2/+2
* r4673: Fix the IDL for the QuerySecret LSA call.Andrew Bartlett2007-10-101-1/+2
* r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell2007-10-101-2/+2
* r4637: log packets when the server code returns an DCERPC_FAULTStefan Metzmacher2007-10-102-0/+5
* r4624: Several crash fixes for DCOMJelmer Vernooij2007-10-101-2/+9
* r4616: the first phase in the addition of proper support forAndrew Tridgell2007-10-102-4/+4
* r4613: Fix stuff I broke in the last commit with the /x regexp flag.Tim Potter2007-10-101-44/+45
* r4606: Start adding some more comments and some indentation for the eparserTim Potter2007-10-101-43/+93
* r4600: Remove Data::Dumper import leftover from debugging.Tim Potter2007-10-101-12/+16
* r4599: Remove some duplicated code in pidl.pl.Tim Potter2007-10-102-23/+41
* r4578: Minor cleanup of ndr_pull_array() and ndr_pull_array_foo() regexps.Tim Potter2007-10-101-2/+2
* r4557: support for [flags()] on typedef enum|bitmapStefan Metzmacher2007-10-101-6/+4
* r4556: neater (and faster) way of doing alignments and scalarsAndrew Tridgell2007-10-101-33/+30
* r4553: fix typoStefan Metzmacher2007-10-101-1/+1
* r4551: add support for a pidl extensionsStefan Metzmacher2007-10-104-474/+622
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-102-2/+2
* r4548: Convert to talloc_p() and talloc_array_p() where appropriate.Tim Potter2007-10-101-5/+39
* r4540: sync enum and bitmap codeStefan Metzmacher2007-10-103-31/+26
* r4535: add full support forStefan Metzmacher2007-10-103-15/+214
* r4534: update the yapp generated codeStefan Metzmacher2007-10-101-354/+466
* r4533: parsing support for:Stefan Metzmacher2007-10-101-3/+18
* r4526: - much simpler (and more accurate!) ndr_size_*() code generation. ItAndrew Tridgell2007-10-103-97/+19
* r4523: the PROPERTIES change for typedef was not quite as simple as I thought...Andrew Tridgell2007-10-102-7/+19
* r4522: PROPERTIES are now handled at the typedef levelAndrew Tridgell2007-10-102-297/+286
* r4521: fixed up the handling of PROPERTIES elements after the change to suppo...Andrew Tridgell2007-10-105-20/+20
* r4518: added proper support for "typedef enum" in pidl. We can now use enums ...Andrew Tridgell2007-10-105-258/+403
* r4517: Revert previous commit about giving arrays of scalars their own subtree.Tim Potter2007-10-101-12/+16