]> git.sur5r.net Git - openldap/commit
This patch is for a component filter. please refer ITS#3260 for detail
authorSang Seok Lim <slim@openldap.org>
Thu, 26 Aug 2004 00:06:39 +0000 (00:06 +0000)
committerSang Seok Lim <slim@openldap.org>
Thu, 26 Aug 2004 00:06:39 +0000 (00:06 +0000)
commit2af645777109012a2fc36da45bcbef0fe35ef301
tree8283a02e76918cdb40914ade56470a36130021eb
parent05e7632c30bad284f816c9e7f53ceebcae0bf895
This patch is for a component filter.  please refer ITS#3260 for detail
and "implementing GSER and Component Matching" in ODD 2004.
All codes are #ifdef'd with LDAP_COMP_MATCH.
test031-component-filter works correctly only when the LDAP_COMP_MATCH macro is set.
To disable it, set AC_WITH_COMP_MATCH "no" in "openldap_src/tests/run.in".
15 files changed:
include/ldap.h
servers/slapd/Makefile.in
servers/slapd/asn.h [new file with mode: 0644]
servers/slapd/component.c [new file with mode: 0644]
servers/slapd/filterentry.c
servers/slapd/mra.c
servers/slapd/proto-slap.h
servers/slapd/schema/core.schema
servers/slapd/schema_init.c
servers/slapd/slap.h
tests/data/compsearch.out [new file with mode: 0644]
tests/data/test-compmatch.ldif [new file with mode: 0644]
tests/run.in
tests/scripts/defines.sh
tests/scripts/test031-component-filter [new file with mode: 0755]