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
7770f0fd
Commit
7770f0fd
authored
Nov 10, 2008
by
Quanah Gibson-Mount
Browse files
ITS
#5789
parent
bddf05fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
7770f0fd
...
...
@@ -5,6 +5,7 @@ OpenLDAP 2.4.13 Engineering
Fixed liblutil hex conversion (ITS#5699)
Fixed liblutil returning undefined data (ITS#5748)
Fixed libldap error code return (ITS#5762)
Fixed libldap interaction with GnuTLS CN IP-based matches (ITS#5789)
Fixed libldap Ipv6 detection (ITS#5739)
Fixed slapd acl checks on ADD (ITS#4556,ITS#5723)
Added slapd keyword add_content_acl for add checks (ITS#4556,ITS#5723)
...
...
libraries/libldap/tls.c
View file @
7770f0fd
...
...
@@ -1894,6 +1894,7 @@ ldap_pvt_tls_check_hostname( LDAP *ld, void *s, const char *name_in )
}
else
{
ret
=
LDAP_LOCAL_ERROR
;
if
(
!
len1
)
len1
=
strlen
(
name
);
if
(
len1
==
altnamesize
&&
strncasecmp
(
name
,
altname
,
altnamesize
)
==
0
)
{
ret
=
LDAP_SUCCESS
;
...
...
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