his is the first testing call for OpenLDAP 2.6.13. Depending on the
results, this may be the only testing call.
Generally, get the code for RE26:
<https://git.openldap.org/openldap/openldap/-/archive/OPENLDAP_REL_ENG_2_6/openldap-OPENLDAP_REL_ENG_2_6.tar.gz>
Extract, configure, and build.
Execute the test suite (via make test) after it is built. Optionally, cd
tests && make its to run through the regression suite.
Thanks!
OpenLDAP 2.6.13 Engineering
Fixed liblber ber_bvreplace_x potential NULL dereference (ITS#10438)
Fixed libldap heap buffer overflow in parse_whsp (ITS#10430)
Fixed slap(add|modify) to not recreate config frontend (ITS#10414)
Fixed slapd authzPrettyNormal function memory leak (ITS#10446)
Fixed slapd memory leak in get_mra function (ITS#10445)
Fixed slapd memory leak in parseAssert and parseReturnFilter
functions (ITS#10450)
Fixed slapd memory leak in parseReadAttrs function (ITS#10449)
Fixed slapd slapd_sasl_mechs race condition (ITS#10443)
Fixed slapd syncrepl to be more efficient with refresh task
(ITS#10413)
Fixed slapd unbind/close race condition (ITS#10258)
Fixed slapd-ldap memory leak in ldap_chain_parse_ctrl function
(ITS#10447)
Fixed slapd-mdb always initialize pausepoll (ITS#10191)
Fixed slapo-constraint to not propagate request controls to
internal ops (ITS#10440)
Fixed slapo-dds minttl incorrectly set in certain scenarios
(ITS#10442)
Fixed slapo-memberof to not propagate request controls to internal
ops (ITS#10440)
Fixed slapo-nestgroup to not propagate request controls to internal
ops (ITS#10440)
Fixed slapo-retcode to not propagate request controls to internal
ops (ITS#10440)
Fixed slapo-syncprov to not propagate request controls to internal
ops (ITS#10440)
Fixed slapo-syncprov memory leak in syncprov_parseCtrl (ITS#10448)
Fixed slapo-translucent to not propagate request controls to
internal ops (ITS#10440)
Contrib
Fixed slapo-autogroup to not propagate request controls to
internal ops (ITS#10440)
Minor Cleanup
ITS#10427
ITS#10425
ITS#10451
--Quanah