summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r10438: Move portability functions to lib/replace/; replace now simply ensuresJelmer Vernooij1-1/+1
2007-10-10r10346: here are only real ip-addresses valid, prevent dns lookups,Stefan Metzmacher1-1/+3
2007-10-10r10339: fix ndr_push_udlongrStefan Metzmacher1-2/+2
2007-10-10r10141: if some of the LIBNDR_ALIGN_* flags and LIBNDR_FLAG_REMAINING are set,Stefan Metzmacher1-0/+6
2007-10-10r9795: fix the ndr_pull_string code to handle, some special cases,Stefan Metzmacher1-51/+51
2007-10-10r9518: - remove the subcontext_size() hack from rev 9509Stefan Metzmacher1-15/+0
2007-10-10r9509: start to fix the pushing of drsuapi_DsAttributeValueDNString structs,Stefan Metzmacher1-0/+15
2007-10-10r9441: Use "const char *" for fixed-size arrays with charset() becauseJelmer Vernooij1-1/+1
2007-10-10r9440: Fix bug introduced by new zero-padding code. Caught by the buildfarm.Jelmer Vernooij1-6/+9
2007-10-10r9439: Make sure the remainder of the array is always initialized if the buff...Jelmer Vernooij1-1/+7
2007-10-10r9373: - create a hierachical memory tree with recursiv ndr_pull_* functionsStefan Metzmacher5-13/+42
2007-10-10r9372: - make the subcontext handling autogenerated code look nicer,Stefan Metzmacher4-59/+121
2007-10-10r9356: a better way of coping with NULL arrays in the array bounds checking. ...Andrew Tridgell1-8/+0
2007-10-10r9347: this array bounds checking is harder than it looks ...Andrew Tridgell1-0/+8
2007-10-10r9300: cope with zero length in ndr_pull_charset()Andrew Tridgell1-0/+4
2007-10-10r8707: this typedef isn't used, and breaks the build on HPUX, so I've removed itAndrew Tridgell1-2/+0
2007-10-10r8614: Add COMRESULT/HRESULT scalar typeJelmer Vernooij1-0/+2
2007-10-10r8612: Parse::Pidl::NDR:Jelmer Vernooij1-192/+0
2007-10-10r8522: fixed another couple of size_t warningsAndrew Tridgell1-1/+1
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell3-6/+6