Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7865: changed pidl to take a "const void *" instead of a "void *" for the | Andrew Tridgell | 1 | -10/+8 |
2007-10-10 | r7729: Small fixes to the charset stuff. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r7706: Move ParseExpr() to util. | Jelmer Vernooij | 1 | -43/+21 |
2007-10-10 | r7702: Implement [charset()] attribute. | Jelmer Vernooij | 1 | -8/+22 |
2007-10-10 | r7695: Add support for the [string] attribute that works in the traditional s... | Jelmer Vernooij | 1 | -19/+49 |
2007-10-10 | r7604: Bunch of small pidl updates. Mostly removing unused functions, | Jelmer Vernooij | 1 | -186/+61 |
2007-10-10 | r7590: Cleanups, add more notes on new string code. | Jelmer Vernooij | 1 | -54/+18 |
2007-10-10 | r7552: Use ParseExpr() for [value] attributes; allows | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r7330: use ParseExpr() also for subcontext_size() | Stefan Metzmacher | 1 | -7/+11 |
2007-10-10 | r7195: - Fix echo pipe | Jelmer Vernooij | 1 | -12/+32 |
2007-10-10 | r7187: fix alignment of unions | Stefan Metzmacher | 1 | -16/+12 |
2007-10-10 | r7186: add [relative_base] property, which is allowed on typedef's | Stefan Metzmacher | 1 | -6/+65 |
2007-10-10 | r7184: remove unused ndr_pull/push_struct_start/end() functions | Stefan Metzmacher | 1 | -14/+2 |
2007-10-10 | r7121: More subcontext fixes. A subcontext does not always imply internally d... | Jelmer Vernooij | 1 | -5/+1 |
2007-10-10 | r7118: allways pull scalars and buffers when pulling the subcontext context | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r7098: - make use of the NDR table instead of the IDL table in the client and... | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r7084: - readd the work from rev 6516,6517,6572 | Stefan Metzmacher | 1 | -10/+8 |
2007-10-10 | r7059: Use namespaces for pidl and the build system, so we can later on | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r7036: Allow more operations in several properties (such as size_is, length_is, | Jelmer Vernooij | 1 | -21/+11 |
2007-10-10 | r6973: Merge new version of pidl into the main SAMBA_4_0 branch. | Jelmer Vernooij | 1 | -898/+975 |
2007-10-10 | r6350: Add a newline to make things look prettier. | Tim Potter | 1 | -0/+1 |
2007-10-10 | r6294: - add obfuscate support, which is used in MAPI rpc's, (the ^= 0xA5 stu... | Stefan Metzmacher | 1 | -22/+76 |
2007-10-10 | r6190: fix gensize on unions | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r6180: Use token_lists for storing switch values | Jelmer Vernooij | 1 | -6/+10 |
2007-10-10 | r6159: Move some more general ndr stuff (alignment calculations) to ndr.pm | Jelmer Vernooij | 1 | -102/+10 |
2007-10-10 | r6143: Put compression support in the subcontext handling functions rather | Jelmer Vernooij | 1 | -45/+36 |
2007-10-10 | r6061: add start of compression support in our rpc code | Stefan Metzmacher | 1 | -4/+134 |
2007-10-10 | r5853: Move some of the functions not specific to the Samba NDR parser generator | Jelmer Vernooij | 1 | -178/+48 |
2007-10-10 | r5852: Rename ndr.pm to ndr_parser.pm | Jelmer Vernooij | 1 | -0/+2275 |