r7524: make the ldap ASN.1 filter parse code go via a struct
commit235cf625e20767c8d5d30c5955ae45e1fdf88bf2
authorAndrew Tridgell <tridge@samba.org>
Mon, 13 Jun 2005 07:36:52 +0000 (13 07:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:06 +0000 (10 13:18 -0500)
tree2a8cfa917a4a610731e1549108ded062f75359b7
parent9dab036fbe50d84cb79d7a103c454a1c0c90a48a
r7524: make the ldap ASN.1 filter parse code go via a struct
ldb_parse_tree. This also fixes the error handling.

next step will be to pass the parse tree straight into ldb, avoiding
the string encoding completely.
source/libcli/ldap/ldap.c