Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
78b4b59f
Commit
78b4b59f
authored
Nov 23, 2005
by
Kurt Zeilenga
Browse files
ITS#4206: s/ACCRIGHTS/ACCRIGHTSLEN/
parent
9ad6b827
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
78b4b59f
OpenLDAP 2.3 Change Log
OpenLDAP 2.3.13 Engineering
Fixed libldap/liblutil MSG_ACCRIGHTSLEN bug (ITS#4206)
OpenLDAP 2.3.12 Release
Fixed libldap ldapi:// authdn construction
...
...
libraries/libldap/os-local.c
View file @
78b4b59f
...
...
@@ -156,8 +156,8 @@ ldap_pvt_is_socket_ready(LDAP *ld, int s)
#if !defined(HAVE_GETPEEREID) && \
!defined(SO_PEERCRED) && !defined(LOCAL_PEERCRED) && \
defined(HAVE_SENDMSG) && (defined(HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS) || \
defined(HAVE_STRUCT_MSGHDR_MSG_CONTROL))
defined(HAVE_SENDMSG) && (defined(HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS
LEN
) || \
defined(HAVE_STRUCT_MSGHDR_MSG_CONTROL))
#define DO_SENDMSG
static
const
char
abandonPDU
[]
=
{
LDAP_TAG_MESSAGE
,
6
,
LDAP_TAG_MSGID
,
1
,
0
,
LDAP_REQ_ABANDON
,
1
,
0
};
...
...
libraries/liblutil/getpeereid.c
View file @
78b4b59f
...
...
@@ -32,8 +32,8 @@
#endif
#if !defined(SO_PEERCRED) && !defined(LOCAL_PEERCRED) && \
defined(HAVE_SENDMSG) && (defined(HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS) || \
defined(HAVE_STRUCT_MSGHDR_MSG_CONTROL))
defined(HAVE_SENDMSG) && (defined(HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS
LEN
) || \
defined(HAVE_STRUCT_MSGHDR_MSG_CONTROL))
#define DO_SENDMSG
#ifdef HAVE_SYS_UIO_H
#include
<sys/uio.h>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment