A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via f9cb538fbdceb524fca7eb2bba8e76c9f8428d6c (commit) via 32f05e96f7520bc5b99b7e5302ff08d33e550199 (commit) from 20407ec5da1d1db6daa1abdd9099a93c90e72d0b (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 f9cb538fbdceb524fca7eb2bba8e76c9f8428d6c Author: Howard Chu hyc@openldap.org Date: Mon Sep 15 23:42:27 2014 +0100
Add updateControls to txn response
commit 32f05e96f7520bc5b99b7e5302ff08d33e550199 Author: Howard Chu hyc@openldap.org Date: Mon Sep 15 21:44:20 2014 +0100
Flesh out txn support
Only in back-mdb; back-bdb needs work but it's deprecated; not worth the effort. In particular txn, retry after deadlocks makes the whole thing too messy.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-mdb/id2entry.c | 23 +++++ servers/slapd/back-mdb/init.c | 1 + servers/slapd/back-mdb/proto-mdb.h | 1 + servers/slapd/connection.c | 16 +++- servers/slapd/slap.h | 13 +++ servers/slapd/txn.c | 178 +++++++++++++++++++++++++++++++++--- 6 files changed, 215 insertions(+), 17 deletions(-)