A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_5 has been updated via 3aecf7574233ec105011acf0e758b829465904e2 (commit) via fa15f29550dec7d6c95f7d7054e44839ee998106 (commit) via b79c706a5afd97ae2d2ece0cd18091338bd66e4e (commit) via a0accc86f21bf502c2f494d4cc14cea2c78858c5 (commit) via f1417e2634c44fd560c2f7529bd331bd59075afd (commit) via dcccd8a89aebb10e437fb013dd0a46ed943b6abc (commit) from aa66d539543de0ad884f1b8e38948ecd946bf47a (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 3aecf7574233ec105011acf0e758b829465904e2 Merge: fa15f29 a0accc8 Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Dec 16 02:01:18 2014 -0600
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_5
commit fa15f29550dec7d6c95f7d7054e44839ee998106 Author: Howard Chu hyc@openldap.org Date: Tue Oct 21 13:15:55 2014 +0100
ITS#8007 Add maxentrysize config option
commit b79c706a5afd97ae2d2ece0cd18091338bd66e4e Author: Howard Chu hyc@openldap.org Date: Mon Dec 15 19:27:59 2014 +0000
ITS#8006 Use rootdn consistently on internal ops
-----------------------------------------------------------------------
Summary of changes: contrib/slapd-modules/autogroup/autogroup.c | 12 ++++++++++++ doc/man/man5/slapd-mdb.5 | 5 +++++ libraries/liblmdb/Makefile | 2 +- libraries/liblmdb/lmdb.h | 13 ++++++------- servers/slapd/back-mdb/add.c | 8 ++++++-- servers/slapd/back-mdb/back-mdb.h | 2 +- servers/slapd/back-mdb/config.c | 21 +++++++++++++++++++-- servers/slapd/back-mdb/id2entry.c | 3 +++ servers/slapd/back-mdb/modify.c | 7 ++++++- servers/slapd/back-mdb/modrdn.c | 8 ++++++-- 10 files changed, 65 insertions(+), 16 deletions(-)