summaryrefslogtreecommitdiff
path: root/lib/util/charset
Commit message (Expand)AuthorAgeFilesLines
* lib/util/charset: clang: Fix Value stored to 'reason' is never read warningNoel Power2019-06-111-4/+4
* util/charset/torture: ensure each cp850 high bytes is 3 utf8 bytesDouglas Bagnall2019-05-151-0/+52
* util/charset/convert: do not pretend to reallocDouglas Bagnall2019-05-151-16/+7
* util/charset/convert: when retrying, retry from the startDouglas Bagnall2019-05-151-1/+2
* util/charset/convert: do not overflow dest len in corner caseDouglas Bagnall2019-05-151-2/+2
* util/charset/convert: do not overflow dest lenDouglas Bagnall2019-05-151-1/+10
* util/charset/convert_string: always set lengthDouglas Bagnall2019-05-151-0/+3
* lib:util: Use C99 initializer for weird_table in charsetAndreas Schneider2019-01-281-3/+13
* lib:util: Use C99 initializer for builtin_functions in iconvAndreas Schneider2019-01-281-14/+69
* lib:util: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-282-3/+3
* lib:charset: Fix error messages from charset conversionChristof Schmitt via samba-technical2018-07-072-3/+1
* util/charset/iconv: use read_hex_bytes rather than sscanfDouglas Bagnall2018-05-311-3/+6
* lib:util: Add FALL_THROUGH statements in charset/charset_macosxfs.cAndreas Schneider2018-03-011-6/+8
* charset: fix str[n]casecmp_m() by comparing lower case valuesStefan Metzmacher2017-09-151-4/+28
* charset/tests: also tests the system str[n]casecmp()Stefan Metzmacher2017-09-141-0/+35
* charset/tests: add more str[n]casecmp_m() tests to demonstrate the bugStefan Metzmacher2017-09-141-1/+7
* charset/tests: assert the exact values of str[n]casecmp_m()Stefan Metzmacher2017-09-141-17/+17
* lib:charset: Remove use of talloc_autofree_context() for global_iconv_handleJeremy Allison2017-04-181-3/+9
* lib:charset: Make global_iconv_handle privateJeremy Allison2017-04-182-2/+1
* lib:charset: Add utility functions reinit_iconv_handle() and free_iconv_handl...Jeremy Allison2017-04-182-0/+23
* lib: Avoid an includes.hVolker Lendecke2017-03-281-1/+3
* lib: Avoid an includes.hVolker Lendecke2017-03-281-3/+5
* util:charset: Return EILSEQ in smb_iconv() if newer libc is detectedAndreas Schneider2017-02-012-3/+23
* lib/util/charset: Optimize next_codepoint for the ascii caseVolker Lendecke2017-01-221-0/+4
* util: Fix the documentation of push_utf8_talloc()Andreas Schneider2016-09-091-8/+17
* lib: Give base64.c its own .hVolker Lendecke2016-05-041-0/+1
* CVE-2015-5330: next_codepoint_handle_ext: don't short-circuit UTF16 low bytesDouglas Bagnall2015-12-091-1/+4
* CVE-2015-5330: strupper_talloc_n_handle(): properly count charactersDouglas Bagnall2015-12-091-1/+2
* CVE-2015-5330: Fix handling of unicode near string endingsDouglas Bagnall2015-12-094-14/+25
* Remove function name from callers of DBG_*Christof Schmitt2015-10-211-2/+2
* lib/util/charset: reduce loglevel for push_ucs2_talloc errorRalph Boehme2015-07-141-2/+2
* lib/util:charset/tests: improve strlen_m[_term[_null]]() testingStefan Metzmacher2015-07-031-1/+13
* lib/util: let strlen_m_term[_null]() use strlen_m_ext_term[_null]()Stefan Metzmacher2015-07-031-15/+2
* lib/util: add strlen_m_ext_term_null() helper functionStefan Metzmacher2015-07-032-1/+20
* lib/util/charset: fix conversion failure loggingRalph Boehme2015-06-091-1/+3
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-242-2/+2
* lib: Remove load_case_tables_library()Volker Lendecke2015-03-242-6/+0
* lib: Convert [up|low]case.dat to CVolker Lendecke2015-03-241-51/+16393
* lib: Move get_iconv_handle() call downVolker Lendecke2015-03-231-1/+3
* lib: Fix blank line endingsVolker Lendecke2014-12-091-34/+34
* lib: Fix a typoVolker Lendecke2014-12-091-1/+1
* lib: Simplify load_case_tables_library()Volker Lendecke2014-12-081-8/+9
* lib/util/tests: avoid some compiler warningsStefan Metzmacher2014-11-141-8/+11
* charset: Avoid compiler warnings with --enable-developerMartin Schwenke2014-09-191-2/+2
* lib: strings: Simplify strcasecmpVolker Lendecke2014-08-061-35/+13
* s4: tests: Added local.charset test for Bug 10716 - smbd constantly crashes w...Jeremy Allison2014-08-061-0/+12
* lib: strings: Fix the behavior of strncasecmp_m_handle() in the face of bad c...Jeremy Allison2014-08-061-2/+27
* lib: strings: Fix the behavior of strcasecmp_m_handle() in the face of bad co...Jeremy Allison2014-08-061-1/+11
* 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