summaryrefslogtreecommitdiff
path: root/source4/lib/util/util_ldb.h
AgeCommit message (Collapse)AuthorFilesLines
2008-08-22fixed a problem with length limited ldap valuesAndrew Tridgell1-1/+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-02Reintroduce header previously autogenerated but ignored by git.Jelmer Vernooij1-3/+4
Also fixed extra include in regpatch. (This used to be commit 0e371cf169e9a607fcbb3e65437ab9413935dd52)
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+26
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
2007-12-21r26266: Remove more global_loadparm uses.Jelmer Vernooij1-55/+0
(This used to be commit 99113075c4a96679bcec4f4d6bba4acb3dee4245)
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-0/+55
(This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555)