summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2-6/+6
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17888: use talloc_*_ptrtype() macros as wrappers arround the talloc_*_size()Stefan Metzmacher1-11/+10
2007-10-10r16996: use the correct types, merge from samba3Stefan Metzmacher1-3/+3
2007-10-10r15776: Don't generate ref pointers in Samba4-generated code. There is no pointJelmer Vernooij1-4/+1
2007-10-10r15629: fix some warningsStefan Metzmacher2-2/+2
2007-10-10r15624: add some useful helper functionsStefan Metzmacher1-0/+48
2007-10-10r15512: Move uuid functions out of ndr_misc.cJelmer Vernooij3-126/+151
2007-10-10r15427: Rename private to private_data to prevent errors from C++ errors (whichJelmer Vernooij2-7/+7
2007-10-10r15407: Get rid of some more uint_tJelmer Vernooij1-2/+2
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij4-162/+104
2007-10-10r14958: fixed big-endian dcerpc connections for the new string handling codeAndrew Tridgell1-0/+8
2007-10-10r14917: fixed length strings don't count any trailing nulls in the lengthAndrew Tridgell1-1/+4
2007-10-10r14904: fixed LIBNDR_FLAG_STR_CHARLEN (thanks to Metze for noticing this)Andrew Tridgell1-1/+4
2007-10-10r14903: rewrote ndr_push_string() to be much simpler, and correctly handleAndrew Tridgell1-111/+35
2007-10-10r14642: fix shadow warningsStefan Metzmacher1-9/+12
2007-10-10r14544: Remove exchange-specific files.Jelmer Vernooij1-63/+0
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij6-0/+7
2007-10-10r14488: Install more headers.Jelmer Vernooij1-0/+2
2007-10-10r14484: Install more headersJelmer Vernooij1-0/+3
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2-0/+2
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij1-0/+5
2007-10-10r14384: Remove orpc code from includes.hJelmer Vernooij1-40/+0
2007-10-10r14362: Only include ndr_compression.h when necessary.Jelmer Vernooij1-0/+1
2007-10-10r14349: Kill proto.h!Jelmer Vernooij1-0/+2
2007-10-10r14310: length needs to be initialisedAndrew Tridgell1-1/+1
2007-10-10r13842: Make some more functions public.Jelmer Vernooij2-33/+38
2007-10-10r13840: Mark some functions as public.Jelmer Vernooij2-137/+137
2007-10-10r13741: make the pointer type in pidl handle any size pointer, just in case weAndrew Tridgell1-8/+13
2007-10-10r13738: added support for a "pointer" type in pidl. This will be used in theAndrew Tridgell1-0/+27
2007-10-10r12856: make the logic much more saneStefan Metzmacher1-3/+7
2007-10-10r12803: if we free the ndr structure how should we access the private pointer...Stefan Metzmacher1-1/+3
2007-10-10r12651: Remove STR_LARGE_SIZE as it's no longer usedJelmer Vernooij2-13/+2
2007-10-10r12650: Remove support for NULLTERM flag (is already covered by tridge'sJelmer Vernooij1-6/+0
2007-10-10r12634: make the [validate] binding string switch also check to see if theAndrew Tridgell1-0/+36
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij3-3/+0
2007-10-10r12558: Support [flag(NULLTERM)] on [charset()] arraysJelmer Vernooij1-0/+10
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+3
2007-10-10r12513: Similar change as my previous commit, but now for transfer syntaxes.Jelmer Vernooij2-0/+13
2007-10-10r12016: fixed a valgrind errorAndrew Tridgell1-1/+1
2007-10-10r11973: make it easier to find bugsStefan Metzmacher2-2/+7
2007-10-10r11676: as tridge uses 0x%llx in his latest commits...Stefan Metzmacher1-8/+2
2007-10-10r11141: Re-add paranoid string terminator checkJelmer Vernooij1-6/+9
2007-10-10r11107: Include 0 byteJelmer Vernooij1-1/+2
2007-10-10r11105: Warn if conformant arrays are not at the end of a structJelmer Vernooij1-0/+7
2007-10-10r10873: check the complete payload headerStefan Metzmacher1-3/+11
2007-10-10r10872: fix the length of the dummy XPRESS decompressed bufferStefan Metzmacher1-1/+1
2007-10-10r10869: add dummy functions and dummy parsing of XPRESS decompression,Stefan Metzmacher2-8/+87
2007-10-10r10868: make flag(NDR_PAHEX) possible to use and show the union level in hexStefan Metzmacher1-1/+5
2007-10-10r10637: use the correct memory context in the ndr_pull_* functionStefan Metzmacher2-17/+29