Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-02 | Change uint_t to unsigned int in lib/util | Matt Kraai | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-09-07 | s4: Fix "Small memory leak after calling several times lp_update" | Inra | 1 | -37/+17 | |
Should fix bug #6660. | |||||
2009-03-02 | Import ISO-8859-1, 646 from Samba 3 iconv. | Jelmer Vernooij | 1 | -0/+29 | |
2009-03-01 | Use common header file for character set handling in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-31 | finished adding UTF16_MUNGED charset | Andrew Tridgell | 1 | -70/+41 | |
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 | Move charset library to top level. | Jelmer Vernooij | 1 | -0/+711 | |