summaryrefslogtreecommitdiffstats
path: root/source4/lib/util/util_ldb.c
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-134/+0
| | | | | | Conflicts: source4/Makefile
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-1/+2
| | | | | The previous ldb_search() interface made it way too easy to leak results, and being able to use a printf-like expression turns to be really useful.
* fixed a problem with length limited ldap valuesAndrew Tridgell2008-08-221-2/+2
| | | | | | | | | | 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)
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-0/+1
| | | | (This used to be commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0)
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-2/+2
| | | | (This used to be commit 47ffbbf67435904754469544390b67d34c958343)
* util_ldb: Add a missing \n to debug string, fix trailing whitespaces.Kai Blin2008-02-141-8/+9
| | | | (This used to be commit b0991cc09b36171c18d2407c9f3153b6f7e8299b)
* r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_vKai Blin2007-12-211-3/+3
| | | | | While at it, also add a PRINTF_ATTRIBUTE for talloc_vasprintf. (This used to be commit 5b3a8c8ae195e6a98357a407a0699493f54a8b79)
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-0/+131
(This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555)