summaryrefslogtreecommitdiffstats
path: root/source4/lib/charset
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-084-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)
| * Install public header files again and include required prototypes.Jelmer Vernooij2008-04-024-10/+74
| | | | | | | | (This used to be commit 47ffbbf67435904754469544390b67d34c958343)
| * Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-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)
* | Move object file lists to the Makefile.Jelmer Vernooij2008-03-031-4/+1
| | | | | | | | (This used to be commit a7e6d2a1832db388fdafa1279f84c9a8bbfc87d6)
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-291-12/+22
|\| | | | | | | | | | | | | Conflicts: source/scripting/python/config.mk (This used to be commit 0ac0ea660ab63eca764149f1d2828d0238a57289)
| * Cache iconv_convenience.Jelmer Vernooij2008-02-281-12/+22
| | | | | | | | (This used to be commit fe1d3e69990a71d7639ac8718f6ca51de4d7e6d2)
* | Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-261-1/+3
| | | | | | | | (This used to be commit 89f7c74924965071981bbe7e05ff69847b0a3a03)
* | Remove public prototype headers. Generating both public and private ↵Jelmer Vernooij2008-02-251-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)
* Remove extra whitespace, use public variable in IDL.Jelmer Vernooij2008-02-211-1/+1
| | | | (This used to be commit bf08b682586f6b9a17d4ec3934836be957ef955c)
* r26498: Fix memory leak in iconv code.Jelmer Vernooij2007-12-213-11/+20
| | | | (This used to be commit 8795697db56e4ca6715950d68f5ec370604fcc76)
* r26476: Remove unnecessary hack.Jelmer Vernooij2007-12-211-1/+0
| | | | (This used to be commit 827632ab6e00bacef45c15efc626a1ef587c0915)
* r26434: Remove display charset from iconv convenience context.Jelmer Vernooij2007-12-212-6/+2
| | | | (This used to be commit a76625994abf9906d54ae11f9c171f89063cf508)
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-19/+20
| | | | (This used to be commit d37136b7abfbba75ef2e5ab855eb3382b9648b8c)
* r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-2/+2
| | | | (This used to be commit bf072c6fb37b3e6a71c0c747b9fbeaa01480229e)
* r26410: Remove unnecessary static.Jelmer Vernooij2007-12-211-3/+3
| | | | (This used to be commit 13ae3108dad2f9f0f7a421d672751fa594f4e3fb)
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-214-64/+77
| | | | (This used to be commit f6420d933b5b011d428974f3a2a57edf19e6f482)
* r26315: Avoid using lp_ functions in libcharset.Jelmer Vernooij2007-12-213-28/+23
| | | | (This used to be commit db6dd425e3526c04e96d778a736dbb5cf14ddc56)
* r26278: Tallocify convenience table for iconv handles.Jelmer Vernooij2007-12-212-35/+73
| | | | (This used to be commit ad64b3baa4a5383c603d17ae75c33083af4690bb)
* r26272: Remove global_loadparm in some more places.Jelmer Vernooij2007-12-211-1/+2
| | | | (This used to be commit 1ab76ecc5311fa863e5d04899b6f110899818f55)
* r26264: pass name resolve order explicitly, use torture context for settings ↵Jelmer Vernooij2007-12-211-1/+1
| | | | | | in dssync tests. (This used to be commit c7eae1c7842f9ff8b70cce9e5d6f3ebbbe78e83b)
* r26259: Provide convert_string_talloc() variant that works directly with an ↵Jelmer Vernooij2007-12-211-39/+48
| | | | | | iconv handle. (This used to be commit a3efdfc8e390c923156c101416eb929a13f1dab8)
* r25926: Move iconv test to iconv code directory.Jelmer Vernooij2007-12-212-0/+424
| | | | (This used to be commit e20c4b90e4a935d3249d0b631b942fd318a2ece2)
* r25456: Avoid externs for charsets for now - it breaks openchange.Jelmer Vernooij2007-10-102-22/+13
| | | | (This used to be commit 836431af83674018e9700f9da92ce251d108687a)
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
* r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit c62f51cc28a37959128e78a1f34cfd4c6d3ba069)
* r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij2007-10-101-2/+2
| | | | | | number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
* r25027: Fix more warnings.Jelmer Vernooij2007-10-102-9/+9
| | | | (This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-102-0/+2
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r24867: Avoid anonymous struct. Patch from Brad Hards.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit e7866857fbdc9b7b7bebcecd41f34f54b37f3b04)
* r24814: Fix headers, trim core.h even more.Jelmer Vernooij2007-10-102-8/+7
| | | | (This used to be commit 9647f860bdd5c0a74583e886182bd041a45e7655)
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-102-3/+12
| | | | (This used to be commit 31993cf67b816a184a4a4e92ef8ca2532c797190)
* r24717: Some more easy bool conversions, update TODO for registryJelmer Vernooij2007-10-102-12/+12
| | | | (This used to be commit fc8771fb6aab815e63334da0159032f7ecd0a931)
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-102-7/+7
| | | | (This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-105-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)
* r23013: fixed a bug in the string_replace_w() test that caused OpenBSD to dieAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 1fe20a4555aac6f011eca98f138e125de0de4321)
* r22743: set the talloc name to the string...Stefan Metzmacher2007-10-101-0/+4
| | | | | metze (This used to be commit d907fb26a7b0a6543a4bf0b848327a0b7d0da9fa)
* r21694: Some more testing updates.Jelmer Vernooij2007-10-101-1/+38
| | | | (This used to be commit 9247626b1c5f1eec0cedd6be221aafc41d9a26ab)
* r21691: Add testsuite for lib/charsetJelmer Vernooij2007-10-102-6/+237
| | | | (This used to be commit a4184893959bb25541704938ee621e5c575b817d)
* r20697: A couple of minot cross-compile fixes.James Peach2007-10-101-1/+4
| | | | (This used to be commit d4c7dd19f3a114ee1527cbcd3071b4921600977d)
* r20649: fixed strlower_talloc() and strupper_talloc() to end with right size,Andrew Tridgell2007-10-101-0/+6
| | | | | so talloc_append_string() works (This used to be commit 0d36b036b381d4f81a22ce31066d89932d73597b)
* r19679: Fix shared library build as well.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit ff9e1b4f0634847d0db178b2c283865c4fb39c9b)
* r19678: Fix the build for now (ugly hack because of circular dependencies)Jelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 0953bb7d5f2f2a81688f5421e1fbfa3bc38aa810)
* r19672: Make LIBSAMBA-UTIL a subsystem again for now because it has ↵Jelmer Vernooij2007-10-102-2/+4
| | | | | | | interdependencies with LIBSAMBA-CONFIG. (This used to be commit 4a044fb529075044755a0b5cc21446bf24bec72e)
* r19438: try to fix up the build breakages on BSD systems due to incorrectlyAndrew Tridgell2007-10-101-5/+8
| | | | | detecting iconv.h (This used to be commit e6baa13e1f9c35f95021512b713cebba680b2a72)
* r18376: added iconv:native=false option to turn off native iconv. Needed underAndrew Tridgell2007-10-101-0/+3
| | | | | valgrind as native iconv is so full of overflows (This used to be commit d1de0202efc6e6ca4bbc1997f3e493da18cd35f4)
* r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher2007-10-101-1/+1
| | | | | | | always at it as first private dependencies metze (This used to be commit 135d096776b53ae09ffc2b4f767dfbd18139570f)
* r18131: fixed tdb subsystem to use right tdb.hAndrew Tridgell2007-10-101-1/+1
| | | | | fixed LIBREPLACE dep in lib/charset (This used to be commit 2f6cd41f40cf1625918f272458b6e103e4f3e00e)
* r17980: handle NULL arguments without crashing in strcasecmp_m() andAndrew Tridgell2007-10-101-0/+10
| | | | | | strncasecmp_m(). This makes the use of these functions in sorting routines with RPC replies sane (This used to be commit 93413f84502ff308e88947b9d3bdc9d219478935)
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-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)
* r17716: make casts explicit and remove compiler warningsStefan Metzmacher2007-10-101-8/+8
| | | | | metze (This used to be commit 43f030e71e50f7846d539e3952afc70fdc3daa58)