summaryrefslogtreecommitdiff
path: root/source4/lib/charset/charset.h
AgeCommit message (Collapse)AuthorFilesLines
2008-10-24Move charset library to top level.Jelmer Vernooij1-154/+0
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-0/+4
remove some unused functions.
2008-09-23s4:lib/charset: add missing prototype of talloc_strdup_upper()Stefan Metzmacher1-0/+1
metze
2008-08-22fixed a problem with length limited ldap valuesAndrew Tridgell1-0/+1
The core ldb code for string matching assumed NULL terminated strings, whereas the anr module used data_blob_const() to effectively truncate a ldb_val by changing its length. The ldb code is supposed to be based around length limited blobs, not NULL terminated strings, so the correct fix was to change the string comparison functions to be length limited (This used to be commit 26c6aa5a80ffaf06fc33f30a6533f8f16ef538bc)
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-2/+66
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
2007-12-21r26434: Remove display charset from iconv convenience context.Jelmer Vernooij1-2/+2
(This used to be commit a76625994abf9906d54ae11f9c171f89063cf508)
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-0/+2
(This used to be commit f6420d933b5b011d428974f3a2a57edf19e6f482)
2007-12-21r26278: Tallocify convenience table for iconv handles.Jelmer Vernooij1-0/+2
(This used to be commit ad64b3baa4a5383c603d17ae75c33083af4690bb)
2007-10-10r25456: Avoid externs for charsets for now - it breaks openchange.Jelmer Vernooij1-5/+0
(This used to be commit 836431af83674018e9700f9da92ce251d108687a)
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 Vernooij1-1/+1
(This used to be commit 9647f860bdd5c0a74583e886182bd041a45e7655)
2007-10-10r24780: More work allowing libutil to be used by external users.Jelmer Vernooij1-0/+5
(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-10r15295: Fix some dependenciesJelmer Vernooij1-0/+5
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-10r14511: Install more headersJelmer Vernooij1-0/+2
(This used to be commit e1f896948fad8cf5a1aec300865c250c5721ee7d)
2007-10-10r14488: Install more headers.Jelmer Vernooij1-0/+5
Generate different #include lines in pidl depending on whether we're building inside or outside of the Samba tree (useful for 3rd-party projects). (This used to be commit 0c188833154c1fe565cb1735909e408a4a1a6049)
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+69
(This used to be commit c722f665c90103f3ed57621c460e32ad33e7a8a3)