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
Dragoș Haiduc
OpenLDAP
Commits
77bba099
Commit
77bba099
authored
19 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Add HAVE_EPOLL fix
parent
1dff9049
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
CHANGES
+3
-1
3 additions, 1 deletion
CHANGES
build/version.var
+1
-1
1 addition, 1 deletion
build/version.var
servers/slapd/daemon.c
+0
-2
0 additions, 2 deletions
servers/slapd/daemon.c
with
4 additions
and
4 deletions
CHANGES
+
3
−
1
View file @
77bba099
OpenLDAP 2.3 Change Log
OpenLDAP 2.3 Change Log
OpenLDAP 2.3.8 Engineering
Fixed slapd undef HAVE_EPOLL issue
OpenLDAP 2.3.7 Release
OpenLDAP 2.3.7 Release
Updated slapd ManageDIT support
Updated slapd ManageDIT support
Updated slapd ACI syntax checking (ITS#3877)
Updated slapd ACI syntax checking (ITS#3877)
...
@@ -38,7 +41,6 @@ OpenLDAP 2.3.7 Release
...
@@ -38,7 +41,6 @@ OpenLDAP 2.3.7 Release
Fixed tests --disable-monitor support
Fixed tests --disable-monitor support
Fixed tests veryclean-local testdata cleanup
Fixed tests veryclean-local testdata cleanup
Add subtree rename test (hdb only)
Add subtree rename test (hdb only)
OpenLDAP 2.3.6 Release
OpenLDAP 2.3.6 Release
Fixed slapd dnRelativeMatch return (ITS#3931)
Fixed slapd dnRelativeMatch return (ITS#3931)
...
...
This diff is collapsed.
Click to expand it.
build/version.var
+
1
−
1
View file @
77bba099
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
ol_package
=
OpenLDAP
ol_package
=
OpenLDAP
ol_major
=
2
ol_major
=
2
ol_minor
=
3
ol_minor
=
3
ol_patch
=
7
ol_patch
=
X
ol_api_inc
=
20307
ol_api_inc
=
20307
ol_api_current
=
1
ol_api_current
=
1
ol_api_revision
=
2
ol_api_revision
=
2
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/daemon.c
+
0
−
2
View file @
77bba099
...
@@ -40,8 +40,6 @@
...
@@ -40,8 +40,6 @@
#include
"ldap_rq.h"
#include
"ldap_rq.h"
#undef HAVE_EPOLL
#if defined(HAVE_SYS_EPOLL_H) && defined(HAVE_EPOLL)
#if defined(HAVE_SYS_EPOLL_H) && defined(HAVE_EPOLL)
#include
<sys/epoll.h>
#include
<sys/epoll.h>
#endif
#endif
...
...
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