ldb: use ldb directly rather than via a copy
authorAndrew Bartlett <abartlet@samba.org>
Tue, 5 Jul 2011 00:14:12 +0000 (10:14 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 7 Oct 2011 06:45:20 +0000 (17:45 +1100)
commit36b2227eca55e769813eecc97366ba18a2832fb3
treee7ad966a443a67762814a256d1ef3446471b8d27
parented41edddde6b81b759d4b4c8d9e59ee541a37c0a
ldb: use ldb directly rather than via a copy

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/ldap_message.h
libcli/ldap/ldap_ndr.c
source3/Makefile.in
source3/include/autoconf/ldb_version.h [new file with mode: 0644]
source3/lib/ldb_compat.c [deleted file]
source3/lib/ldb_compat.h [deleted file]
source3/wscript_build
wscript_build