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
James Lowden
OpenLDAP
Commits
7ae5aa69
Commit
7ae5aa69
authored
26 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Plain Diff
wasn't merged in first round.
parents
926ba6cb
c530ba9c
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
libraries/libldap/srchpref.c
+14
-27
14 additions, 27 deletions
libraries/libldap/srchpref.c
with
14 additions
and
27 deletions
libraries/libldap/srchpref.c
+
14
−
27
View file @
7ae5aa69
...
...
@@ -13,42 +13,29 @@
* 17 May 1994 by Gordon Good
*/
#include
"portable.h"
#include
<stdio.h>
#include
<ctype.h>
#include
<string.h>
#include
<stdlib.h>
#ifdef MACOS
#include
"macos.h"
#else
/* MACOS */
#ifdef DOS
#include
<malloc.h>
#include
"msdos.h"
#else
/* DOS */
#include
<sys/types.h>
#include
<ac/ctype.h>
#include
<ac/string.h>
#include
<ac/time.h>
#include
<ac/unistd.h>
#ifdef HAVE_SYS_FILE_H
#include
<sys/file.h>
#ifndef VMS
#include
<unistd.h>
#endif
/* VMS */
#endif
/* DOS */
#endif
/* MACOS */
#endif
#include
"lber.h"
#include
"ldap.h"
#include
"srchpref.h"
#ifndef NEEDPROTOS
int
next_line_tokens
();
void
free_strarray
();
static
void
free_searchobj
();
static
int
read_next_searchobj
();
#else
/* !NEEDPROTOS */
int
next_line_tokens
(
char
**
bufp
,
long
*
blenp
,
char
***
toksp
);
void
free_strarray
(
char
**
sap
);
static
void
free_searchobj
(
struct
ldap_searchobj
*
so
);
static
int
read_next_searchobj
(
char
**
bufp
,
long
*
blenp
,
struct
ldap_searchobj
**
sop
,
int
soversion
);
#endif
/* !NEEDPROTOS */
int
next_line_tokens
LDAP_P
((
char
**
bufp
,
long
*
blenp
,
char
***
toksp
));
void
free_strarray
LDAP_P
((
char
**
sap
));
static
void
free_searchobj
LDAP_P
((
struct
ldap_searchobj
*
so
));
static
int
read_next_searchobj
LDAP_P
((
char
**
bufp
,
long
*
blenp
,
struct
ldap_searchobj
**
sop
,
int
soversion
));
static
char
*
sobjoptions
[]
=
{
...
...
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