summaryrefslogtreecommitdiff
path: root/lib/util/charset/tests
AgeCommit message (Expand)AuthorFilesLines
2025-07-30iconv: fixed coverity issue CID1609382Xavi Hernandez1-3/+7
2025-05-19charset/tests: avoid static variables in test_buffer()Stefan Metzmacher1-39/+105
2025-03-05torture4: Test next_token_talloc() instead of next_token()Volker Lendecke1-22/+64
2024-12-02lib: Move some R/W "data" segment to R/O "text"Volker Lendecke1-18/+18
2024-05-07lib:util:tests: more tests for codepoint_cmpiDouglas Bagnall1-1/+10
2024-04-10torture:charset: test more of strcasecmp_mDouglas Bagnall1-0/+3
2024-04-10torture:charset: use < and > assertions for strncasecmp_mDouglas Bagnall1-7/+7
2024-04-10torture:charset: use < and > assertions for strcasecmp_mDouglas Bagnall1-7/+7
2023-11-15util/charset/tests: Add tests for UTF‐16 string length functionsJoseph Sutton1-0/+166
2023-10-26util/charset/torture: test convert_string_talloc with emptyish stringsDouglas Bagnall1-0/+160
2023-04-14lib:util: Fix code spellingAndreas Schneider1-188/+188
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+3
2019-08-08util: Free memory in charset torture test to satisfy sanitizerSwen Schillig1-0/+10
2019-08-07charset: add tests for Unicode NFC <-> NFD conversionRalph Boehme1-0/+228
2019-05-15util/charset/torture: ensure each cp850 high bytes is 3 utf8 bytesDouglas Bagnall1-0/+52
2018-11-28lib:util: Use #ifdef instead of #if for config.h definitionsAndreas Schneider1-1/+1
2017-09-14charset/tests: also tests the system str[n]casecmp()Stefan Metzmacher1-0/+35
2017-09-14charset/tests: add more str[n]casecmp_m() tests to demonstrate the bugStefan Metzmacher1-1/+7
2017-09-14charset/tests: assert the exact values of str[n]casecmp_m()Stefan Metzmacher1-17/+17
2016-05-04lib: Give base64.c its own .hVolker Lendecke1-0/+1
2015-07-03lib/util:charset/tests: improve strlen_m[_term[_null]]() testingStefan Metzmacher1-1/+13
2014-11-14lib/util/tests: avoid some compiler warningsStefan Metzmacher1-8/+11
2014-08-06s4: tests: Added local.charset test for Bug 10716 - smbd constantly crashes w...Jeremy Allison1-0/+12
2014-04-02lib/util/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher1-0/+1
2012-02-07charset/tests: Add prototypes for test functions.Jelmer Vernooij2-0/+7
2011-09-20lib/util/charset: remove charset module loadingAndrew Bartlett2-16/+13
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 Bartlett1-11/+23
2011-06-23lib/util/charset: Remove 'display charset'Andrew Bartlett1-55/+55
2011-04-28lib/util/charset Add tests for srclen=-1 behaviour.Andrew Bartlett1-0/+443
2011-04-13lib/util/charset Add many more charset testsAndrew Bartlett1-15/+444
2011-04-13lib/util/charset Rename convert_string test to allow a 'non_handle' testAndrew Bartlett1-3/+2
2011-04-13lib/util/charset Add more tests for convert_string_error_handle()Andrew Bartlett1-0/+101
2011-04-13lib/util/charset Add tests for convert_string_error_handleAndrew Bartlett1-1/+68
2011-04-13lib/util/charset Add expected values for upper/lower case testsAndrew Bartlett1-0/+16
2011-03-31lib/util/charset Add tests for strcasecmp_m(), talloc_strupper() et alAndrew Bartlett1-0/+170
2011-03-31lib/util/charset Add tests for strlen_m_ext() and convert_string_talloc()Andrew Bartlett1-2/+87
2011-03-30lib/util/charset Add tests for convert_string_talloc_handle()Andrew Bartlett1-0/+418
2011-03-25lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett1-2/+2
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-3/+3
2011-03-23lib/util: Merge basic string length and comparison functionsAndrew Bartlett1-8/+8
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2-2/+2
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-5/+5
2009-11-20charset/tests/iconv - Remove the "const" from "ptr_in" to prevent "discard_co...Matthias Dieter Wallnöfer1-7/+7
2009-09-07s4:tests/iconv - Fix a warningMatthias Dieter Wallnöfer1-1/+2
2009-08-24Fix make test.Jeremy Allison1-0/+1
2009-04-23Add a new non-convenience version of push_codepoint.Jelmer Vernooij1-1/+1
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-7/+4