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_4 has been updated via e4e6955234d363a573ae23cf1e3c4855ebd0398c (commit) via bcf9571e76074023fc5af8360cd3359927cf5101 (commit) from 0b31b03fcdd183cbff978a0d71df07ceb168bd33 (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 e4e6955234d363a573ae23cf1e3c4855ebd0398c Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Jun 13 14:42:58 2011 -0700
ITS#6513
commit bcf9571e76074023fc5af8360cd3359927cf5101 Author: Pierangelo Masarati ando@openldap.org Date: Thu Apr 15 05:26:21 2010 +0000
allow to specify a per-database list of attributes that need to be always collected, even if not explicitly requested by clients (addresses ITS#6513)
-----------------------------------------------------------------------
Summary of changes: CHANGES | 1 + doc/man/man5/slapd-config.5 | 14 ++++++++ doc/man/man5/slapd.conf.5 | 13 ++++++++ servers/slapd/back-ldap/search.c | 40 +++++++++++++++++++---- servers/slapd/back-meta/back-meta.h | 4 +- servers/slapd/back-meta/map.c | 55 +++++++++++++++++++++++++------- servers/slapd/back-meta/search.c | 5 +-- servers/slapd/backend.c | 3 ++ servers/slapd/bconfig.c | 59 ++++++++++++++++++++++++++++++++++- servers/slapd/overlays/rwmmap.c | 38 +++++++++++++++++++--- servers/slapd/slap.h | 1 + 11 files changed, 202 insertions(+), 31 deletions(-)