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
ingo Voss
OpenLDAP
Commits
3e800f20
Commit
3e800f20
authored
Apr 10, 2005
by
Kurt Zeilenga
Browse files
<limits.h> cleanup && ITS#3643
parent
3ead9d31
Changes
8
Hide whitespace changes
Inline
Side-by-side
doc/man/man5/slapd.access.5
View file @
3e800f20
...
...
@@ -448,6 +448,11 @@ The optional parameters
and
.B <attrname>
define the objectClass and the member attributeType of the group entry.
The defaults are
.B groupOfNames
and
.BR member ,
respectively.
The optional style qualifier
.B <style>
can be
...
...
libraries/libldap/cyrus.c
View file @
3e800f20
...
...
@@ -25,6 +25,10 @@
#include <ac/ctype.h>
#include <ac/unistd.h>
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include "ldap-int.h"
#ifdef HAVE_CYRUS_SASL
...
...
libraries/libldap/init.c
View file @
3e800f20
...
...
@@ -23,7 +23,9 @@
#include <ac/ctype.h>
#include <ac/time.h>
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include "ldap-int.h"
#include "ldap_defaults.h"
...
...
libraries/libldap/open.c
View file @
3e800f20
...
...
@@ -19,7 +19,9 @@
#include "portable.h"
#include <stdio.h>
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include <ac/stdlib.h>
...
...
servers/slapd/connection.c
View file @
3e800f20
...
...
@@ -26,7 +26,9 @@
#include "portable.h"
#include <stdio.h>
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include <ac/socket.h>
#include <ac/errno.h>
...
...
servers/slapd/sasl.c
View file @
3e800f20
...
...
@@ -16,6 +16,10 @@
#include "portable.h"
#include <stdio.h>
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include <ac/stdlib.h>
#include <ac/string.h>
...
...
@@ -24,8 +28,6 @@
#include "slap.h"
#include <limits.h>
#ifdef HAVE_CYRUS_SASL
# ifdef HAVE_SASL_SASL_H
# include <sasl/sasl.h>
...
...
servers/slapd/saslauthz.c
View file @
3e800f20
...
...
@@ -17,6 +17,9 @@
#include "portable.h"
#include <stdio.h>
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include <ac/stdlib.h>
#include <ac/string.h>
...
...
@@ -24,8 +27,6 @@
#include "slap.h"
#include <limits.h>
#include "lutil.h"
#define SASLREGEX_REPLACE 10
...
...
servers/slapd/schema_init.c
View file @
3e800f20
...
...
@@ -17,7 +17,9 @@
#include "portable.h"
#include <stdio.h>
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include <ac/ctype.h>
#include <ac/errno.h>
...
...
Write
Preview
Markdown
is supported
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