summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
* r12016: fixed a valgrind errorAndrew Tridgell2007-10-101-1/+1
* r11973: make it easier to find bugsStefan Metzmacher2007-10-102-2/+7
* r11676: as tridge uses 0x%llx in his latest commits...Stefan Metzmacher2007-10-101-8/+2
* r11141: Re-add paranoid string terminator checkJelmer Vernooij2007-10-101-6/+9
* r11107: Include 0 byteJelmer Vernooij2007-10-101-1/+2
* r11105: Warn if conformant arrays are not at the end of a structJelmer Vernooij2007-10-101-0/+7
* r10873: check the complete payload headerStefan Metzmacher2007-10-101-3/+11
* r10872: fix the length of the dummy XPRESS decompressed bufferStefan Metzmacher2007-10-101-1/+1
* r10869: add dummy functions and dummy parsing of XPRESS decompression,Stefan Metzmacher2007-10-102-8/+87
* r10868: make flag(NDR_PAHEX) possible to use and show the union level in hexStefan Metzmacher2007-10-101-1/+5
* r10637: use the correct memory context in the ndr_pull_* functionStefan Metzmacher2007-10-102-17/+29
* r10438: Move portability functions to lib/replace/; replace now simply ensuresJelmer Vernooij2007-10-101-1/+1
* r10346: here are only real ip-addresses valid, prevent dns lookups,Stefan Metzmacher2007-10-101-1/+3
* r10339: fix ndr_push_udlongrStefan Metzmacher2007-10-101-2/+2
* r10141: if some of the LIBNDR_ALIGN_* flags and LIBNDR_FLAG_REMAINING are set,Stefan Metzmacher2007-10-101-0/+6
* r9795: fix the ndr_pull_string code to handle, some special cases,Stefan Metzmacher2007-10-101-51/+51
* r9518: - remove the subcontext_size() hack from rev 9509Stefan Metzmacher2007-10-101-15/+0
* r9509: start to fix the pushing of drsuapi_DsAttributeValueDNString structs,Stefan Metzmacher2007-10-101-0/+15
* r9441: Use "const char *" for fixed-size arrays with charset() becauseJelmer Vernooij2007-10-101-1/+1
* r9440: Fix bug introduced by new zero-padding code. Caught by the buildfarm.Jelmer Vernooij2007-10-101-6/+9
* r9439: Make sure the remainder of the array is always initialized if the buff...Jelmer Vernooij2007-10-101-1/+7
* r9373: - create a hierachical memory tree with recursiv ndr_pull_* functionsStefan Metzmacher2007-10-105-13/+42
* r9372: - make the subcontext handling autogenerated code look nicer,Stefan Metzmacher2007-10-104-59/+121
* r9356: a better way of coping with NULL arrays in the array bounds checking. ...Andrew Tridgell2007-10-101-8/+0
* r9347: this array bounds checking is harder than it looks ...Andrew Tridgell2007-10-101-0/+8
* r9300: cope with zero length in ndr_pull_charset()Andrew Tridgell2007-10-101-0/+4
* r8707: this typedef isn't used, and breaks the build on HPUX, so I've removed itAndrew Tridgell2007-10-101-2/+0
* r8614: Add COMRESULT/HRESULT scalar typeJelmer Vernooij2007-10-101-0/+2
* r8612: Parse::Pidl::NDR:Jelmer Vernooij2007-10-101-192/+0
* r8522: fixed another couple of size_t warningsAndrew Tridgell2007-10-101-1/+1
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-103-6/+6
* r8519: better method of ensuring null terminationAndrew Tridgell2007-10-101-1/+3
* r8518: ensure all constructed NDR packets are null terminated. This is neededAndrew Tridgell2007-10-101-8/+9
* r8500: greatly reduce the number of build warnings on x86-64 (every NDR macroAndrew Tridgell2007-10-101-5/+5
* r8335: removed some duplicated codeAndrew Tridgell2007-10-101-9/+5
* r8261: charset style strings in pidl should be const, just like old style ndr...Andrew Tridgell2007-10-101-4/+4
* r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1,Stefan Metzmacher2007-10-102-2/+18
* r8212: fix pushing of nbt_string's:Stefan Metzmacher2007-10-101-0/+1
* r8210: - make the ndr_token_* function publicStefan Metzmacher2007-10-101-18/+29
* r8167: - use the same algorithm than w2k3 for 'unique' pointer valuesStefan Metzmacher2007-10-102-5/+13
* r8157: add the algorithm for unique pointers that w2k3 uses.Stefan Metzmacher2007-10-101-0/+6
* r8150: these should be staticStefan Metzmacher2007-10-101-2/+2
* r8148: - make the PAC generation code a bit more readable and add some outof ...Stefan Metzmacher2007-10-102-0/+145
* r8108: Fix indentation, and remove a discard_const_p() that we don't need any...Andrew Bartlett2007-10-101-4/+4
* r8050: - make use of more [value()] propertiesStefan Metzmacher2007-10-101-0/+6
* r8045: fix valgrind warning, add zero padding when the string doesn't fill th...Stefan Metzmacher2007-10-101-1/+5
* r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell2007-10-107-32/+30
* r7706: Move ParseExpr() to util.Jelmer Vernooij2007-10-101-4/+3
* r7702: Implement [charset()] attribute.Jelmer Vernooij2007-10-101-1/+37
* r7695: Add support for the [string] attribute that works in the traditional s...Jelmer Vernooij2007-10-101-0/+27