summaryrefslogtreecommitdiff
path: root/lib/util/charset/charset.h
Commit message (Expand)AuthorAgeFilesLines
* lib: Move utf16_len[_n]() to lib/util/charset/Volker Lendecke2021-01-121-0/+13
* lib: Move ucs2_align() to 'charset' subsystemVolker Lendecke2021-01-121-0/+2
* lib/util: add talloc_alpha_strcpy()Ralph Boehme2020-02-061-0/+3
* lib:charset: Make global_iconv_handle privateJeremy Allison2017-04-181-1/+0
* lib:charset: Add utility functions reinit_iconv_handle() and free_iconv_handl...Jeremy Allison2017-04-181-0/+5
* CVE-2015-5330: Fix handling of unicode near string endingsDouglas Bagnall2015-12-091-4/+5
* lib/util: add strlen_m_ext_term_null() helper functionStefan Metzmacher2015-07-031-1/+4
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* lib: Remove load_case_tables_library()Volker Lendecke2015-03-241-1/+0
* charset: Remove unused strcmp_w()Andrew Bartlett2012-02-101-1/+0
* charset: Remove unused iconv_talloc()Andrew Bartlett2012-02-101-5/+0
* lib/util/charset: remove charset module loadingAndrew Bartlett2011-09-201-5/+4
* lib/util/charcnv: Remove broken internal CP850 and CP464 modulesAndrew Bartlett2011-09-201-92/+0
* lib/util/charset Run charset sets with and without the system iconvAndrew Bartlett2011-09-101-1/+2
* Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys...Jeremy Allison2011-07-191-0/+1
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-191-4/+0
* lib/util/charset: Remove 'display charset'Andrew Bartlett2011-06-231-4/+2
* lib/util/charset Move built-in charset modules to the top levelAndrew Bartlett2011-05-131-1/+1
* Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett2011-05-031-7/+0
* lib/util/charset Move strstr_m() to the top levelAndrew Bartlett2011-04-291-0/+1
* lib/util/charset Add convert_string_error()Andrew Bartlett2011-04-131-0/+4
* lib/util/charset Fix and add public interface for convert_string_error_handleAndrew Bartlett2011-04-131-0/+6
* lib/util/charset Move source3/lib/util_unistr.c to the common code.Andrew Bartlett2011-04-131-0/+20
* lib/util/charset Add tests for strcasecmp_m(), talloc_strupper() et alAndrew Bartlett2011-03-311-0/+12
* lib/util/charset Add wrapper to allow testing of strlen_m_ext()Andrew Bartlett2011-03-311-0/+8
* Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison2011-03-301-2/+3
* lib/util/charset Add tests for convert_string_talloc_handle()Andrew Bartlett2011-03-301-0/+4
* lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett2011-03-251-13/+13
* unistr: moved some UCS2 macros into util_unistrAndrew Tridgell2011-03-251-9/+0
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-9/+7
* lib/util: Merge basic string length and comparison functionsAndrew Bartlett2011-03-231-1/+1
* lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett2011-02-181-0/+1
* lib/util/charcnv Move iconv handle setup in commonAndrew Bartlett2011-02-181-0/+5
* lib/util/charset Use top level iconv.c in source3Andrew Bartlett2011-02-181-3/+6
* lib/util/charset add functions isupper_m and islower_mAndrew Bartlett2011-02-181-0/+3
* lib/util/charset/util_unistr: add strlen_m_ext_term() - variant of strlen_m_e...Michael Adam2010-11-031-0/+2
* lib/util/charset/util_unistr: add strlen_m_ext that takes input and output ch...Michael Adam2010-11-031-0/+1
* lib/charcnv/util_unistr: add next_codepoint_ext() that accepts input charset.Michael Adam2010-11-031-0/+2
* lib/charset/charcnv: add next_codepoint_convenience_ext() that accepts input ...Michael Adam2010-11-031-0/+3
* util/charset: remove a duplicate comment.Michael Adam2010-11-031-5/+0
* s3: Fix the charset_pull routine (bug 7531)Volker Lendecke2010-09-191-1/+1
* Move UCS2 macros to common codeJelmer Vernooij2010-06-251-0/+23
* charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell2010-03-181-4/+5
* Add a new non-convenience version of push_codepoint.Jelmer Vernooij2009-04-231-1/+2
* Revert accidental reintroduction of void ** bug.Jelmer Vernooij2009-03-081-3/+3
* Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij2009-03-011-8/+103
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-6/+8
* Sync smb_iconv_t type, convert_string return type with Samba 3 equivalents.Jelmer Vernooij2009-03-011-1/+2
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-4/+4
* lib: add strlen_m_term_null from s3.Günther Deschner2009-01-161-0/+1