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 e0469b5f9bf33009726ea9201ff12eafe293b24f (commit) via d1376d472d8e3a636c0f8a5c48e6b1a394cc35c5 (commit) via 93619386d886392e52d193acd121b77512ef39cc (commit) via bb5a6782bbbcab49fa19718024979247cd456922 (commit) via d8f39eee266eaa1ed3c14e803ac6c7542f588f01 (commit) via abf2b6100c852e731296aaf8f80959b3a3c8f1ca (commit) from 7d886a1e9720e5c22254ac57ef723702f6872b6c (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 e0469b5f9bf33009726ea9201ff12eafe293b24f Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Jan 28 19:07:15 2016 -0600
ITS#8360
commit d1376d472d8e3a636c0f8a5c48e6b1a394cc35c5 Author: Howard Chu hyc@openldap.org Date: Tue Jan 26 13:28:17 2016 +0000
ITS#8360 fix ad info after failed txn
If an add or modify op referenced a previously unused attrtype, the mi_ads/mi_numads would be incremented to include it. If the op fails to commit, these additions must also be reverted.
commit 93619386d886392e52d193acd121b77512ef39cc Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Jan 28 19:06:03 2016 -0600
ITS#8354
commit bb5a6782bbbcab49fa19718024979247cd456922 Author: Howard Chu hyc@openldap.org Date: Sat Jan 23 16:06:32 2016 +0000
ITS#8354 move abandon check
commit d8f39eee266eaa1ed3c14e803ac6c7542f588f01 Author: Howard Chu hyc@openldap.org Date: Fri Jan 22 20:46:23 2016 +0000
ITS#8354 tweak prev commit
Delay mutex init to avoid leaking the mutex
commit abf2b6100c852e731296aaf8f80959b3a3c8f1ca Author: Howard Chu hyc@openldap.org Date: Fri Jan 22 20:41:48 2016 +0000
ITS#8354 fix syncprov abandon
Check for abandon just before recording psearch
-----------------------------------------------------------------------
Summary of changes: CHANGES | 2 ++ servers/slapd/back-mdb/add.c | 4 ++++ servers/slapd/back-mdb/modify.c | 5 +++++ servers/slapd/back-mdb/tools.c | 2 ++ servers/slapd/overlays/syncprov.c | 7 ++++++- 5 files changed, 19 insertions(+), 1 deletion(-)