summaryrefslogtreecommitdiff
path: root/lib/util/charset/tests
Commit message (Expand)AuthorAgeFilesLines
* lib: Give base64.c its own .hVolker Lendecke2016-05-041-0/+1
* lib/util:charset/tests: improve strlen_m[_term[_null]]() testingStefan Metzmacher2015-07-031-1/+13
* lib/util/tests: avoid some compiler warningsStefan Metzmacher2014-11-141-8/+11
* s4: tests: Added local.charset test for Bug 10716 - smbd constantly crashes w...Jeremy Allison2014-08-061-0/+12
* lib/util/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-021-0/+1
* charset/tests: Add prototypes for test functions.Jelmer Vernooij2012-02-072-0/+7
* lib/util/charset: remove charset module loadingAndrew Bartlett2011-09-202-16/+13
* 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-101-11/+23
* lib/util/charset: Remove 'display charset'Andrew Bartlett2011-06-231-55/+55
* lib/util/charset Add tests for srclen=-1 behaviour.Andrew Bartlett2011-04-281-0/+443
* lib/util/charset Add many more charset testsAndrew Bartlett2011-04-131-15/+444
* lib/util/charset Rename convert_string test to allow a 'non_handle' testAndrew Bartlett2011-04-131-3/+2
* lib/util/charset Add more tests for convert_string_error_handle()Andrew Bartlett2011-04-131-0/+101
* 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 Add tests for strcasecmp_m(), talloc_strupper() et alAndrew Bartlett2011-03-311-0/+170
* lib/util/charset Add tests for strlen_m_ext() and convert_string_talloc()Andrew Bartlett2011-03-311-2/+87
* lib/util/charset Add tests for convert_string_talloc_handle()Andrew Bartlett2011-03-301-0/+418
* lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett2011-03-251-2/+2
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-3/+3
* lib/util: Merge basic string length and comparison functionsAndrew Bartlett2011-03-231-8/+8
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-112-2/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-5/+5
* charset/tests/iconv - Remove the "const" from "ptr_in" to prevent "discard_co...Matthias Dieter Wallnöfer2009-11-201-7/+7
* s4:tests/iconv - Fix a warningMatthias Dieter Wallnöfer2009-09-071-1/+2
* Fix make test.Jeremy Allison2009-08-241-0/+1
* Add a new non-convenience version of push_codepoint.Jelmer Vernooij2009-04-231-1/+1
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-7/+4
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-3/+3
* finished adding UTF16_MUNGED charsetAndrew Tridgell2008-10-311-0/+58
* Add version of next_codepoint without iconv_convenience.Jelmer Vernooij2008-10-241-1/+1
* Split up codepoints code, use consistent _m suffix.Jelmer Vernooij2008-10-241-32/+32
* Rename string_replace_w to string_replace_m, which is more correct.Jelmer Vernooij2008-10-241-7/+7
* Move charset library to top level.Jelmer Vernooij2008-10-242-0/+696