summaryrefslogtreecommitdiff
path: root/source4/lib/charset/charcnv.c
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r26498: Fix memory leak in iconv code.Jelmer Vernooij1-3/+4
(This used to be commit 8795697db56e4ca6715950d68f5ec370604fcc76)
2007-12-21r26434: Remove display charset from iconv convenience context.Jelmer Vernooij1-4/+0
(This used to be commit a76625994abf9906d54ae11f9c171f89063cf508)
2007-12-21r26410: Remove unnecessary static.Jelmer Vernooij1-3/+3
(This used to be commit 13ae3108dad2f9f0f7a421d672751fa594f4e3fb)
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-43/+54
(This used to be commit f6420d933b5b011d428974f3a2a57edf19e6f482)
2007-12-21r26315: Avoid using lp_ functions in libcharset.Jelmer Vernooij1-24/+18
(This used to be commit db6dd425e3526c04e96d778a736dbb5cf14ddc56)
2007-12-21r26278: Tallocify convenience table for iconv handles.Jelmer Vernooij1-35/+71
(This used to be commit ad64b3baa4a5383c603d17ae75c33083af4690bb)
2007-12-21r26272: Remove global_loadparm in some more places.Jelmer Vernooij1-1/+2
(This used to be commit 1ab76ecc5311fa863e5d04899b6f110899818f55)
2007-12-21r26259: Provide convert_string_talloc() variant that works directly with an ↵Jelmer Vernooij1-39/+48
iconv handle. (This used to be commit a3efdfc8e390c923156c101416eb929a13f1dab8)
2007-10-10r25456: Avoid externs for charsets for now - it breaks openchange.Jelmer Vernooij1-17/+13
(This used to be commit 836431af83674018e9700f9da92ce251d108687a)
2007-10-10r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij1-1/+1
(This used to be commit c62f51cc28a37959128e78a1f34cfd4c6d3ba069)
2007-10-10r25027: Fix more warnings.Jelmer Vernooij1-3/+3
(This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729)
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
2007-10-10r24780: More work allowing libutil to be used by external users.Jelmer Vernooij1-3/+7
(This used to be commit 31993cf67b816a184a4a4e92ef8ca2532c797190)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r17715: make the cast explicit and remove compiler warningsStefan Metzmacher1-4/+4
metze (This used to be commit dab51c1f7fa3cdb9e1c3b094935362af6d6725c4)
2007-10-10r16571: - make push/pull_ascii()/_ucs() functions static,Stefan Metzmacher1-6/+19
callers should use push/pull_string() functions with STR_ASCII or STR_UNICODE - make the push/pull_ascii/ucs2/utf8_talloc() functions complete (they should be reduced to pull/push_string_talloc() later...) metze (This used to be commit b0af976187d2d46b7dbe5a532a5491476b459119)
2007-10-10r15295: Fix some dependenciesJelmer Vernooij1-11/+10
Move unistr-specific code to lib/charset/. Remove _m from some places where it's not needed. (This used to be commit 03224e112424968fc3f547c6159c7ccae2d1aa5b)
2007-10-10r14902: change charcnv code to fail the conversion when it hits badAndrew Tridgell1-3/+3
characters, rather than silently truncating the string. This makes the code much omre conservative, making it easier to test. It might mean users hit problems initially, but at least we'll hear about them, and thus can fix them. (This used to be commit bb99cbf069db5ab09ecf6c55e4c87d4c28ea8169)
2007-10-10r14429: charset_t cannot be used to loop over charset_t, as otherwise it canAndrew Tridgell1-1/+1
go out of the range of the enum (This used to be commit caead24b6dd2f2e87e113587cacd57794487a83a)
2007-10-10r13842: Make some more functions public.Jelmer Vernooij1-16/+16
(This used to be commit aac1b99b362993352d80692afa55c38fc851c016)
2007-10-10r13186: Remove assumption that callers that specify -1 actually mean ↵Jelmer Vernooij1-15/+0
sizeof(pstring) (This used to be commit da72f47226f9c514deb75bc6e69548c240822eb5)
2007-10-10r9078: - move charset stuff to lib/charsetStefan Metzmacher1-0/+723
- don't use the global $LIBS variable for -liconv as $LIBS is not used anymore should fix the build on solaris 10 metze (This used to be commit 69ade058fde8e4cc62e4830c0b080e720d8e581d)