r8373: New wildcard matching code.
authorSimo Sorce <idra@samba.org>
Tue, 12 Jul 2005 12:04:54 +0000 (12:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:20:13 +0000 (13:20 -0500)
commit4eb5863042011988d85092d7dde3d809aa15bd59
treec1c3cbdf5f8a7d6f22a718ac1829d6836251304b
parent7476cb94132cf2849ec19360468904ca6fe8de2c
r8373: New wildcard matching code.
This code applies correct ldap standard wildcard matching code
removes WILDCARD matching from tdb @ATTRIBUTES, that's now handled independently
adds some more tests for wildcard matching
fixes dn comparison code in ldb_match
15 files changed:
source/lib/ldb/common/attrib_handlers.c
source/lib/ldb/common/ldb_dn.c
source/lib/ldb/common/ldb_match.c
source/lib/ldb/common/ldb_parse.c
source/lib/ldb/include/ldb.h
source/lib/ldb/include/ldb_private.h
source/lib/ldb/ldb_tdb/ldb_cache.c
source/lib/ldb/ldb_tdb/ldb_index.c
source/lib/ldb/ldb_tdb/ldb_search.c
source/lib/ldb/tests/schema-tests/schema.ldif
source/lib/ldb/tests/test-attribs.ldif
source/lib/ldb/tests/test-generic.sh
source/lib/ldb/tests/test-index.ldif
source/lib/ldb/tests/test-tdb-features.sh
source/setup/provision.ldif