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 38a3317096a93eb741423c6ab583c41ff131c669 (commit) via 2b1b64f02197157543decc0c1862c566341c3e10 (commit) via 14fb1f59c7e119a100952890f947377d7e95f135 (commit) from 348d43e82f5cde947d30e4f7ed9ecbe53c36a109 (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 38a3317096a93eb741423c6ab583c41ff131c669 Author: Howard Chu hyc@openldap.org Date: Sat Jul 21 06:21:56 2012 -0700
Use new Append support
commit 2b1b64f02197157543decc0c1862c566341c3e10 Merge: 348d43e 14fb1f5 Author: Howard Chu hyc@openldap.org Date: Sat Jul 21 06:21:36 2012 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 115 +++++++++++++++++++++++++++++------- libraries/libmdb/mdb.h | 24 +++++++- servers/slapd/back-mdb/back-mdb.h | 1 + servers/slapd/back-mdb/dn2id.c | 2 +- servers/slapd/back-mdb/id2entry.c | 5 +- servers/slapd/back-mdb/idl.c | 9 ++- servers/slapd/back-mdb/index.c | 8 +- servers/slapd/back-mdb/nextid.c | 2 + servers/slapd/back-mdb/proto-mdb.h | 1 + 9 files changed, 136 insertions(+), 31 deletions(-)