r7522: added a ldb_filter_from_tree() function that takes a ldb_parse_tree
commit04356c1b1ed86d72934bc1b0ed60b767e10a1196
authorAndrew Tridgell <tridge@samba.org>
Mon, 13 Jun 2005 06:52:48 +0000 (13 06:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:05 +0000 (10 13:18 -0500)
tree0931ea487ba816b57ac4c3ab08938d32bc518251
parentd74b7c20b6e547dba039992f69cea31b46d92286
r7522: added a ldb_filter_from_tree() function that takes a ldb_parse_tree
and forms a ldab search filter expression. Next step is to make our
ldap server code go from ASN.1 to a ldb_parse_tree, instead of trying
to construct string filters, then add a ldb_search_tree() call to
allow for searches using parse trees.

all of this is being done as I am hitting bitwise '&' ldap search
expressions from w2k, and want to handle them cleanly.
source/lib/ldb/common/ldb_parse.c
source/lib/ldb/include/ldb_parse.h