summaryrefslogtreecommitdiff
path: root/lib/util/charset/util_str.c
Commit message (Expand)AuthorAgeFilesLines
* CVE-2015-5330: Fix handling of unicode near string endingsDouglas Bagnall2015-12-091-1/+2
* 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: 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-031-0/+16
* lib: Move get_iconv_handle() call downVolker Lendecke2015-03-231-1/+3
* lib: strings: Simplify strcasecmpVolker Lendecke2014-08-061-35/+13
* 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/charset: Remove 'display charset'Andrew Bartlett2011-06-231-1/+0
* lib/util/charset use talloc_stackframe() rather than talloc_tos()Andrew Bartlett2011-05-181-12/+12
* Fix many const compiler warnings.Jeremy Allison2011-05-051-1/+1
* Clean up some const and other compiler warnings.Jeremy Allison2011-05-051-4/+4
* lib/util/charset Move strstr_m() to the top levelAndrew Bartlett2011-04-291-0/+83
* lib/util/charset Add tests for strcasecmp_m(), talloc_strupper() et alAndrew Bartlett2011-03-311-10/+39
* lib/util/charset smb_panic() on incorrect use of strlen_m_extAndrew Bartlett2011-03-311-0/+18
* lib/util/charset Add wrapper to allow testing of strlen_m_ext()Andrew Bartlett2011-03-311-2/+14
* lib/util/charset correct calculation of UTF8 character sizesAndrew Bartlett2011-03-311-1/+1
* lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett2011-03-251-16/+16
* lib/util: Merge basic string length and comparison functionsAndrew Bartlett2011-03-231-0/+416