summaryrefslogtreecommitdiff
path: root/lib/util/charset
AgeCommit message (Expand)AuthorFilesLines
2012-09-26lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett1-7/+1
2012-09-26lib/util/charset: Try to find iconv on HP-UXAndrew Bartlett1-0/+3
2012-06-15lib/util: Fix typo in comment.Jelmer Vernooij1-1/+1
2012-02-10charset: Remove unused strcmp_w()Andrew Bartlett2-15/+0
2012-02-10charset: Remove unused iconv_talloc()Andrew Bartlett3-120/+1
2012-02-07charset/tests: Add prototypes for test functions.Jelmer Vernooij2-0/+7
2011-12-25lib/charset: Remove an unused variableVolker Lendecke1-0/+2
2011-12-25s3: Fix fn signatures in charset_macosx.cVolker Lendecke2-6/+6
2011-10-24lib/util/charset Remove unused header smb_common.hAndrew Bartlett1-1/+0
2011-10-14Fix const warnings.Jeremy Allison1-4/+4
2011-09-23build: Fix waf build on MacOS XAndrew Bartlett1-1/+1
2011-09-20lib/util/charset: remove charset module loadingAndrew Bartlett9-172/+105
2011-09-20lib/util/charcnv: Remove broken internal CP850 and CP464 modulesAndrew Bartlett4-364/+0
2011-09-10lib/util/charset: the comparsion must be against our charset modulesAndrew Bartlett1-2/+2
2011-09-10lib/util/charset Use name of ISO-8859-1 that matches our internal implementationAndrew Bartlett1-44/+44
2011-09-10lib/util/charset: Improve toture assertions in iconv testAndrew Bartlett1-1/+14
2011-09-10lib/util/charset Run charset sets with and without the system iconvAndrew Bartlett3-14/+28
2011-09-10lib/util/charset: add back loading of charset modulesAndrew Bartlett2-34/+64
2011-09-01Fix bug 8433, segfault in iconv.cVolker Lendecke1-1/+0
2011-07-23charset: Make name lowercase everywhere.Jelmer Vernooij1-5/+5
2011-07-19Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys...Jeremy Allison2-0/+12
2011-07-19First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2-42/+0
2011-06-24lib: Allow NULL converted_size in convert_string_tallocVolker Lendecke1-2/+6
2011-06-23lib/util/charset: Remove autodetection of charset from LOCALEAndrew Bartlett1-31/+0
2011-06-23lib/util/charset: Remove 'display charset'Andrew Bartlett4-69/+60
2011-05-25Fix numerous missing dependencies in WAF build scriptsSean Finney1-2/+2
2011-05-18lib/util/charset: Remove unused strcasecmp_w and strncasecmp_wAndrew Bartlett1-32/+0
2011-05-18lib/util/charset use talloc_stackframe() rather than talloc_tos()Andrew Bartlett1-12/+12
2011-05-18lib/util/charset Don't allow invalid 'dos charset = utf8'Andrew Bartlett1-0/+5
2011-05-17lib/util/charset: fix the toplevel MacOS X build.Günther Deschner1-2/+3
2011-05-13lib/util/charset Move built-in charset modules to the top levelAndrew Bartlett6-1/+1028
2011-05-05Fix many const compiler warnings.Jeremy Allison2-4/+4
2011-05-05Clean up some const and other compiler warnings.Jeremy Allison2-6/+6
2011-05-03lib/util/charset Use push_string and talloc_strupper/strlower from common codeAndrew Bartlett2-17/+10
2011-05-03Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett2-86/+0
2011-04-29lib/util/charset Move strstr_m() to the top levelAndrew Bartlett2-0/+84
2011-04-28lib/util/charset Merge talloc-based pull and push charset functionsAndrew Bartlett3-95/+151
2011-04-28lib/util/charset Add copyright headersAndrew Bartlett1-1/+2
2011-04-28lib/util/charset Make fast path from UTF16 to '8 bit' charsets clearerAndrew Tridgell1-14/+28
2011-04-28lib/util/charset Add tests for srclen=-1 behaviour.Andrew Bartlett1-0/+443
2011-04-28lib/util/charset use convert_string.c in commonAndrew Bartlett4-204/+5
2011-04-28lib/util/charset Fix string termination conditions for UTF16 stringsAndrew Bartlett1-4/+4
2011-04-27dynconfig: Have only one dynconfig.o in the common code.Andrew Bartlett1-1/+1
2011-04-20lib/util/charset Always set *converted_size even on failureAndrew Bartlett1-4/+2
2011-04-20lib/util/charset create _handle functions for convert_string() et alAndrew Bartlett1-29/+86
2011-04-14lib/util Move alpha_strcpy() from s3 into common codeAndrew Bartlett1-46/+0
2011-04-13lib: Move next_token next to next_token_tallocVolker Lendecke1-47/+0
2011-04-13s3-charcnv: Move convert_string() et al to lib/util/charsetAndrew Bartlett1-0/+467
2011-04-13lib/util/charset Add many more charset testsAndrew Bartlett1-15/+444
2011-04-13lib/util/charset Add convert_string_error()Andrew Bartlett2-0/+25