summaryrefslogtreecommitdiffstats
path: root/lib/util/charset
Commit message (Expand)AuthorAgeFilesLines
* lib/util/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-021-0/+1
* iconv: Use a static buffer in iconf not to spoil the talloc_poolVolker Lendecke2013-12-141-15/+1
* lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett2012-09-261-7/+1
* lib/util/charset: Try to find iconv on HP-UXAndrew Bartlett2012-09-261-0/+3
* lib/util: Fix typo in comment.Jelmer Vernooij2012-06-151-1/+1
* charset: Remove unused strcmp_w()Andrew Bartlett2012-02-102-15/+0
* charset: Remove unused iconv_talloc()Andrew Bartlett2012-02-103-120/+1
* charset/tests: Add prototypes for test functions.Jelmer Vernooij2012-02-072-0/+7
* lib/charset: Remove an unused variableVolker Lendecke2011-12-251-0/+2
* s3: Fix fn signatures in charset_macosx.cVolker Lendecke2011-12-252-6/+6
* lib/util/charset Remove unused header smb_common.hAndrew Bartlett2011-10-241-1/+0
* Fix const warnings.Jeremy Allison2011-10-141-4/+4
* build: Fix waf build on MacOS XAndrew Bartlett2011-09-231-1/+1
* lib/util/charset: remove charset module loadingAndrew Bartlett2011-09-209-172/+105
* lib/util/charcnv: Remove broken internal CP850 and CP464 modulesAndrew Bartlett2011-09-204-364/+0
* lib/util/charset: the comparsion must be against our charset modulesAndrew Bartlett2011-09-101-2/+2
* lib/util/charset Use name of ISO-8859-1 that matches our internal implementationAndrew Bartlett2011-09-101-44/+44
* lib/util/charset: Improve toture assertions in iconv testAndrew Bartlett2011-09-101-1/+14
* lib/util/charset Run charset sets with and without the system iconvAndrew Bartlett2011-09-103-14/+28
* lib/util/charset: add back loading of charset modulesAndrew Bartlett2011-09-102-34/+64
* Fix bug 8433, segfault in iconv.cVolker Lendecke2011-09-011-1/+0
* charset: Make name lowercase everywhere.Jelmer Vernooij2011-07-231-5/+5
* Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys...Jeremy Allison2011-07-192-0/+12
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-192-42/+0
* lib: Allow NULL converted_size in convert_string_tallocVolker Lendecke2011-06-241-2/+6
* lib/util/charset: Remove autodetection of charset from LOCALEAndrew Bartlett2011-06-231-31/+0
* lib/util/charset: Remove 'display charset'Andrew Bartlett2011-06-234-69/+60
* Fix numerous missing dependencies in WAF build scriptsSean Finney2011-05-251-2/+2
* lib/util/charset: Remove unused strcasecmp_w and strncasecmp_wAndrew Bartlett2011-05-181-32/+0
* lib/util/charset use talloc_stackframe() rather than talloc_tos()Andrew Bartlett2011-05-181-12/+12
* lib/util/charset Don't allow invalid 'dos charset = utf8'Andrew Bartlett2011-05-181-0/+5
* lib/util/charset: fix the toplevel MacOS X build.Günther Deschner2011-05-171-2/+3
* lib/util/charset Move built-in charset modules to the top levelAndrew Bartlett2011-05-136-1/+1028
* Fix many const compiler warnings.Jeremy Allison2011-05-052-4/+4
* Clean up some const and other compiler warnings.Jeremy Allison2011-05-052-6/+6
* lib/util/charset Use push_string and talloc_strupper/strlower from common codeAndrew Bartlett2011-05-032-17/+10
* Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett2011-05-032-86/+0
* lib/util/charset Move strstr_m() to the top levelAndrew Bartlett2011-04-292-0/+84
* lib/util/charset Merge talloc-based pull and push charset functionsAndrew Bartlett2011-04-283-95/+151
* lib/util/charset Add copyright headersAndrew Bartlett2011-04-281-1/+2
* lib/util/charset Make fast path from UTF16 to '8 bit' charsets clearerAndrew Tridgell2011-04-281-14/+28
* lib/util/charset Add tests for srclen=-1 behaviour.Andrew Bartlett2011-04-281-0/+443
* lib/util/charset use convert_string.c in commonAndrew Bartlett2011-04-284-204/+5
* lib/util/charset Fix string termination conditions for UTF16 stringsAndrew Bartlett2011-04-281-4/+4
* dynconfig: Have only one dynconfig.o in the common code.Andrew Bartlett2011-04-271-1/+1
* lib/util/charset Always set *converted_size even on failureAndrew Bartlett2011-04-201-4/+2
* lib/util/charset create _handle functions for convert_string() et alAndrew Bartlett2011-04-201-29/+86
* lib/util Move alpha_strcpy() from s3 into common codeAndrew Bartlett2011-04-141-46/+0
* lib: Move next_token next to next_token_tallocVolker Lendecke2011-04-131-47/+0
* s3-charcnv: Move convert_string() et al to lib/util/charsetAndrew Bartlett2011-04-131-0/+467