summaryrefslogtreecommitdiffstats
path: root/lib/util/charset/iconv.c
Commit message (Expand)AuthorAgeFilesLines
* iconv: Use a static buffer in iconf not to spoil the talloc_poolVolker Lendecke2013-12-141-15/+1
* lib/util/charset: remove charset module loadingAndrew Bartlett2011-09-201-95/+20
* lib/util/charset: add back loading of charset modulesAndrew Bartlett2011-09-101-26/+52
* Fix bug 8433, segfault in iconv.cVolker Lendecke2011-09-011-1/+0
* lib/util/charset Make ASCII conversion validate it's inputAndrew Bartlett2011-04-131-4/+69
* lib/util/charset Preserve 'pull' errors even when converting via UTF16Andrew Bartlett2011-04-131-3/+8
* charconv: Use talloc_tos() in the S3 buildVolker Lendecke2011-03-311-1/+9
* Arg. I hate the "if (xxx) return foo" all on one line style of code.Jeremy Allison2011-03-311-2/+8
* Don't burn 2k of stack on every iconv, use the heap when it's a slow call.Jeremy Allison2011-03-311-16/+25
* lib/: Fix prototypes for functions.Jelmer Vernooij2011-03-191-2/+2
* lib/util/charset Use top level iconv.c in source3Andrew Bartlett2011-02-181-7/+78
* s4:lib/util/charset/iconv.c - remove a distinction which can never happenMatthias Dieter Wallnöfer2010-10-211-4/+1
* Change uint_t to unsigned int in lib/utilMatt Kraai2010-02-021-1/+1
* s4: Fix "Small memory leak after calling several times lp_update"Inra2009-09-071-37/+17
* Import ISO-8859-1, 646 from Samba 3 iconv.Jelmer Vernooij2009-03-021-0/+29
* Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij2009-03-011-0/+1
* finished adding UTF16_MUNGED charsetAndrew Tridgell2008-10-311-70/+41
* added a new charset for string2keyAndrew Tridgell2008-10-311-0/+132
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Move charset library to top level.Jelmer Vernooij2008-10-241-0/+711