summaryrefslogtreecommitdiff
path: root/source4/lib/charset/charcnv.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26498: Fix memory leak in iconv code.Jelmer Vernooij1-3/+4
2007-12-21r26434: Remove display charset from iconv convenience context.Jelmer Vernooij1-4/+0
2007-12-21r26410: Remove unnecessary static.Jelmer Vernooij1-3/+3
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-43/+54
2007-12-21r26315: Avoid using lp_ functions in libcharset.Jelmer Vernooij1-24/+18
2007-12-21r26278: Tallocify convenience table for iconv handles.Jelmer Vernooij1-35/+71
2007-12-21r26272: Remove global_loadparm in some more places.Jelmer Vernooij1-1/+2
2007-12-21r26259: Provide convert_string_talloc() variant that works directly with an i...Jelmer Vernooij1-39/+48
2007-10-10r25456: Avoid externs for charsets for now - it breaks openchange.Jelmer Vernooij1-17/+13
2007-10-10r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij1-1/+1
2007-10-10r25027: Fix more warnings.Jelmer Vernooij1-3/+3
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24780: More work allowing libutil to be used by external users.Jelmer Vernooij1-3/+7
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r17715: make the cast explicit and remove compiler warningsStefan Metzmacher1-4/+4
2007-10-10r16571: - make push/pull_ascii()/_ucs() functions static,Stefan Metzmacher1-6/+19
2007-10-10r15295: Fix some dependenciesJelmer Vernooij1-11/+10
2007-10-10r14902: change charcnv code to fail the conversion when it hits badAndrew Tridgell1-3/+3
2007-10-10r14429: charset_t cannot be used to loop over charset_t, as otherwise it canAndrew Tridgell1-1/+1
2007-10-10r13842: Make some more functions public.Jelmer Vernooij1-16/+16
2007-10-10r13186: Remove assumption that callers that specify -1 actually mean sizeof(p...Jelmer Vernooij1-15/+0
2007-10-10r9078: - move charset stuff to lib/charsetStefan Metzmacher1-0/+723