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 94c0b077d822bdd4ac4c9b19fe569ace2e4fdf58 (commit) via e76299c196bb93fd2e3ca7972260aa55f9c1a796 (commit) via b1a08d565ded81fbba29dc13482ce20f7f403583 (commit) via 57b5fbea491c956ed7a4ab7d12d802de2b29455d (commit) via 09006ccec7928c9cf53bca6abe741e8d4d466c98 (commit) from a05cbba77a94875ac00c207344d819513ff6499d (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 94c0b077d822bdd4ac4c9b19fe569ace2e4fdf58 Author: Howard Chu hyc@openldap.org Date: Sun Sep 18 13:25:38 2011 -0700
New mdb_close() signature
commit e76299c196bb93fd2e3ca7972260aa55f9c1a796 Merge: b1a08d5 57b5fbe Author: Howard Chu hyc@openldap.org Date: Sun Sep 18 13:25:09 2011 -0700
Merge remote branch 'origin/mdb.master'
commit b1a08d565ded81fbba29dc13482ce20f7f403583 Author: Howard Chu hyc@openldap.org Date: Sun Sep 18 13:24:24 2011 -0700
Support single parameter substitution in filter
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 276 +++++++++++++++++++++++++----------- libraries/libmdb/mdb.h | 22 +++- libraries/libmdb/mdb_stat.c | 2 +- libraries/libmdb/midl.c | 40 +++++- libraries/libmdb/midl.h | 22 +++- libraries/libmdb/mtest.c | 2 +- libraries/libmdb/mtest2.c | 2 +- libraries/libmdb/mtest3.c | 2 +- libraries/libmdb/mtest4.c | 2 +- libraries/libmdb/mtest5.c | 2 +- servers/slapd/back-mdb/attr.c | 5 +- servers/slapd/back-mdb/init.c | 8 +- servers/slapd/back-mdb/proto-mdb.h | 2 +- tests/progs/slapd-mtread.c | 93 ++++++++++++- 14 files changed, 370 insertions(+), 110 deletions(-)