Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
Christopher Ng
OpenLDAP
Commits
4c3f2c9f
Commit
4c3f2c9f
authored
25 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Minor header cleanup.
parent
352135e5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/lber.h
+2
-2
2 additions, 2 deletions
include/lber.h
include/ldap.h
+19
-21
19 additions, 21 deletions
include/ldap.h
with
21 additions
and
23 deletions
include/lber.h
+
2
−
2
View file @
4c3f2c9f
...
...
@@ -168,7 +168,7 @@ ber_skip_tag LDAP_P((
LDAP_F
(
unsigned
long
)
ber_peek_tag
LDAP_P
((
LDAP_CONST
BerElement
*
ber
,
/* not const in c-api-02 */
LDAP_CONST
BerElement
*
ber
,
unsigned
long
*
len
));
LDAP_F
(
unsigned
long
)
...
...
@@ -360,7 +360,7 @@ der_alloc LDAP_P(( void )); /* DEPRECATED */
LDAP_F
(
BerElement
*
)
ber_alloc_t
LDAP_P
((
int
options
));
int
ber
options
));
LDAP_F
(
BerElement
*
)
ber_dup
LDAP_P
((
...
...
This diff is collapsed.
Click to expand it.
include/ldap.h
+
19
−
21
View file @
4c3f2c9f
...
...
@@ -135,7 +135,7 @@ typedef struct ldapcontrol {
char
*
ldctl_oid
;
struct
berval
ldctl_value
;
char
ldctl_iscritical
;
}
LDAPControl
,
*
PLDAPControl
;
}
LDAPControl
;
/* LDAP "Standard" Controls */
#define LDAP_CONTROL_REFERRALS "1.2.840.113666.1.4.616"
...
...
@@ -709,7 +709,7 @@ ldap_kerberos_bind2_s LDAP_P((
/*
* in cache.c
*
DEPRECATED
*
(deprecated)
*/
LDAP_F
(
int
)
ldap_enable_cache
LDAP_P
((
LDAP
*
ld
,
long
timeout
,
long
maxmem
));
...
...
@@ -852,7 +852,7 @@ ldap_modify_s LDAP_P((
/*
* in
rename
.c:
* in
modrdn
.c:
*/
LDAP_F
(
int
)
ldap_rename_ext
LDAP_P
((
...
...
@@ -875,10 +875,22 @@ ldap_rename_ext_s LDAP_P((
LDAPControl
**
serverctrls
,
LDAPControl
**
clientctrls
));
LDAP_F
(
int
)
ldap_rename2
LDAP_P
((
LDAP
*
ld
,
LDAP_CONST
char
*
dn
,
LDAP_CONST
char
*
newrdn
,
int
deleteoldrdn
,
LDAP_CONST
char
*
newSuperior
));
LDAP_F
(
int
)
ldap_rename2_s
LDAP_P
((
LDAP
*
ld
,
LDAP_CONST
char
*
dn
,
LDAP_CONST
char
*
newrdn
,
int
deleteoldrdn
,
LDAP_CONST
char
*
newSuperior
));
/*
* in modrdn.c:
*/
LDAP_F
(
int
)
ldap_modrdn
LDAP_P
((
LDAP
*
ld
,
...
...
@@ -905,21 +917,6 @@ ldap_modrdn2_s LDAP_P((
LDAP_CONST
char
*
newrdn
,
int
deleteoldrdn
));
LDAP_F
(
int
)
ldap_rename2
LDAP_P
((
LDAP
*
ld
,
LDAP_CONST
char
*
dn
,
LDAP_CONST
char
*
newrdn
,
int
deleteoldrdn
,
LDAP_CONST
char
*
newSuperior
));
LDAP_F
(
int
)
ldap_rename2_s
LDAP_P
((
LDAP
*
ld
,
LDAP_CONST
char
*
dn
,
LDAP_CONST
char
*
newrdn
,
int
deleteoldrdn
,
LDAP_CONST
char
*
newSuperior
));
/*
* in open.c:
...
...
@@ -1327,6 +1324,7 @@ ldap_build_filter LDAP_P((
/*
* in free.c
*/
LDAP_F
(
void
)
ldap_memfree
LDAP_P
((
void
*
p
));
...
...
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