Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4940: Add a variable to hold a list of typedefs for which we shouldn't generate | Tim Potter | 1 | -1/+20 |
2007-10-10 | r4930: Update my copyright. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r4884: - 2nd part of support ndr_size_ generation on unions as well as struct... | Andrew Tridgell | 4 | -426/+514 |
2007-10-10 | r4883: support ndr_size_ generation on unions as well as structures | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r4865: Fix up subtree name when dissecting unions. E.g in LSA, The subtree | Tim Potter | 1 | -7/+23 |
2007-10-10 | r4858: a better fix for alignment of enumerated types (I'm not even sure why | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r4843: fixed the alignment handling of enumerated types | Andrew Tridgell | 2 | -0/+7 |
2007-10-10 | r4842: Set the end of a structure so that when you click on the proto tree, | Tim Potter | 1 | -0/+4 |
2007-10-10 | r4841: Handle levels that are signed integer types. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r4815: Handle uint8 and uint16 bitmap types. | Tim Potter | 1 | -3/+10 |
2007-10-10 | r4814: cope with perl not being in /usr/bin for idl building | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4813: this is a temporary solution to a link problem we have on some | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r4812: removed dependence on Data::Dumper | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r4800: proper fix for the _GNU_SOURCE problem with comparison_fn_t | Andrew Tridgell | 1 | -11/+1 |
2007-10-10 | r4799: comparison_fn_t is under __USE_GNU on GNU systems, therefore, we need ... | Alexander Bokovoy | 1 | -0/+5 |
2007-10-10 | r4798: When dissecting structures, name the protocol tree after the field name, | Tim Potter | 1 | -2/+2 |
2007-10-10 | r4797: Add the name of what we are pointing to when dissecting pointers. | Tim Potter | 1 | -3/+3 |
2007-10-10 | r4796: Get rid of unecessary #include | Tim Potter | 1 | -0/+2 |
2007-10-10 | r4794: - disabled the ntacl command line utilities until they are rewritten t... | Andrew Tridgell | 2 | -609/+20 |
2007-10-10 | r4773: Handle arrays of scalar types as function arguments. | Tim Potter | 1 | -24/+61 |
2007-10-10 | r4771: Fix some indentation. | Tim Potter | 1 | -6/+25 |
2007-10-10 | r4770: Change from processing ndr_*.[ch] files all at once to line-by-line. | Tim Potter | 1 | -20/+16 |
2007-10-10 | r4729: add dummy "winbind" service | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r4717: fixed our usage of VA_COPY to be more standards compliant | Andrew Tridgell | 1 | -3/+13 |
2007-10-10 | r4690: - add support for async rpc server replies | Stefan Metzmacher | 2 | -35/+120 |
2007-10-10 | r4677: stub.pm must be synced with server.pm | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4673: Fix the IDL for the QuerySecret LSA call. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r4640: first stage in the server side support for multiple context_ids on one... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4637: log packets when the server code returns an DCERPC_FAULT | Stefan Metzmacher | 2 | -0/+5 |
2007-10-10 | r4624: Several crash fixes for DCOM | Jelmer Vernooij | 1 | -2/+9 |
2007-10-10 | r4616: the first phase in the addition of proper support for | Andrew Tridgell | 2 | -4/+4 |
2007-10-10 | r4613: Fix stuff I broke in the last commit with the /x regexp flag. | Tim Potter | 1 | -44/+45 |
2007-10-10 | r4606: Start adding some more comments and some indentation for the eparser | Tim Potter | 1 | -43/+93 |
2007-10-10 | r4600: Remove Data::Dumper import leftover from debugging. | Tim Potter | 1 | -12/+16 |
2007-10-10 | r4599: Remove some duplicated code in pidl.pl. | Tim Potter | 2 | -23/+41 |
2007-10-10 | r4578: Minor cleanup of ndr_pull_array() and ndr_pull_array_foo() regexps. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r4557: support for [flags()] on typedef enum|bitmap | Stefan Metzmacher | 1 | -6/+4 |
2007-10-10 | r4556: neater (and faster) way of doing alignments and scalars | Andrew Tridgell | 1 | -33/+30 |
2007-10-10 | r4553: fix typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4551: add support for a pidl extensions | Stefan Metzmacher | 4 | -474/+622 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r4548: Convert to talloc_p() and talloc_array_p() where appropriate. | Tim Potter | 1 | -5/+39 |
2007-10-10 | r4540: sync enum and bitmap code | Stefan Metzmacher | 3 | -31/+26 |
2007-10-10 | r4535: add full support for | Stefan Metzmacher | 3 | -15/+214 |
2007-10-10 | r4534: update the yapp generated code | Stefan Metzmacher | 1 | -354/+466 |
2007-10-10 | r4533: parsing support for: | Stefan Metzmacher | 1 | -3/+18 |
2007-10-10 | r4526: - much simpler (and more accurate!) ndr_size_*() code generation. It | Andrew Tridgell | 3 | -97/+19 |
2007-10-10 | r4523: the PROPERTIES change for typedef was not quite as simple as I thought... | Andrew Tridgell | 2 | -7/+19 |
2007-10-10 | r4522: PROPERTIES are now handled at the typedef level | Andrew Tridgell | 2 | -297/+286 |
2007-10-10 | r4521: fixed up the handling of PROPERTIES elements after the change to suppo... | Andrew Tridgell | 5 | -20/+20 |