summaryrefslogtreecommitdiffstats
path: root/lib/util/charset/charcnv.c
Commit message (Expand)AuthorAgeFilesLines
* lib/util/charset use convert_string.c in commonAndrew Bartlett2011-04-281-135/+0
* lib/util/charset Fix and add public interface for convert_string_error_handleAndrew Bartlett2011-04-131-7/+8
* Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison2011-03-301-3/+3
* charcnv: ensure convert_string_error doesn't conflict with s3 functionAndrew Tridgell2011-03-251-5/+5
* lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett2011-03-251-4/+4
* charcnv: added convert_string_error()Andrew Tridgell2011-03-251-33/+57
* libcli: created smb_constants.hAndrew Tridgell2011-03-251-0/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-9/+7
* charset: remove another allow_badcharcnv check Andrew Tridgell2011-03-241-3/+0
* charcnv: remove the automatic fail on allow_badcharcnv trueAndrew Tridgell2011-03-231-5/+0
* lib/util/charcnv Move iconv handle setup in commonAndrew Bartlett2011-02-181-289/+0
* charcnv: removed call to setlocale() (bug 7519)Andrew Tridgell2011-02-041-10/+0
* lib/util/charset/charconv: clarify comments in next_codepoint_convenience_ext()Michael Adam2010-11-031-5/+8
* lib/charset/charcnv: rename a parameter of next_codepoint_convenience_ext() f...Michael Adam2010-11-031-5/+5
* lib/charset/charcnv: add next_codepoint_convenience_ext() that accepts input ...Michael Adam2010-11-031-11/+34
* convert_string_talloc_convenience - print out the input buffer in a better wa...Matthias Dieter Wallnöfer2010-03-221-1/+2
* charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell2010-03-181-8/+32
* Add a new non-convenience version of push_codepoint.Jelmer Vernooij2009-04-231-1/+3
* Revert accidental reintroduction of void ** bug.Jelmer Vernooij2009-03-081-2/+4
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-15/+27
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-2/+9
* Remove convert_string_talloc_descriptor, add iconv_talloc().Jelmer Vernooij2008-11-011-58/+72
* finished adding UTF16_MUNGED charsetAndrew Tridgell2008-10-311-0/+1
* Add version of next_codepoint without iconv_convenience.Jelmer Vernooij2008-10-241-1/+1
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-2/+2
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-241-323/+0
* Remove unnecessary include, improve function name.Jelmer Vernooij2008-10-241-3/+2
* Move charset library to top level.Jelmer Vernooij2008-10-241-0/+768