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
988f1bbd
Commit
988f1bbd
authored
Mar 05, 2009
by
Quanah Gibson-Mount
Browse files
ITS
#5849
again
parent
85bc1101
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
988f1bbd
...
...
@@ -3,6 +3,7 @@ OpenLDAP 2.4 Change Log
OpenLDAP 2.4.16 Engineering
Fixed libldap GnuTLS TLSVerifyCilent try (ITS#5981)
Fixed libldap segfault in checking cert/DN (ITS#5976)
Fixed libldap peer cert memory leak again (ITS#5849)
Fixed slapd-bdb/hdb cachesize handling (ITS#5860)
Fixed slapd-ldap/meta with broken AD results (ITS#5977)
Fixed slapd-ldap/meta with invalid attrs again (ITS#5959)
...
...
libraries/libldap/tls_o.c
View file @
988f1bbd
...
...
@@ -421,7 +421,7 @@ tlso_session_my_dn( tls_session *sess, struct berval *der_dn )
xn
=
X509_get_subject_name
(
x
);
der_dn
->
bv_len
=
i2d_X509_NAME
(
xn
,
NULL
);
der_dn
->
bv_val
=
xn
->
bytes
->
data
;
X509_free
(
x
);
/* Don't X509_free, the session is still using it */
return
0
;
}
...
...
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