summaryrefslogtreecommitdiffstats
path: root/lib/util/charset/util_unistr.c
Commit message (Expand)AuthorAgeFilesLines
* charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell2010-03-181-1/+2
* Return NULL in strlower_talloc if src is NULLBrendan Powers2009-12-181-0/+4
* util: fixed place where we could look one byte past end of stringAndrew Tridgell2009-10-221-1/+1
* Fix push_codepoint function without iconv_convenience.Jelmer Vernooij2009-04-231-1/+1
* Add a new non-convenience version of push_codepoint.Jelmer Vernooij2009-04-231-4/+9
* Fix prototype mismatch.Jelmer Vernooij2009-03-091-1/+1
* Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij2009-03-011-30/+18
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-18/+38
* Sync smb_iconv_t type, convert_string return type with Samba 3 equivalents.Jelmer Vernooij2009-03-011-1/+1
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-14/+15
* lib: add strlen_m_term_null from s3.Günther Deschner2009-01-161-0/+19
* Remove more global_loadparm instances, fix syntax errors.Jelmer Vernooij2008-10-241-4/+4
* Add version of next_codepoint without iconv_convenience.Jelmer Vernooij2008-10-241-12/+18
* Remove dependency of charset code on loadparm.Jelmer Vernooij2008-10-241-2/+5
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-20/+46
* Avoid retrieving iconv convenience during loops.Jelmer Vernooij2008-10-241-11/+15
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-241-0/+329
* Split up codepoints code, use consistent _m suffix.Jelmer Vernooij2008-10-241-117/+31
* Rename string_replace_w to string_replace_m, which is more correct.Jelmer Vernooij2008-10-241-1/+1
* Move charset library to top level.Jelmer Vernooij2008-10-241-0/+684