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 8dba5e3baed79d749948c0399d31f93a00c8c66c (commit) via dbb8e7b6ebb211e140728736f7125f63aeb34d21 (commit) via 6f5f113612f9175e589d1509005b1af78b2b5f68 (commit) via 1a4484e75ca39622bb0bc6227b7d5c9bc9acd1de (commit) via d4e9bcb0d9a0cac3f99751fffcf348579ba52d8f (commit) via 4228bf9d7f9b418b03bab00990332e6332e1c661 (commit) via cd99bcf7265bd3b2c885cc75118c28983b821c54 (commit) via 34241d356ab0c2413d52100cfbbd7ef31f454933 (commit) via 0a8ca063ecbd448ad1411402caa21c24341cf2ff (commit) via 40dc951c29c55b3283a517c6217b66f8415484b1 (commit) via 2286e38a182964f5e60bac07adee462f7b342985 (commit) via 3a33e0a7dfd642a9e4cf8d050676bcab0c0ff754 (commit) from 5294c9753b2b052b2a1d881a8f2f6edd731a1fcc (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 8dba5e3baed79d749948c0399d31f93a00c8c66c Author: Howard Chu hyc@openldap.org Date: Fri Jul 24 19:32:19 2015 +0100
ITS#8203 plug leak in prev commit
commit dbb8e7b6ebb211e140728736f7125f63aeb34d21 Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Jul 28 11:02:21 2015 -0500
ITS#8203
commit 6f5f113612f9175e589d1509005b1af78b2b5f68 Author: Howard Chu hyc@openldap.org Date: Fri Jul 24 18:34:11 2015 +0100
ITS#8203 more fixes for #8036/#7904.
commit 1a4484e75ca39622bb0bc6227b7d5c9bc9acd1de Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Jul 28 10:55:25 2015 -0500
ITS#8199
commit d4e9bcb0d9a0cac3f99751fffcf348579ba52d8f 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 4228bf9d7f9b418b03bab00990332e6332e1c661 Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Jul 28 10:49:44 2015 -0500
ITS#8195
commit cd99bcf7265bd3b2c885cc75118c28983b821c54 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 34241d356ab0c2413d52100cfbbd7ef31f454933 Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Jul 28 10:47:36 2015 -0500
ITS#8184
commit 0a8ca063ecbd448ad1411402caa21c24341cf2ff 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 40dc951c29c55b3283a517c6217b66f8415484b1 Author: Howard Chu hyc@openldap.org Date: Fri Jul 3 10:52:20 2015 +0100
Fix cfg OID typos
commit 2286e38a182964f5e60bac07adee462f7b342985 Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Jul 28 10:46:22 2015 -0500
ITS#8158
commit 3a33e0a7dfd642a9e4cf8d050676bcab0c0ff754 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: CHANGES | 5 ++ 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 ++++++++++++++++++----------- 9 files changed, 139 insertions(+), 56 deletions(-)