summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_string.c
Commit message (Expand)AuthorAgeFilesLines
* librpc: finally merge ndr_string.c.Günther Deschner2010-05-201-705/+0
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-20/+14
* s4-libndr: fix ndr_pull_string_array() for non utf16 arrays in s4 as well.Günther Deschner2010-05-141-1/+1
* try to give some hint as to what is causing NDR string errorsAndrew Tridgell2009-08-121-8/+8
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-33/+23
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-10/+10
* s4:librpc/ndr: if uninitialized variable in string_array codeStefan Metzmacher2009-02-191-1/+1
* librpc: add ndr_size_string_array().Günther Deschner2009-02-031-0/+23
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-10/+10
* Import warning fixes from Samba 3 into libndr, sync more libndr code.Jelmer Vernooij2008-10-131-2/+1
* librpc: remove special support for fixed length stringsStefan Metzmacher2008-02-121-44/+1
* r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-11/+12
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-211-5/+11
* r26261: Use enum type.Jelmer Vernooij2007-12-211-1/+1
* r26051: ndr_string: don't use ndr_pull_save anymoreStefan Metzmacher2007-12-211-4/+4
* r25916: ndr: change NTSTAUS into enum ndr_err_code (basic stuff)Stefan Metzmacher2007-12-211-21/+21
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21405: add support for [flag(STR_NOTERM|NDR_REMAINING)] string_array foo;Stefan Metzmacher2007-10-101-22/+105
* r21391: add supporting forStefan Metzmacher2007-10-101-0/+31
* 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