summaryrefslogtreecommitdiffstats
path: root/lib/util/charset
Commit message (Expand)AuthorAgeFilesLines
...
* lib/util/charset Preserve 'pull' errors even when converting via UTF16Andrew Bartlett2011-04-131-3/+8
* lib/util/charset Add tests for convert_string_error_handleAndrew Bartlett2011-04-131-1/+68
* lib/util/charset Add expected values for upper/lower case testsAndrew Bartlett2011-04-131-0/+16
* lib/util/charset Fix and add public interface for convert_string_error_handleAndrew Bartlett2011-04-132-7/+14
* lib/util/charset Move source3/lib/util_unistr.c to the common code.Andrew Bartlett2011-04-133-1/+345
* lib/util/charset Add tests for strcasecmp_m(), talloc_strupper() et alAndrew Bartlett2011-03-314-15/+241
* charconv: Use talloc_tos() in the S3 buildVolker Lendecke2011-03-311-1/+9
* Arg. I hate the "if (xxx) return foo" all on one line style of code.Jeremy Allison2011-03-311-2/+8
* Don't burn 2k of stack on every iconv, use the heap when it's a slow call.Jeremy Allison2011-03-311-16/+25
* lib/util/charset smb_panic() on incorrect use of strlen_m_extAndrew Bartlett2011-03-311-0/+18
* lib/util/charset Add tests for strlen_m_ext() and convert_string_talloc()Andrew Bartlett2011-03-311-2/+87
* lib/util/charset Add wrapper to allow testing of strlen_m_ext()Andrew Bartlett2011-03-312-2/+22
* lib/util/charset correct calculation of UTF8 character sizesAndrew Bartlett2011-03-311-1/+1
* Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison2011-03-303-34/+45
* lib/util/charset Add tests for convert_string_talloc_handle()Andrew Bartlett2011-03-303-0/+431
* lib/util/charset Remove pointless static bool initialisedAndrew Bartlett2011-03-301-5/+0
* 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-256-79/+79
* charcnv: added convert_string_error()Andrew Tridgell2011-03-251-33/+57
* unistr: moved some UCS2 macros into util_unistrAndrew Tridgell2011-03-251-9/+0
* 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-244-44/+36
* charset: remove another allow_badcharcnv check Andrew Tridgell2011-03-241-3/+0
* lib/util: Merge basic string length and comparison functionsAndrew Bartlett2011-03-235-343/+427
* charcnv: remove the automatic fail on allow_badcharcnv trueAndrew Tridgell2011-03-231-5/+0
* lib/: Fix prototypes for functions.Jelmer Vernooij2011-03-191-2/+2
* lib/util/charset: ICONV_WRAPPER needs talloc.Günther Deschner2011-02-231-1/+1
* Fix missing dependency on libreplace.Jelmer Vernooij2011-02-211-1/+1
* lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett2011-02-182-3/+24
* lib/util/charcnv Move iconv handle setup in commonAndrew Bartlett2011-02-185-320/+366
* lib/util/charset Use top level iconv.c in source3Andrew Bartlett2011-02-183-12/+90
* charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett2011-02-181-0/+2
* charset: allow s3 waf build to use lib/util/charsetAndrew Tridgell2011-02-181-5/+6
* lib/util/charset use get_dyn_CODEPAGEDIR(), which is in commonAndrew Bartlett2011-02-181-2/+2
* lib/util/charset split codepoints.c into it's own subsystemAndrew Bartlett2011-02-181-3/+6
* lib/util/charset use a path to dynconfig.h that works in s3 and s4Andrew Bartlett2011-02-181-1/+1
* lib/util/charset add functions isupper_m and islower_mAndrew Bartlett2011-02-182-0/+19
* s4-charset: use dyn_CODEPAGEDIR for location of upcase.dat/lowcase.datAndrew Tridgell2011-02-071-12/+4
* charcnv: removed call to setlocale() (bug 7519)Andrew Tridgell2011-02-041-10/+0
* build: fix bad syntaxMatthieu Patou2010-12-141-1/+1
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-112-2/+2
* build: finishing fixing broken libiconv on hpuxMatthieu Patou2010-12-101-0/+2
* build: Cope with broken libiconvMatthieu Patou2010-12-081-1/+5
* lib/util/charset/charconv: clarify comments in next_codepoint_convenience_ext()Michael Adam2010-11-031-5/+8
* lib/util/charset/util_unistr: clarify the comment header for strlen_m().Michael Adam2010-11-031-5/+6
* lib/util/charset/util_unistr: add strlen_m_ext_term() - variant of strlen_m_e...Michael Adam2010-11-032-0/+12
* lib/util/charset/util_unistr: add strlen_m_ext that takes input and output ch...Michael Adam2010-11-032-10/+51
* lib/charcnv/util_unistr: add next_codepoint_ext() that accepts input charset.Michael Adam2010-11-032-0/+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-032-11/+37