Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-16 | lib: add strlen_m_term_null from s3. | Günther Deschner | 2 | -0/+20 | |
Guenther | |||||
2008-11-01 | Remove convert_string_talloc_descriptor, add iconv_talloc(). | Jelmer Vernooij | 2 | -59/+77 | |
2008-10-31 | finished adding UTF16_MUNGED charset | Andrew Tridgell | 4 | -72/+102 | |
Changed the approach for the charset to go via utf16, which makes a bit more sense to read. Added a testsuiite for UTF16_MUNGED as part of LOCAL-ICONV | |||||
2008-10-31 | added a new charset for string2key | Andrew Tridgell | 1 | -0/+132 | |
This charset follows the rules for converting random buffers to utf8 strings, matching the way windows does it. This should allow us to be compatible for the generation of AES keys | |||||
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 1 | -1/+0 | |
2008-10-24 | Remove more global_loadparm instances, fix syntax errors. | Jelmer Vernooij | 2 | -5/+5 | |
2008-10-24 | Add version of next_codepoint without iconv_convenience. | Jelmer Vernooij | 4 | -15/+23 | |
2008-10-24 | Remove dependency of charset code on loadparm. | Jelmer Vernooij | 2 | -2/+6 | |
2008-10-24 | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 3 | -24/+60 | |
make them wrappers around convert_string{,talloc}_convenience(). | |||||
2008-10-24 | Avoid retrieving iconv convenience during loops. | Jelmer Vernooij | 1 | -11/+15 | |
2008-10-24 | Remove iconv_convenience parameter from simple string push/pull | Jelmer Vernooij | 3 | -340/+345 | |
functions. | |||||
2008-10-24 | Split up codepoints code, use consistent _m suffix. | Jelmer Vernooij | 5 | -155/+187 | |
2008-10-24 | Rename string_replace_w to string_replace_m, which is more correct. | Jelmer Vernooij | 4 | -11/+9 | |
2008-10-24 | Remove unnecessary include, improve function name. | Jelmer Vernooij | 1 | -3/+2 | |
2008-10-24 | Move charset library to top level. | Jelmer Vernooij | 8 | -0/+3112 | |