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 1e32fcf099ba8c15333365fe68aefa5217ae3d8c (commit) via f8dc749c2de49ff85941271bd73655318f7d40e6 (commit) from e071488c85a4918bbf73e09f3ffe15fcf4f344e3 (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 1e32fcf099ba8c15333365fe68aefa5217ae3d8c Author: Howard Chu hyc@openldap.org Date: Mon Sep 5 19:49:35 2011 -0700
Use AD-indexes
commit f8dc749c2de49ff85941271bd73655318f7d40e6 Author: Howard Chu hyc@openldap.org Date: Mon Sep 5 17:43:15 2011 -0700
Add AttributeDescription counter
-----------------------------------------------------------------------
Summary of changes: servers/slapd/ad.c | 6 + servers/slapd/back-mdb/attr.c | 65 +++++++++ servers/slapd/back-mdb/back-mdb.h | 6 + servers/slapd/back-mdb/id2entry.c | 278 +++++++++++++++++++++++++++++++---- servers/slapd/back-mdb/init.c | 6 + servers/slapd/back-mdb/proto-mdb.h | 5 + servers/slapd/back-mdb/tools.c | 30 +--- servers/slapd/proto-slap.h | 1 + servers/slapd/schema_init.c | 2 + servers/slapd/schema_prep.c | 1 + servers/slapd/slap.h | 1 + 11 files changed, 347 insertions(+), 54 deletions(-)