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 8a8fb76cca459478f635bc67ae4525ce56e5d842 (commit) via 02cafebb8e797d4535c7ac558ff7a08387f3d9f6 (commit) via fa3c2945f5e2fe137970e4f964dbe14292ec0740 (commit) via 163514e4706cfcf827afde82c7d2811032c1c19b (commit) via 98da203fce1a8e3a8ed8767ac9f7eb8a44d648f2 (commit) via c2df36c86f70fb671aaf9c87469ff37a34f29427 (commit) via 28b8aaeb9670cad3d02d1be226ff5980590625f4 (commit) from 2dd578221b3dbaf7ba2308b63c3cc46154323cae (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 8a8fb76cca459478f635bc67ae4525ce56e5d842 Author: Howard Chu hyc@openldap.org Date: Sun Oct 2 21:29:21 2011 -0700
Use MDB_APPEND mode where possible
commit 02cafebb8e797d4535c7ac558ff7a08387f3d9f6 Merge: 98da203 fa3c294 Author: Howard Chu hyc@openldap.org Date: Sun Oct 2 21:28:55 2011 -0700
Merge remote branch 'origin/mdb.master'
commit 98da203fce1a8e3a8ed8767ac9f7eb8a44d648f2 Author: Howard Chu hyc@openldap.org Date: Sun Oct 2 19:31:18 2011 -0700
Use IDL caching in tool/quick mode
commit c2df36c86f70fb671aaf9c87469ff37a34f29427 Merge: 2dd5782 28b8aae Author: Howard Chu hyc@openldap.org Date: Sun Oct 2 19:36:57 2011 -0700
Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 40 +++++- libraries/libmdb/mdb.h | 14 ++ servers/slapd/back-mdb/dn2id.c | 2 +- servers/slapd/back-mdb/id2entry.c | 2 +- servers/slapd/back-mdb/index.c | 9 +- servers/slapd/back-mdb/proto-mdb.h | 5 + servers/slapd/back-mdb/tools.c | 263 ++++++++++++++++++++++++++++++++++++ 7 files changed, 325 insertions(+), 10 deletions(-)