Age | Commit message (Expand) | Author | Files | Lines |
2012-02-10 | charset: Remove unused strcmp_w() | Andrew Bartlett | 1 | -1/+0 |
2012-02-10 | charset: Remove unused iconv_talloc() | Andrew Bartlett | 1 | -5/+0 |
2011-09-20 | lib/util/charset: remove charset module loading | Andrew Bartlett | 1 | -5/+4 |
2011-09-20 | lib/util/charcnv: Remove broken internal CP850 and CP464 modules | Andrew Bartlett | 1 | -92/+0 |
2011-09-10 | lib/util/charset Run charset sets with and without the system iconv | Andrew Bartlett | 1 | -1/+2 |
2011-07-19 | Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys... | Jeremy Allison | 1 | -0/+1 |
2011-07-19 | First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems | Jeremy Allison | 1 | -4/+0 |
2011-06-23 | lib/util/charset: Remove 'display charset' | Andrew Bartlett | 1 | -4/+2 |
2011-05-13 | lib/util/charset Move built-in charset modules to the top level | Andrew Bartlett | 1 | -1/+1 |
2011-05-03 | Remove strlower_m() and strupper_m() from source4 and common code. | Andrew Bartlett | 1 | -7/+0 |
2011-04-29 | lib/util/charset Move strstr_m() to the top level | Andrew Bartlett | 1 | -0/+1 |
2011-04-13 | lib/util/charset Add convert_string_error() | Andrew Bartlett | 1 | -0/+4 |
2011-04-13 | lib/util/charset Fix and add public interface for convert_string_error_handle | Andrew Bartlett | 1 | -0/+6 |
2011-04-13 | lib/util/charset Move source3/lib/util_unistr.c to the common code. | Andrew Bartlett | 1 | -0/+20 |
2011-03-31 | lib/util/charset Add tests for strcasecmp_m(), talloc_strupper() et al | Andrew Bartlett | 1 | -0/+12 |
2011-03-31 | lib/util/charset Add wrapper to allow testing of strlen_m_ext() | Andrew Bartlett | 1 | -0/+8 |
2011-03-30 | Fix convert_string() to take a *converted_size arg. and return a bool. | Jeremy Allison | 1 | -2/+3 |
2011-03-30 | lib/util/charset Add tests for convert_string_talloc_handle() | Andrew Bartlett | 1 | -0/+4 |
2011-03-25 | lib/util/charset rename iconv_convenience to iconv_handle | Andrew Bartlett | 1 | -13/+13 |
2011-03-25 | unistr: moved some UCS2 macros into util_unistr | Andrew Tridgell | 1 | -9/+0 |
2011-03-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s... | Andrew Tridgell | 1 | -9/+7 |
2011-03-23 | lib/util: Merge basic string length and comparison functions | Andrew Bartlett | 1 | -1/+1 |
2011-02-18 | lib/util/charset Add back setlocale(), but only when called from binaries | Andrew Bartlett | 1 | -0/+1 |
2011-02-18 | lib/util/charcnv Move iconv handle setup in common | Andrew Bartlett | 1 | -0/+5 |
2011-02-18 | lib/util/charset Use top level iconv.c in source3 | Andrew Bartlett | 1 | -3/+6 |
2011-02-18 | lib/util/charset add functions isupper_m and islower_m | Andrew Bartlett | 1 | -0/+3 |
2010-11-03 | lib/util/charset/util_unistr: add strlen_m_ext_term() - variant of strlen_m_e... | Michael Adam | 1 | -0/+2 |
2010-11-03 | lib/util/charset/util_unistr: add strlen_m_ext that takes input and output ch... | Michael Adam | 1 | -0/+1 |
2010-11-03 | lib/charcnv/util_unistr: add next_codepoint_ext() that accepts input charset. | Michael Adam | 1 | -0/+2 |
2010-11-03 | lib/charset/charcnv: add next_codepoint_convenience_ext() that accepts input ... | Michael Adam | 1 | -0/+3 |
2010-11-03 | util/charset: remove a duplicate comment. | Michael Adam | 1 | -5/+0 |
2010-09-19 | s3: Fix the charset_pull routine (bug 7531) | Volker Lendecke | 1 | -1/+1 |
2010-06-25 | Move UCS2 macros to common code | Jelmer Vernooij | 1 | -0/+23 |
2010-03-18 | charset: fixed a problem with the global use of the iconv_convenience structure | Andrew Tridgell | 1 | -4/+5 |
2009-04-23 | Add a new non-convenience version of push_codepoint. | Jelmer Vernooij | 1 | -1/+2 |
2009-03-08 | Revert accidental reintroduction of void ** bug. | Jelmer Vernooij | 1 | -3/+3 |
2009-03-01 | Use common header file for character set handling in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -8/+103 |
2009-03-01 | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 1 | -6/+8 |
2009-03-01 | Sync smb_iconv_t type, convert_string return type with Samba 3 equivalents. | Jelmer Vernooij | 1 | -1/+2 |
2009-03-01 | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 1 | -4/+4 |
2009-01-16 | lib: add strlen_m_term_null from s3. | Günther Deschner | 1 | -0/+1 |
2008-11-01 | Remove convert_string_talloc_descriptor, add iconv_talloc(). | Jelmer Vernooij | 1 | -1/+5 |
2008-10-31 | finished adding UTF16_MUNGED charset | Andrew Tridgell | 1 | -2/+2 |
2008-10-24 | Remove more global_loadparm instances, fix syntax errors. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-24 | Add version of next_codepoint without iconv_convenience. | Jelmer Vernooij | 1 | -1/+3 |
2008-10-24 | Remove dependency of charset code on loadparm. | Jelmer Vernooij | 1 | -0/+1 |
2008-10-24 | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 1 | -2/+12 |
2008-10-24 | Remove iconv_convenience parameter from simple string push/pull | Jelmer Vernooij | 1 | -17/+16 |
2008-10-24 | Split up codepoints code, use consistent _m suffix. | Jelmer Vernooij | 1 | -5/+5 |
2008-10-24 | Rename string_replace_w to string_replace_m, which is more correct. | Jelmer Vernooij | 1 | -1/+1 |