summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_string.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-12try to give some hint as to what is causing NDR string errorsAndrew Tridgell1-8/+8
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-33/+23
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-10/+10
2009-02-19s4:librpc/ndr: if uninitialized variable in string_array codeStefan Metzmacher1-1/+1
2009-02-03librpc: add ndr_size_string_array().Günther Deschner1-0/+23
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-10/+10
2008-10-13Import warning fixes from Samba 3 into libndr, sync more libndr code.Jelmer Vernooij1-2/+1
2008-02-12librpc: remove special support for fixed length stringsStefan Metzmacher1-44/+1
2007-12-21r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij1-11/+12
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-5/+11
2007-12-21r26261: Use enum type.Jelmer Vernooij1-1/+1
2007-12-21r26051: ndr_string: don't use ndr_pull_save anymoreStefan Metzmacher1-4/+4
2007-12-21r25916: ndr: change NTSTAUS into enum ndr_err_code (basic stuff)Stefan Metzmacher1-21/+21
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21405: add support for [flag(STR_NOTERM|NDR_REMAINING)] string_array foo;Stefan Metzmacher1-22/+105
2007-10-10r21391: add supporting forStefan Metzmacher1-0/+31
2007-10-10r16996: use the correct types, merge from samba3Stefan Metzmacher1-3/+3
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-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r13842: Make some more functions public.Jelmer Vernooij1-19/+21
2007-10-10r12651: Remove STR_LARGE_SIZE as it's no longer usedJelmer Vernooij1-12/+2
2007-10-10r12650: Remove support for NULLTERM flag (is already covered by tridge'sJelmer Vernooij1-6/+0
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12558: Support [flag(NULLTERM)] on [charset()] arraysJelmer Vernooij1-0/+10
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-10r10637: use the correct memory context in the ndr_pull_* functionStefan Metzmacher1-15/+27
2007-10-10r9795: fix the ndr_pull_string code to handle, some special cases,Stefan Metzmacher1-51/+51
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-10r9300: cope with zero length in ndr_pull_charset()Andrew Tridgell1-0/+4
2007-10-10r8261: charset style strings in pidl should be const, just like old style ndr...Andrew Tridgell1-4/+4
2007-10-10r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1,Stefan Metzmacher1-1/+16
2007-10-10r8045: fix valgrind warning, add zero padding when the string doesn't fill th...Stefan Metzmacher1-1/+5
2007-10-10r7706: Move ParseExpr() to util.Jelmer Vernooij1-4/+3
2007-10-10r7702: Implement [charset()] attribute.Jelmer Vernooij1-1/+37
2007-10-10r7695: Add support for the [string] attribute that works in the traditional s...Jelmer Vernooij1-0/+27
2007-10-10r6572: add "string_array" as new scalar type for handling SPOOLSS string array'sStefan Metzmacher1-0/+72
2007-10-10r6519: move string handling functions to a seperate fileStefan Metzmacher1-0/+499