summaryrefslogtreecommitdiff
path: root/source4/lib/charset
AgeCommit message (Collapse)AuthorFilesLines
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij4-10/+74
Conflicts: source/auth/credentials/config.mk source/auth/gensec/config.mk source/build/smb_build/makefile.pm source/heimdal_build/config.mk source/lib/events/config.mk source/lib/nss_wrapper/config.mk source/lib/policy/config.mk source/lib/registry/config.mk source/lib/socket_wrapper/config.mk source/lib/tdb/config.mk source/lib/tls/config.mk source/lib/util/config.mk source/libcli/config.mk source/libcli/ldap/config.mk source/libnet/config.mk source/librpc/config.mk source/param/config.mk source/rpc_server/config.mk source/scripting/ejs/config.mk source/smbd/process_model.mk (This used to be commit 760378e0294dd0cd4523a83448328478632d7e3d)
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij4-10/+74
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-4/+1
(This used to be commit a7e6d2a1832db388fdafa1279f84c9a8bbfc87d6)
2008-02-29Move public header accumulation out of the perl code.Jelmer Vernooij1-2/+4
Never install generated prototype files. It's easier to break the API when using them and they're not easily readable for 3rd party users. Conflicts: source/auth/config.mk source/auth/credentials/config.mk source/auth/gensec/config.mk source/build/smb_build/config_mk.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm source/dsdb/config.mk source/lib/charset/config.mk source/lib/tdr/config.mk source/lib/util/config.mk source/libcli/config.mk source/libcli/ldap/config.mk source/librpc/config.mk source/param/config.mk source/rpc_server/config.mk source/torture/config.mk (This used to be commit 6c659689ed4081f1d7a6253c538c7f01784197ba)
2008-02-29Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-12/+22
Conflicts: source/scripting/python/config.mk (This used to be commit 0ac0ea660ab63eca764149f1d2828d0238a57289)
2008-02-28Cache iconv_convenience.Jelmer Vernooij1-12/+22
(This used to be commit fe1d3e69990a71d7639ac8718f6ca51de4d7e6d2)
2008-02-26Move public header accumulation out of the perl code.Jelmer Vernooij1-1/+3
(This used to be commit 89f7c74924965071981bbe7e05ff69847b0a3a03)
2008-02-25Remove public prototype headers. Generating both public and private ↵Jelmer Vernooij1-1/+1
prototype headers is tricky with gmake and it's easy to break backwards compatibility for the public API with them. (This used to be commit dee1cb6b08aa0a3e24372e052729121c11280971)
2008-02-21Remove extra whitespace, use public variable in IDL.Jelmer Vernooij1-1/+1
(This used to be commit bf08b682586f6b9a17d4ec3934836be957ef955c)
2007-12-21r26498: Fix memory leak in iconv code.Jelmer Vernooij3-11/+20
(This used to be commit 8795697db56e4ca6715950d68f5ec370604fcc76)
2007-12-21r26476: Remove unnecessary hack.Jelmer Vernooij1-1/+0
(This used to be commit 827632ab6e00bacef45c15efc626a1ef587c0915)
2007-12-21r26434: Remove display charset from iconv convenience context.Jelmer Vernooij2-6/+2
(This used to be commit a76625994abf9906d54ae11f9c171f89063cf508)
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-19/+20
(This used to be commit d37136b7abfbba75ef2e5ab855eb3382b9648b8c)
2007-12-21r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij1-2/+2
(This used to be commit bf072c6fb37b3e6a71c0c747b9fbeaa01480229e)
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 Vernooij4-64/+77
(This used to be commit f6420d933b5b011d428974f3a2a57edf19e6f482)
2007-12-21r26315: Avoid using lp_ functions in libcharset.Jelmer Vernooij3-28/+23
(This used to be commit db6dd425e3526c04e96d778a736dbb5cf14ddc56)
2007-12-21r26278: Tallocify convenience table for iconv handles.Jelmer Vernooij2-35/+73
(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-21r26264: pass name resolve order explicitly, use torture context for settings ↵Jelmer Vernooij1-1/+1
in dssync tests. (This used to be commit c7eae1c7842f9ff8b70cce9e5d6f3ebbbe78e83b)
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-12-21r25926: Move iconv test to iconv code directory.Jelmer Vernooij2-0/+424
(This used to be commit e20c4b90e4a935d3249d0b631b942fd318a2ece2)
2007-10-10r25456: Avoid externs for charsets for now - it breaks openchange.Jelmer Vernooij2-22/+13
(This used to be commit 836431af83674018e9700f9da92ce251d108687a)
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-1/+1
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
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-10r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij1-2/+2
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
2007-10-10r25027: Fix more warnings.Jelmer Vernooij2-9/+9
(This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729)
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij2-0/+2
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
2007-10-10r24867: Avoid anonymous struct. Patch from Brad Hards.Jelmer Vernooij1-1/+1
(This used to be commit e7866857fbdc9b7b7bebcecd41f34f54b37f3b04)
2007-10-10r24814: Fix headers, trim core.h even more.Jelmer Vernooij2-8/+7
(This used to be commit 9647f860bdd5c0a74583e886182bd041a45e7655)
2007-10-10r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2-3/+12
(This used to be commit 31993cf67b816a184a4a4e92ef8ca2532c797190)
2007-10-10r24717: Some more easy bool conversions, update TODO for registryJelmer Vernooij2-12/+12
(This used to be commit fc8771fb6aab815e63334da0159032f7ecd0a931)
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2-7/+7
(This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell5-15/+10
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-10r23013: fixed a bug in the string_replace_w() test that caused OpenBSD to dieAndrew Tridgell1-1/+1
(This used to be commit 1fe20a4555aac6f011eca98f138e125de0de4321)
2007-10-10r22743: set the talloc name to the string...Stefan Metzmacher1-0/+4
metze (This used to be commit d907fb26a7b0a6543a4bf0b848327a0b7d0da9fa)
2007-10-10r21694: Some more testing updates.Jelmer Vernooij1-1/+38
(This used to be commit 9247626b1c5f1eec0cedd6be221aafc41d9a26ab)
2007-10-10r21691: Add testsuite for lib/charsetJelmer Vernooij2-6/+237
(This used to be commit a4184893959bb25541704938ee621e5c575b817d)
2007-10-10r20697: A couple of minot cross-compile fixes.James Peach1-1/+4
(This used to be commit d4c7dd19f3a114ee1527cbcd3071b4921600977d)
2007-10-10r20649: fixed strlower_talloc() and strupper_talloc() to end with right size,Andrew Tridgell1-0/+6
so talloc_append_string() works (This used to be commit 0d36b036b381d4f81a22ce31066d89932d73597b)
2007-10-10r19679: Fix shared library build as well.Jelmer Vernooij1-1/+1
(This used to be commit ff9e1b4f0634847d0db178b2c283865c4fb39c9b)
2007-10-10r19678: Fix the build for now (ugly hack because of circular dependencies)Jelmer Vernooij1-0/+1
(This used to be commit 0953bb7d5f2f2a81688f5421e1fbfa3bc38aa810)
2007-10-10r19672: Make LIBSAMBA-UTIL a subsystem again for now because it has ↵Jelmer Vernooij2-2/+4
interdependencies with LIBSAMBA-CONFIG. (This used to be commit 4a044fb529075044755a0b5cc21446bf24bec72e)
2007-10-10r19438: try to fix up the build breakages on BSD systems due to incorrectlyAndrew Tridgell1-5/+8
detecting iconv.h (This used to be commit e6baa13e1f9c35f95021512b713cebba680b2a72)
2007-10-10r18376: added iconv:native=false option to turn off native iconv. Needed underAndrew Tridgell1-0/+3
valgrind as native iconv is so full of overflows (This used to be commit d1de0202efc6e6ca4bbc1997f3e493da18cd35f4)
2007-10-10r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher1-1/+1
always at it as first private dependencies metze (This used to be commit 135d096776b53ae09ffc2b4f767dfbd18139570f)
2007-10-10r18131: fixed tdb subsystem to use right tdb.hAndrew Tridgell1-1/+1
fixed LIBREPLACE dep in lib/charset (This used to be commit 2f6cd41f40cf1625918f272458b6e103e4f3e00e)
2007-10-10r17980: handle NULL arguments without crashing in strcasecmp_m() andAndrew Tridgell1-0/+10
strncasecmp_m(). This makes the use of these functions in sorting routines with RPC replies sane (This used to be commit 93413f84502ff308e88947b9d3bdc9d219478935)
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
* Move dlinklist.h, smb.h to subsystem-specific directories * Clean up ads.h and move what is left of it to dsdb/ (only place where it's used) (This used to be commit f7afa1cb77f3cfa7020b57de12e6003db7cfcc42)
2007-10-10r17716: make casts explicit and remove compiler warningsStefan Metzmacher1-8/+8
metze (This used to be commit 43f030e71e50f7846d539e3952afc70fdc3daa58)