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
Nadezhda Ivanova
OpenLDAP
Commits
95ef9e86
Commit
95ef9e86
authored
25 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Prepare to add ldap_dn_*() routines from slapd.
parent
f8a3a664
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/ldap.h
+11
-11
11 additions, 11 deletions
include/ldap.h
with
11 additions
and
11 deletions
include/ldap.h
+
11
−
11
View file @
95ef9e86
...
...
@@ -1034,38 +1034,38 @@ ldap_add_result_entry LDAP_P((
/*
* in getdn.c
*/
LDAP_F
(
char
*
)
LDAP_F
(
char
*
)
ldap_get_dn
LDAP_P
((
LDAP
*
ld
,
LDAPMessage
*
entry
));
LDAP_F
(
char
*
)
LDAP_F
(
char
*
)
ldap_dn2ufn
LDAP_P
((
LDAP_CONST
char
*
dn
));
LDAP_F
(
char
**
)
LDAP_F
(
char
**
)
ldap_explode_dn
LDAP_P
((
LDAP_CONST
char
*
dn
,
int
notypes
));
LDAP_F
(
char
**
)
LDAP_F
(
char
**
)
ldap_explode_rdn
LDAP_P
((
LDAP_CONST
char
*
rdn
,
int
notypes
));
LDAP_F
(
char
*
)
ldap_parent_dn
LDAP_P
((
/* new (from slapd) */
LDAP_F
(
char
*
)
ldap_parent_dn
LDAP_P
((
LDAP_CONST
char
*
dn
));
LDAP_F
(
char
*
)
ldap_relative_dn
LDAP_P
((
/* new (from slapd) */
LDAP_F
(
char
*
)
ldap_relative_dn
LDAP_P
((
LDAP_CONST
char
*
dn
));
LDAP_F
(
char
*
)
ldap_normalize_dn
LDAP_P
((
/* new (from slapd) */
LDAP_F
(
char
*
)
ldap_normalize_dn
LDAP_P
((
LDAP_CONST
char
*
dn
));
LDAP_F
(
char
**
)
LDAP_F
(
char
**
)
ldap_explode_dns
LDAP_P
((
/* deprecated */
LDAP_CONST
char
*
dn
));
...
...
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