Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r14642: fix shadow warnings | Stefan Metzmacher | 1 | -9/+12 |
2007-10-10 | r14544: Remove exchange-specific files. | Jelmer Vernooij | 1 | -63/+0 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 6 | -0/+7 |
2007-10-10 | r14488: Install more headers. | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r14484: Install more headers | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r14402: Generate seperate headers for RPC client functions. | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r14384: Remove orpc code from includes.h | Jelmer Vernooij | 1 | -40/+0 |
2007-10-10 | r14362: Only include ndr_compression.h when necessary. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14349: Kill proto.h! | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r14310: length needs to be initialised | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r13842: Make some more functions public. | Jelmer Vernooij | 2 | -33/+38 |
2007-10-10 | r13840: Mark some functions as public. | Jelmer Vernooij | 2 | -137/+137 |
2007-10-10 | r13741: make the pointer type in pidl handle any size pointer, just in case we | Andrew Tridgell | 1 | -8/+13 |
2007-10-10 | r13738: added support for a "pointer" type in pidl. This will be used in the | Andrew Tridgell | 1 | -0/+27 |
2007-10-10 | r12856: make the logic much more sane | Stefan Metzmacher | 1 | -3/+7 |
2007-10-10 | r12803: if we free the ndr structure how should we access the private pointer... | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r12651: Remove STR_LARGE_SIZE as it's no longer used | Jelmer Vernooij | 2 | -13/+2 |
2007-10-10 | r12650: Remove support for NULLTERM flag (is already covered by tridge's | Jelmer Vernooij | 1 | -6/+0 |
2007-10-10 | r12634: make the [validate] binding string switch also check to see if the | Andrew Tridgell | 1 | -0/+36 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 3 | -3/+0 |
2007-10-10 | r12558: Support [flag(NULLTERM)] on [charset()] arrays | Jelmer Vernooij | 1 | -0/+10 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r12513: Similar change as my previous commit, but now for transfer syntaxes. | Jelmer Vernooij | 2 | -0/+13 |
2007-10-10 | r12016: fixed a valgrind error | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11973: make it easier to find bugs | Stefan Metzmacher | 2 | -2/+7 |
2007-10-10 | r11676: as tridge uses 0x%llx in his latest commits... | Stefan Metzmacher | 1 | -8/+2 |
2007-10-10 | r11141: Re-add paranoid string terminator check | Jelmer Vernooij | 1 | -6/+9 |
2007-10-10 | r11107: Include 0 byte | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r11105: Warn if conformant arrays are not at the end of a struct | Jelmer Vernooij | 1 | -0/+7 |
2007-10-10 | r10873: check the complete payload header | Stefan Metzmacher | 1 | -3/+11 |
2007-10-10 | r10872: fix the length of the dummy XPRESS decompressed buffer | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r10869: add dummy functions and dummy parsing of XPRESS decompression, | Stefan Metzmacher | 2 | -8/+87 |
2007-10-10 | r10868: make flag(NDR_PAHEX) possible to use and show the union level in hex | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r10637: use the correct memory context in the ndr_pull_* function | Stefan Metzmacher | 2 | -17/+29 |
2007-10-10 | r10438: Move portability functions to lib/replace/; replace now simply ensures | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10346: here are only real ip-addresses valid, prevent dns lookups, | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r10339: fix ndr_push_udlongr | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r10141: if some of the LIBNDR_ALIGN_* flags and LIBNDR_FLAG_REMAINING are set, | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r9795: fix the ndr_pull_string code to handle, some special cases, | Stefan Metzmacher | 1 | -51/+51 |
2007-10-10 | r9518: - remove the subcontext_size() hack from rev 9509 | Stefan Metzmacher | 1 | -15/+0 |
2007-10-10 | r9509: start to fix the pushing of drsuapi_DsAttributeValueDNString structs, | Stefan Metzmacher | 1 | -0/+15 |
2007-10-10 | r9441: Use "const char *" for fixed-size arrays with charset() because | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r9440: Fix bug introduced by new zero-padding code. Caught by the buildfarm. | Jelmer Vernooij | 1 | -6/+9 |
2007-10-10 | r9439: Make sure the remainder of the array is always initialized if the buff... | Jelmer Vernooij | 1 | -1/+7 |
2007-10-10 | r9373: - create a hierachical memory tree with recursiv ndr_pull_* functions | Stefan Metzmacher | 5 | -13/+42 |
2007-10-10 | r9372: - make the subcontext handling autogenerated code look nicer, | Stefan Metzmacher | 4 | -59/+121 |
2007-10-10 | r9356: a better way of coping with NULL arrays in the array bounds checking. ... | Andrew Tridgell | 1 | -8/+0 |
2007-10-10 | r9347: this array bounds checking is harder than it looks ... | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r9300: cope with zero length in ndr_pull_charset() | Andrew Tridgell | 1 | -0/+4 |