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_4 has been updated via f7993f65c287775812b5a243a69bc22ccf2c9831 (commit) via fabecdf66f68df96d684d19a605dc8a371f89291 (commit) via 0be4281e8ff9319018b40571e535a181a3749312 (commit) via 89a7be2dd2be7d608e933b9fc787ca1ae8fd1bc8 (commit) via a9fe4932e0b93d4286e53a0a366b59e05dd548f4 (commit) via 07fa9247053d0dd99e7ca6aa53c355dc24fae3ff (commit) via 0b56eb40110f6ace390c638dbd036bb185546f63 (commit) via 06f19e67c5405990e65e53521452328a9a248ba0 (commit) via 12b3ad9138be8f4da4e78e7702e2b45ba3856930 (commit) from 0563d68c4779db0c82980466c9f9860abb0de0f8 (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 f7993f65c287775812b5a243a69bc22ccf2c9831 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Dec 10 17:29:13 2014 -0600
ITS#7975
commit fabecdf66f68df96d684d19a605dc8a371f89291 Author: Howard Chu hyc@openldap.org Date: Wed Oct 29 18:05:00 2014 +0000
ITS#7975 fix onelevel search
commit 0be4281e8ff9319018b40571e535a181a3749312 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Dec 10 17:28:14 2014 -0600
ITS#7967
commit 89a7be2dd2be7d608e933b9fc787ca1ae8fd1bc8 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 a9fe4932e0b93d4286e53a0a366b59e05dd548f4 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Dec 10 17:26:24 2014 -0600
ITS#7965
commit 07fa9247053d0dd99e7ca6aa53c355dc24fae3ff 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 0b56eb40110f6ace390c638dbd036bb185546f63 Author: Howard Chu hyc@openldap.org Date: Wed Oct 15 11:11:08 2014 +0100
Fix a1e3b1cf3c5991ef550f608ee816e9274e547dda
copy/paste error
commit 06f19e67c5405990e65e53521452328a9a248ba0 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 12b3ad9138be8f4da4e78e7702e2b45ba3856930 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: CHANGES | 3 +++ 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 + 6 files changed, 24 insertions(+), 13 deletions(-)