summaryrefslogtreecommitdiff
path: root/lib/util/charset/util_unistr.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-03lib/util/charset Use push_string and talloc_strupper/strlower from common codeAndrew Bartlett1-5/+5
2011-05-03Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett1-79/+0
2011-04-28lib/util/charset Merge talloc-based pull and push charset functionsAndrew Bartlett1-94/+0
2011-04-28lib/util/charset use convert_string.c in commonAndrew Bartlett1-65/+0
2011-04-14lib/util Move alpha_strcpy() from s3 into common codeAndrew Bartlett1-46/+0
2011-04-13lib: Move next_token next to next_token_tallocVolker Lendecke1-47/+0
2011-04-13lib/util/charset Add convert_string_error()Andrew Bartlett1-0/+21
2011-03-31lib/util/charset Add tests for strcasecmp_m(), talloc_strupper() et alAndrew Bartlett1-5/+20
2011-03-30Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison1-29/+39
2011-03-25lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett1-20/+20
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-23/+19
2011-03-23lib/util: Merge basic string length and comparison functionsAndrew Bartlett1-333/+1
2011-02-18lib/util/charcnv Move iconv handle setup in commonAndrew Bartlett1-26/+0
2010-11-03lib/util/charset/util_unistr: clarify the comment header for strlen_m().Michael Adam1-5/+6
2010-11-03lib/util/charset/util_unistr: add strlen_m_ext_term() - variant of strlen_m_e...Michael Adam1-0/+10
2010-11-03lib/util/charset/util_unistr: add strlen_m_ext that takes input and output ch...Michael Adam1-10/+50
2010-11-03lib/charcnv/util_unistr: add next_codepoint_ext() that accepts input charset.Michael Adam1-0/+6
2010-03-18charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell1-1/+2
2009-12-18Return NULL in strlower_talloc if src is NULLBrendan Powers1-0/+4
2009-10-22util: fixed place where we could look one byte past end of stringAndrew Tridgell1-1/+1
2009-04-23Fix push_codepoint function without iconv_convenience.Jelmer Vernooij1-1/+1
2009-04-23Add a new non-convenience version of push_codepoint.Jelmer Vernooij1-4/+9
2009-03-09Fix prototype mismatch.Jelmer Vernooij1-1/+1
2009-03-01Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij1-30/+18
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-18/+38
2009-03-01Sync smb_iconv_t type, convert_string return type with Samba 3 equivalents.Jelmer Vernooij1-1/+1
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-14/+15
2009-01-16lib: add strlen_m_term_null from s3.Günther Deschner1-0/+19
2008-10-24Remove more global_loadparm instances, fix syntax errors.Jelmer Vernooij1-4/+4
2008-10-24Add version of next_codepoint without iconv_convenience.Jelmer Vernooij1-12/+18
2008-10-24Remove dependency of charset code on loadparm.Jelmer Vernooij1-2/+5
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-20/+46
2008-10-24Avoid retrieving iconv convenience during loops.Jelmer Vernooij1-11/+15
2008-10-24Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij1-0/+329
2008-10-24Split up codepoints code, use consistent _m suffix.Jelmer Vernooij1-117/+31
2008-10-24Rename string_replace_w to string_replace_m, which is more correct.Jelmer Vernooij1-1/+1
2008-10-24Move charset library to top level.Jelmer Vernooij1-0/+684