summaryrefslogtreecommitdiff
path: root/lib/util/charset/iconv.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-20lib/util/charset: remove charset module loadingAndrew Bartlett1-95/+20
2011-09-10lib/util/charset: add back loading of charset modulesAndrew Bartlett1-26/+52
2011-09-01Fix bug 8433, segfault in iconv.cVolker Lendecke1-1/+0
2011-04-13lib/util/charset Make ASCII conversion validate it's inputAndrew Bartlett1-4/+69
2011-04-13lib/util/charset Preserve 'pull' errors even when converting via UTF16Andrew Bartlett1-3/+8
2011-03-31charconv: Use talloc_tos() in the S3 buildVolker Lendecke1-1/+9
2011-03-31Arg. I hate the "if (xxx) return foo" all on one line style of code.Jeremy Allison1-2/+8
2011-03-31Don't burn 2k of stack on every iconv, use the heap when it's a slow call.Jeremy Allison1-16/+25
2011-03-19lib/: Fix prototypes for functions.Jelmer Vernooij1-2/+2
2011-02-18lib/util/charset Use top level iconv.c in source3Andrew Bartlett1-7/+78
2010-10-21s4:lib/util/charset/iconv.c - remove a distinction which can never happenMatthias Dieter Wallnöfer1-4/+1
2010-02-02Change uint_t to unsigned int in lib/utilMatt Kraai1-1/+1
2009-09-07s4: Fix "Small memory leak after calling several times lp_update"Inra1-37/+17
2009-03-02Import ISO-8859-1, 646 from Samba 3 iconv.Jelmer Vernooij1-0/+29
2009-03-01Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij1-0/+1
2008-10-31finished adding UTF16_MUNGED charsetAndrew Tridgell1-70/+41
2008-10-31added a new charset for string2keyAndrew Tridgell1-0/+132
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-24Move charset library to top level.Jelmer Vernooij1-0/+711