| Commit message (Expand) | Author | Age | Files | Lines |
* | r16996: use the correct types, merge from samba3 | Stefan Metzmacher | 2007-10-10 | 1 | -3/+3 |
* | r15776: Don't generate ref pointers in Samba4-generated code. There is no point | Jelmer Vernooij | 2007-10-10 | 1 | -4/+1 |
* | r15629: fix some warnings | Stefan Metzmacher | 2007-10-10 | 2 | -2/+2 |
* | r15624: add some useful helper functions | Stefan Metzmacher | 2007-10-10 | 1 | -0/+48 |
* | r15512: Move uuid functions out of ndr_misc.c | Jelmer Vernooij | 2007-10-10 | 3 | -126/+151 |
* | r15427: Rename private to private_data to prevent errors from C++ errors (which | Jelmer Vernooij | 2007-10-10 | 2 | -7/+7 |
* | r15407: Get rid of some more uint_t | Jelmer Vernooij | 2007-10-10 | 1 | -2/+2 |
* | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 2007-10-10 | 4 | -162/+104 |
* | r14958: fixed big-endian dcerpc connections for the new string handling code | Andrew Tridgell | 2007-10-10 | 1 | -0/+8 |
* | r14917: fixed length strings don't count any trailing nulls in the length | Andrew Tridgell | 2007-10-10 | 1 | -1/+4 |
* | r14904: fixed LIBNDR_FLAG_STR_CHARLEN (thanks to Metze for noticing this) | Andrew Tridgell | 2007-10-10 | 1 | -1/+4 |
* | r14903: rewrote ndr_push_string() to be much simpler, and correctly handle | Andrew Tridgell | 2007-10-10 | 1 | -111/+35 |
* | r14642: fix shadow warnings | Stefan Metzmacher | 2007-10-10 | 1 | -9/+12 |
* | r14544: Remove exchange-specific files. | Jelmer Vernooij | 2007-10-10 | 1 | -63/+0 |
* | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 2007-10-10 | 6 | -0/+7 |
* | r14488: Install more headers. | Jelmer Vernooij | 2007-10-10 | 1 | -0/+2 |
* | r14484: Install more headers | Jelmer Vernooij | 2007-10-10 | 1 | -0/+3 |
* | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 2007-10-10 | 2 | -0/+2 |
* | r14402: Generate seperate headers for RPC client functions. | Jelmer Vernooij | 2007-10-10 | 1 | -0/+5 |
* | r14384: Remove orpc code from includes.h | Jelmer Vernooij | 2007-10-10 | 1 | -40/+0 |
* | r14362: Only include ndr_compression.h when necessary. | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |
* | r14349: Kill proto.h! | Jelmer Vernooij | 2007-10-10 | 1 | -0/+2 |
* | r14310: length needs to be initialised | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r13842: Make some more functions public. | Jelmer Vernooij | 2007-10-10 | 2 | -33/+38 |
* | r13840: Mark some functions as public. | Jelmer Vernooij | 2007-10-10 | 2 | -137/+137 |
* | r13741: make the pointer type in pidl handle any size pointer, just in case we | Andrew Tridgell | 2007-10-10 | 1 | -8/+13 |
* | r13738: added support for a "pointer" type in pidl. This will be used in the | Andrew Tridgell | 2007-10-10 | 1 | -0/+27 |
* | r12856: make the logic much more sane | Stefan Metzmacher | 2007-10-10 | 1 | -3/+7 |
* | r12803: if we free the ndr structure how should we access the private pointer... | Stefan Metzmacher | 2007-10-10 | 1 | -1/+3 |
* | r12651: Remove STR_LARGE_SIZE as it's no longer used | Jelmer Vernooij | 2007-10-10 | 2 | -13/+2 |
* | r12650: Remove support for NULLTERM flag (is already covered by tridge's | Jelmer Vernooij | 2007-10-10 | 1 | -6/+0 |
* | r12634: make the [validate] binding string switch also check to see if the | Andrew Tridgell | 2007-10-10 | 1 | -0/+36 |
* | r12608: Remove some unused #include lines. | Jelmer Vernooij | 2007-10-10 | 3 | -3/+0 |
* | r12558: Support [flag(NULLTERM)] on [charset()] arrays | Jelmer Vernooij | 2007-10-10 | 1 | -0/+10 |
* | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 2007-10-10 | 1 | -0/+3 |
* | r12513: Similar change as my previous commit, but now for transfer syntaxes. | Jelmer Vernooij | 2007-10-10 | 2 | -0/+13 |
* | r12016: fixed a valgrind error | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r11973: make it easier to find bugs | Stefan Metzmacher | 2007-10-10 | 2 | -2/+7 |
* | r11676: as tridge uses 0x%llx in his latest commits... | Stefan Metzmacher | 2007-10-10 | 1 | -8/+2 |
* | r11141: Re-add paranoid string terminator check | Jelmer Vernooij | 2007-10-10 | 1 | -6/+9 |
* | r11107: Include 0 byte | Jelmer Vernooij | 2007-10-10 | 1 | -1/+2 |
* | r11105: Warn if conformant arrays are not at the end of a struct | Jelmer Vernooij | 2007-10-10 | 1 | -0/+7 |
* | r10873: check the complete payload header | Stefan Metzmacher | 2007-10-10 | 1 | -3/+11 |
* | r10872: fix the length of the dummy XPRESS decompressed buffer | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r10869: add dummy functions and dummy parsing of XPRESS decompression, | Stefan Metzmacher | 2007-10-10 | 2 | -8/+87 |
* | r10868: make flag(NDR_PAHEX) possible to use and show the union level in hex | Stefan Metzmacher | 2007-10-10 | 1 | -1/+5 |
* | r10637: use the correct memory context in the ndr_pull_* function | Stefan Metzmacher | 2007-10-10 | 2 | -17/+29 |
* | r10438: Move portability functions to lib/replace/; replace now simply ensures | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
* | r10346: here are only real ip-addresses valid, prevent dns lookups, | Stefan Metzmacher | 2007-10-10 | 1 | -1/+3 |
* | r10339: fix ndr_push_udlongr | Stefan Metzmacher | 2007-10-10 | 1 | -2/+2 |