summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr/ndr_string.c
Commit message (Expand)AuthorAgeFilesLines
* r16996: use the correct types, merge from samba3Stefan Metzmacher2007-10-101-3/+3
* r14958: fixed big-endian dcerpc connections for the new string handling codeAndrew Tridgell2007-10-101-0/+8
* r14917: fixed length strings don't count any trailing nulls in the lengthAndrew Tridgell2007-10-101-1/+4
* r14904: fixed LIBNDR_FLAG_STR_CHARLEN (thanks to Metze for noticing this)Andrew Tridgell2007-10-101-1/+4
* r14903: rewrote ndr_push_string() to be much simpler, and correctly handleAndrew Tridgell2007-10-101-111/+35
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r13842: Make some more functions public.Jelmer Vernooij2007-10-101-19/+21
* r12651: Remove STR_LARGE_SIZE as it's no longer usedJelmer Vernooij2007-10-101-12/+2
* r12650: Remove support for NULLTERM flag (is already covered by tridge'sJelmer Vernooij2007-10-101-6/+0
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12558: Support [flag(NULLTERM)] on [charset()] arraysJelmer Vernooij2007-10-101-0/+10
* 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
* r10637: use the correct memory context in the ndr_pull_* functionStefan Metzmacher2007-10-101-15/+27
* r9795: fix the ndr_pull_string code to handle, some special cases,Stefan Metzmacher2007-10-101-51/+51
* 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
* r9300: cope with zero length in ndr_pull_charset()Andrew Tridgell2007-10-101-0/+4
* 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-101-1/+16
* r8045: fix valgrind warning, add zero padding when the string doesn't fill th...Stefan Metzmacher2007-10-101-1/+5
* 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
* r6572: add "string_array" as new scalar type for handling SPOOLSS string array'sStefan Metzmacher2007-10-101-0/+72
* r6519: move string handling functions to a seperate fileStefan Metzmacher2007-10-101-0/+499