A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_5 has been updated via a4d69617dc1f93e7c1d2ad488c5abe741f78eeb6 (commit) via c22ce1411fe423b323b89326de18cd88d79ed1ae (commit) via 11601c12deaeed8a1ed40a3fa9de2a4be3dd5ae8 (commit) via a920a3ef9ecc450a7ed2d707103f4a6885602e2a (commit) via 2d16057093406d520de0fe3d369d8b4e304165f8 (commit) via 72456ba49f4a0325654057d4950e2d7232d12861 (commit) from 13b2406e70c42bf4e42f3c6d11fe72cfedc217c8 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit a4d69617dc1f93e7c1d2ad488c5abe741f78eeb6 Author: Howard Chu hyc@openldap.org Date: Wed Oct 29 18:05:00 2014 +0000
ITS#7975 fix onelevel search
commit c22ce1411fe423b323b89326de18cd88d79ed1ae Author: Howard Chu hyc@openldap.org Date: Wed Oct 15 11:08:29 2014 +0100
ITS#7967 fix abandon regression
From ITS#7712, avoid double-free of request
commit 11601c12deaeed8a1ed40a3fa9de2a4be3dd5ae8 Author: Leo Yuriev leo@yuriev.ru Date: Tue Oct 14 14:49:25 2014 +0400
ITS#7965 mdb_dn2id
heap corruption due to returning a reference to a local variable
commit a920a3ef9ecc450a7ed2d707103f4a6885602e2a Author: Howard Chu hyc@openldap.org Date: Wed Oct 15 11:11:08 2014 +0100
Fix a1e3b1cf3c5991ef550f608ee816e9274e547dda
copy/paste error
commit 2d16057093406d520de0fe3d369d8b4e304165f8 Author: Kurt Zeilenga kurt@OpenLDAP.org Date: Fri Oct 10 11:56:31 2014 -0700
Fix pointer incompatibility issue on some platforms
Don't assume tv_sec is a time_t.
commit 72456ba49f4a0325654057d4950e2d7232d12861 Author: Kurt Zeilenga kurt@OpenLDAP.org Date: Fri Oct 10 12:15:48 2014 -0700
closedir() replacement function should return a result
return success, ignoring result of FindClose
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/abandon.c | 22 ++++++++++++++-------- libraries/libldap/result.c | 4 ++-- libraries/liblutil/utils.c | 3 ++- servers/slapd/back-mdb/dn2id.c | 4 ++-- servers/slapd/back-mdb/search.c | 1 + 5 files changed, 21 insertions(+), 13 deletions(-)