Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
8f6cd00c
Commit
8f6cd00c
authored
Oct 30, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6342
parent
6b1a93d6
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
8f6cd00c
...
...
@@ -2,6 +2,7 @@ OpenLDAP 2.4 Change Log
OpenLDAP 2.4.20 Engineering
Fixed libldap uninitialized return value (ITS#6355)
Fixed slapd inclusion of ac/unistd.h (ITS#6342)
Fixed slapd debug handling of LDAP_DEBUG_ANY (ITS#6324)
Fixed slapd termination for one level dns (ITS#6338)
Fixed slapd-bdb cache corruption (ITS#6341)
...
...
@@ -9,6 +10,8 @@ OpenLDAP 2.4.20 Engineering
Fixed slapd-relay bind segfault (ITS#6337)
Fixed slapo-memberof operational attr updates (ITS#6329)
Fixed slapo-syncprov deadlock (ITS#6335)
Build Environment
Fixed slapd MAXPATHLEN handling (ITS#6342)
Documentation
ldap_get_dn(3) typos (ITS#5366)
...
...
servers/slapd/bconfig.c
View file @
8f6cd00c
...
...
@@ -25,6 +25,7 @@
#include
<ac/ctype.h>
#include
<ac/errno.h>
#include
<sys/stat.h>
#include
<ac/unistd.h>
#include
"slap.h"
...
...
servers/slapd/config.c
View file @
8f6cd00c
...
...
@@ -33,6 +33,7 @@
#include
<ac/signal.h>
#include
<ac/socket.h>
#include
<ac/errno.h>
#include
<ac/unistd.h>
#include
<sys/types.h>
#include
<sys/stat.h>
...
...
@@ -41,10 +42,6 @@
#define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)
#endif
#ifdef HAVE_UNISTD_H
#include
<unistd.h>
#endif
#include
"slap.h"
#ifdef LDAP_SLAPI
#include
"slapi/slapi.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment