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 dde9480cbdaf6cceca3793c91db0d03866d2b3ee (commit) via fb4d51519550156c1195aa3665a337a4a2c448c3 (commit) via 54de37c0e1ecb0d210624267a5f2fad17fadb005 (commit) from 11cf13bf9d50259e9990be9ee08506b151e2a907 (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 dde9480cbdaf6cceca3793c91db0d03866d2b3ee Author: Howard Chu hyc@openldap.org Date: Sat Aug 18 00:53:44 2012 -0700
Initial emit support
commit fb4d51519550156c1195aa3665a337a4a2c448c3 Author: Howard Chu hyc@openldap.org Date: Fri Aug 17 21:25:11 2012 -0700
Factor out common attrs from main and target
commit 54de37c0e1ecb0d210624267a5f2fad17fadb005 Author: Howard Chu hyc@openldap.org Date: Fri Aug 17 14:04:48 2012 -0700
Initial config support for back-meta
Currently just a direct replacement of slapd.conf parsing, no dynamic features yet.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-ldap/back-ldap.h | 4 +- servers/slapd/back-ldap/config.c | 32 +- servers/slapd/back-ldap/init.c | 4 +- servers/slapd/back-ldap/proto-ldap.h | 4 +- servers/slapd/back-meta/back-meta.h | 98 +- servers/slapd/back-meta/config.c | 2225 +++++++++++++++++----------------- servers/slapd/back-meta/init.c | 5 +- servers/slapd/back-meta/proto-meta.h | 2 + servers/slapd/bconfig.c | 1 + 9 files changed, 1178 insertions(+), 1197 deletions(-)