summaryrefslogtreecommitdiffstats
path: root/source3/lib/ldb_compat.c
Commit message (Collapse)AuthorAgeFilesLines
* ldb: use ldb directly rather than via a copyAndrew Bartlett2011-10-071-639/+0
| | | | | | | | | | | | | | | | | | This avoids needing to manually sync the two files, which due to the top level build must be API compatible at all times anyway. The most important recent change was: commit e3b76bd6205acfc1a89fbcab5d9588b32cb47b88 Author: Andrew Tridgell <tridge@samba.org> Date: Thu Jul 28 15:51:31 2011 +1000 ldb: fixed a search expression parse bug However, as we always control the search expression in the callers to this code, no backport to other releases is required. Andrew Bartlett
* s3: Fix an uninitialized variableVolker Lendecke2010-08-011-1/+1
|
* s3-ldb: fix build warning.Günther Deschner2010-07-131-44/+1
| | | | Guenther
* Remove the copy of ldb from Samba 3.Jelmer Vernooij2010-05-061-0/+682
There were two utility functions that other parts of Samba 3 still relied on; they have been moved to lib/ldb_compat.[ch].