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 be9585d0ed805f01772204ce407985223ec8e2b9 (commit) via fb2d235615372ef43f8f86e6102d00ac2397fcbd (commit) via 7baac1d9b4dfb5b143f58458e52d747763829b45 (commit) from dc0ef72dff8822a9f02eae943927da09acaa2b7a (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 be9585d0ed805f01772204ce407985223ec8e2b9 Author: Ondrej Kuznik ondrej.kuznik@acision.com Date: Wed Feb 8 14:18:29 2012 +0100
ITS#7182 Maintain the operation counts.
Currently ldap_back_default_rebind cannot access the ldapinfo structure. Being a configurable callback, not letting it monitor when a change might be disruptive feels safer.
commit fb2d235615372ef43f8f86e6102d00ac2397fcbd Author: Ondrej Kuznik ondrej.kuznik@acision.com Date: Wed Feb 8 14:14:11 2012 +0100
ITS#7182 Introduce the variables for operation monitoring.
Only completed operations are considered for now, this can be changed if needed.
commit 7baac1d9b4dfb5b143f58458e52d747763829b45 Author: Ondrej Kuznik ondrej.kuznik@acision.com Date: Tue Feb 7 16:09:44 2012 +0100
ITS#7182 Add mss_private for monitor subsystem.
During initialization (and elsewhere), the subsystems have no way of storing local data. While embedding them inside a larger strusture and breaking out when needed (like the current back-ldap monitoring code currently does) works, it certainly does not add to readability.
Notice that there is still no way to unregister an active subsystem. This patch does not attempt to include such functionality while it might actually be needed with the advent of SLAP_CONFIG_DELETE.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-ldap/add.c | 4 ++++ servers/slapd/back-ldap/back-ldap.h | 3 +++ servers/slapd/back-ldap/bind.c | 22 ++++++++++++++++++++++ servers/slapd/back-ldap/compare.c | 4 ++++ servers/slapd/back-ldap/delete.c | 4 ++++ servers/slapd/back-ldap/extended.c | 8 ++++++++ servers/slapd/back-ldap/init.c | 10 ++++++++++ servers/slapd/back-ldap/modify.c | 4 ++++ servers/slapd/back-ldap/modrdn.c | 4 ++++ servers/slapd/back-ldap/search.c | 4 ++++ servers/slapd/back-monitor/back-monitor.h | 2 ++ 11 files changed, 69 insertions(+), 0 deletions(-)