Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jaak Ristioja
OpenLDAP
Commits
35c19ef3
Commit
35c19ef3
authored
20 years ago
by
Jong Hyuk Choi
Browse files
Options
Downloads
Patches
Plain Diff
misc fix for the component indexing commit
parent
726e8809
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
servers/slapd/back-bdb/attr.c
+4
-1
4 additions, 1 deletion
servers/slapd/back-bdb/attr.c
servers/slapd/back-bdb/filterindex.c
+4
-4
4 additions, 4 deletions
servers/slapd/back-bdb/filterindex.c
servers/slapd/back-bdb/proto-bdb.h
+7
-0
7 additions, 0 deletions
servers/slapd/back-bdb/proto-bdb.h
with
15 additions
and
5 deletions
servers/slapd/back-bdb/attr.c
+
4
−
1
View file @
35c19ef3
...
...
@@ -56,7 +56,10 @@ ainfo_cmp(
#ifdef LDAP_COMP_MATCH
void
bdb_attr_comp_ref
(
struct
bdb_info
*
bdb
,
AttributeDescription
*
desc
,
ComponentReference
**
cr
)
bdb_attr_comp_ref
(
struct
bdb_info
*
bdb
,
AttributeDescription
*
desc
,
ComponentReference
**
cr
)
{
AttrInfo
*
a
;
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/back-bdb/filterindex.c
+
4
−
4
View file @
35c19ef3
...
...
@@ -58,7 +58,7 @@ static int list_candidates(
ID
*
stack
);
#ifdef LDAP_COMP_MATCH
int
static
int
ext_candidates
(
Operation
*
op
,
MatchingRuleAssertion
*
mra
,
...
...
@@ -247,7 +247,7 @@ comp_list_candidates(
return
rc
;
}
int
static
int
comp_equality_candidates
(
Operation
*
op
,
MatchingRuleAssertion
*
mra
,
...
...
@@ -352,7 +352,7 @@ comp_equality_candidates (
return
(
rc
);
}
int
static
int
comp_candidates
(
Operation
*
op
,
MatchingRuleAssertion
*
mra
,
...
...
@@ -399,7 +399,7 @@ comp_candidates (
return
(
rc
);
}
int
static
int
ext_candidates
(
Operation
*
op
,
MatchingRuleAssertion
*
mra
,
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/back-bdb/proto-bdb.h
+
7
−
0
View file @
35c19ef3
...
...
@@ -34,6 +34,13 @@ LDAP_BEGIN_DECL
#define bdb_attr_index_config BDB_SYMBOL(attr_index_config)
#define bdb_attr_index_destroy BDB_SYMBOL(attr_index_destroy)
#ifdef LDAP_COMP_MATCH
#define bdb_attr_comp_ref BDB_SYMBOL(attr_comp_ref)
void
bdb_attr_comp_ref
(
struct
bdb_info
*
bdb
,
AttributeDescription
*
desc
,
ComponentReference
**
cr
);
#endif
void
bdb_attr_mask
(
struct
bdb_info
*
bdb
,
AttributeDescription
*
desc
,
slap_mask_t
*
indexmask
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment