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 f36d897412538481dac8cf53a40c0f7fa2863c05 (commit) via 0abe468779b012c6212a078439f13355e2060d2f (commit) via 326849fd6797ed2c6b0ef69a919fbae9c409e4ff (commit) via e7c41bc9ce24cd4b3f7d4f4bfdd995c8fed61b60 (commit) via 6bcb1b6e75f3e58fe081235a06990eeaa73edc51 (commit) via 61a002d72f47121eb586b48298358734d8349f1e (commit) via c5462a8032ec355c5119248206a3f07a407e1bd2 (commit) from 3f911d56ed7fa5fdbf0d286dda67d7faf1cb51ae (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 f36d897412538481dac8cf53a40c0f7fa2863c05 Author: Howard Chu hyc@openldap.org Date: Fri Jul 24 19:32:19 2015 +0100
ITS#8203 plug leak in prev commit
commit 0abe468779b012c6212a078439f13355e2060d2f Author: Howard Chu hyc@openldap.org Date: Fri Jul 24 18:34:11 2015 +0100
ITS#8203 more fixes for #8036/#7904.
commit 326849fd6797ed2c6b0ef69a919fbae9c409e4ff Author: Ryan Tandy ryan@nardis.ca Date: Fri Jul 17 15:46:32 2015 -0700
ITS#8199 fix NULL ptr dereference in at_next
Deleting all values of olcAttributeTypes and then adding a value with index > 0 triggers a NULL dereference when config_generic tries to append to a list that doesn't exist yet.
Already fixed for olcObjectClasses in ITS#5388.
commit e7c41bc9ce24cd4b3f7d4f4bfdd995c8fed61b60 Author: Howard Chu hyc@openldap.org Date: Sun Jul 12 11:14:33 2015 +0100
ITS#8195 fix ITS#7027 regression, port number sign bit overflow
Another bug from 5de85b922aaa5bfa6eb53db6000adf01ebdb0736
commit 6bcb1b6e75f3e58fe081235a06990eeaa73edc51 Author: Howard Chu hyc@openldap.org Date: Thu Jul 9 19:11:22 2015 +0100
ITS#8184 avoid redundant mod ops
If multiple ppolicy overlays are present on a glued tree, they all attempt to update the policy operational attributes in response to password-related activities. The redundant mod ops will cause the entire op to fail. Check for these ops before inserting new ones.
commit 61a002d72f47121eb586b48298358734d8349f1e Author: Howard Chu hyc@openldap.org Date: Fri Jul 3 10:52:20 2015 +0100
Fix cfg OID typos
commit c5462a8032ec355c5119248206a3f07a407e1bd2 Author: Hallvard Furuseth h.b.furuseth@usit.uio.no Date: Mon Jun 15 19:57:48 2015 +0200
ITS#8158 Fix sendto() address length for CLDAP
-----------------------------------------------------------------------
Summary of changes: contrib/slapd-modules/lastbind/lastbind.c | 4 +- libraries/liblber/sockbuf.c | 10 +++- libraries/libldap/dnssrv.c | 2 +- servers/slapd/at.c | 4 ++ servers/slapd/back-mdb/dn2id.c | 43 ++++++++++++++ servers/slapd/back-mdb/proto-mdb.h | 4 ++ servers/slapd/back-mdb/search.c | 34 +++++------ servers/slapd/overlays/ppolicy.c | 89 ++++++++++++++++++----------- 8 files changed, 134 insertions(+), 56 deletions(-)