summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr_string.c
Commit message (Expand)AuthorAgeFilesLines
* librpc:ndr: Set the length to 1 if we assign and empty stringAndreas Schneider2017-05-161-0/+1
* librpc/ndr: add ndr_push_charset_to_null and increase library version (abi ch...Günther Deschner2017-01-241-0/+16
* ndr: Check return code of ndr_pull_advance().Andreas Schneider2012-12-211-1/+1
* ndr: add ndr_pull_charset_to_null()David Disseldorp2012-01-131-0/+31
* lib/util/charset: Remove 'display charset'Andrew Bartlett2011-06-231-1/+0
* Fix type mixing warnings.Jeremy Allison2011-06-011-2/+2
* librpc/ndr: Use converted_size to determine if NULL termination was sentAndrew Bartlett2011-06-011-4/+10
* librpc/ndr: add new LIBNDR_FLAG_STR_RAW8 for ndr_pull_stringSean Finney2011-06-011-8/+38
* librpc/ndr: consolidate string conversion logic in ndr_pull_stringSean Finney2011-06-011-171/+44
* Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison2011-03-301-6/+6
* This doesn't look like it has anything to do with character set conversion, b...Jeremy Allison2011-03-301-7/+10
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-10/+10
* librpc/ndr: use new strlen_m_ext_term() in ndr_charset_length(): fix bug #7594Michael Adam2010-11-031-2/+2
* ndr: Handle the case of string array with all null terminated stringsMatthieu Patou2010-10-051-4/+16
* librpc/ndr: correctly implement ndr_charset_length()Stefan Metzmacher2010-08-301-2/+14
* librpc: finally merge ndr_string.c.Günther Deschner2010-05-201-0/+720