r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree
authorAndrew Tridgell <tridge@samba.org>
Mon, 13 Jun 2005 09:10:17 +0000 (09:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:06 +0000 (13:18 -0500)
commit4b0e5bd75373ffa2d847706a71fd0349dfa15e71
tree5911c1b644daa5778fb437c43fbccd2ab416504a
parentd71e1a7a7fe363d27a0e8256ccfb4cec425c13b5
r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree
  instead of a search expression. This allows our ldap server to pass
  its ASN.1 parsed search expressions straight to ldb, instead of going
  via strings.

- updated all the ldb modules code to handle the new interface

- got rid of the separate ldb_parse.h now that the ldb_parse
  structures are exposed externally

- moved to C99 structure initialisation in ldb

- switched ldap server to using ldb_search_bytree()
(This used to be commit 96620ab2ee5d440bbbc51c1bc0cad9977770f897)
29 files changed:
source4/cldap_server/cldap_server.c
source4/cldap_server/netlogon.c
source4/dsdb/samdb/ldb_modules/samldb.c
source4/include/structs.h
source4/ldap_server/ldap_backend.c
source4/ldap_server/ldap_hacked_ldb.c
source4/ldap_server/ldap_simple_ldb.c
source4/lib/ldb/common/ldb.c
source4/lib/ldb/common/ldb_modules.c
source4/lib/ldb/common/ldb_msg.c
source4/lib/ldb/common/ldb_parse.c
source4/lib/ldb/include/ldb.h
source4/lib/ldb/include/ldb_parse.h [deleted file]
source4/lib/ldb/include/ldb_private.h
source4/lib/ldb/ldb_ldap/ldb_ldap.c
source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
source4/lib/ldb/ldb_tdb/ldb_index.c
source4/lib/ldb/ldb_tdb/ldb_match.c
source4/lib/ldb/ldb_tdb/ldb_search.c
source4/lib/ldb/ldb_tdb/ldb_tdb.c
source4/lib/ldb/ldb_tdb/ldb_tdb.h
source4/lib/ldb/modules/schema.c
source4/lib/ldb/modules/skel.c
source4/lib/ldb/modules/timestamps.c
source4/libcli/cldap/cldap.c
source4/libcli/ldap/ldap.c
source4/libcli/ldap/ldap.h
source4/libcli/util/asn1.c
source4/torture/ldap/basic.c