summaryrefslogtreecommitdiff
path: root/lib/util/charset
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett2012-09-261-7/+1
* lib/util/charset: Try to find iconv on HP-UXAndrew Bartlett2012-09-261-0/+3
* lib/util: Fix typo in comment.Jelmer Vernooij2012-06-151-1/+1
* charset: Remove unused strcmp_w()Andrew Bartlett2012-02-102-15/+0
* charset: Remove unused iconv_talloc()Andrew Bartlett2012-02-103-120/+1
* charset/tests: Add prototypes for test functions.Jelmer Vernooij2012-02-072-0/+7
* lib/charset: Remove an unused variableVolker Lendecke2011-12-251-0/+2
* s3: Fix fn signatures in charset_macosx.cVolker Lendecke2011-12-252-6/+6
* lib/util/charset Remove unused header smb_common.hAndrew Bartlett2011-10-241-1/+0
* Fix const warnings.Jeremy Allison2011-10-141-4/+4
* build: Fix waf build on MacOS XAndrew Bartlett2011-09-231-1/+1
* lib/util/charset: remove charset module loadingAndrew Bartlett2011-09-209-172/+105
* lib/util/charcnv: Remove broken internal CP850 and CP464 modulesAndrew Bartlett2011-09-204-364/+0
* 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-103-14/+28
* lib/util/charset: add back loading of charset modulesAndrew Bartlett2011-09-102-34/+64
* Fix bug 8433, segfault in iconv.cVolker Lendecke2011-09-011-1/+0
* charset: Make name lowercase everywhere.Jelmer Vernooij2011-07-231-5/+5
* Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys...Jeremy Allison2011-07-192-0/+12
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-192-42/+0
* lib: Allow NULL converted_size in convert_string_tallocVolker Lendecke2011-06-241-2/+6
* lib/util/charset: Remove autodetection of charset from LOCALEAndrew Bartlett2011-06-231-31/+0