Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ldb: use ldb directly rather than via a copy | Andrew Bartlett | 2011-10-07 | 1 | -87/+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 | ||||
* | libcli/ldap: use lib/ldb_compat.h for the s3 build | Stefan Metzmacher | 2011-01-24 | 1 | -0/+13 |
| | | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 24 14:55:50 CET 2011 on sn-devel-104 | ||||
* | Remove the copy of ldb from Samba 3. | Jelmer Vernooij | 2010-05-06 | 1 | -0/+74 |
There were two utility functions that other parts of Samba 3 still relied on; they have been moved to lib/ldb_compat.[ch]. |