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 ac1212946538f84c8778a06b903396b4467dbe6d (commit) via 8452b4ccde09a41c7e21cff66ec4f566b1a34e28 (commit) via af0970219920d80381f731b1c2e58200089dbe54 (commit) via fa3a79c1b9e1daed7f6f4a077fef26010e3fe28c (commit) via cfc947dd54f88791ca916b2e1dcefc9ef5c457d6 (commit) via 979e0f00b9839c826c71546987c1a5dbf256447b (commit) via 7c40b6e904ac3a1286f1436f84d4ce03259d8ad4 (commit) from f6b8103b789ae40234b0cb7574c1a9da4e5a1b21 (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 ac1212946538f84c8778a06b903396b4467dbe6d Author: Howard Chu hyc@openldap.org Date: Thu Mar 29 07:06:16 2012 -0700
ITS#7182 silence warning about AVL_APPLY type
commit 8452b4ccde09a41c7e21cff66ec4f566b1a34e28 Author: Ondrej Kuznik ondrej.kuznik@acision.com Date: Tue Feb 28 15:44:31 2012 +0100
ITS#7182 Expose the peer address of a connection.
commit af0970219920d80381f731b1c2e58200089dbe54 Author: Ondrej Kuznik ondrej.kuznik@acision.com Date: Tue Feb 28 15:43:40 2012 +0100
ITS#7182 Expose the URI used for this connection.
commit fa3a79c1b9e1daed7f6f4a077fef26010e3fe28c Author: Ondrej Kuznik ondrej.kuznik@acision.com Date: Tue Feb 28 15:02:51 2012 +0100
ITS#7182 Expose the connection flags.
The flags are exposed using a multivalued parameter so that other connection flags (like back-meta's) could be exported without needing additional code.
commit cfc947dd54f88791ca916b2e1dcefc9ef5c457d6 Author: Ondrej Kuznik ondrej.kuznik@acision.com Date: Wed Feb 8 16:52:44 2012 +0100
ITS#7182 Enable operation and connection monitoring.
Reintroduce the cn=connections entry exactly as it were before ITS#7182.
commit 979e0f00b9839c826c71546987c1a5dbf256447b Author: Ondrej Kuznik ondrej.kuznik@acision.com Date: Wed Feb 8 16:33:34 2012 +0100
ITS#7182 Rework monitor registration.
Letting back-monitor create the subsystem entries is much more readable than doing this manually.
Only the database is registered if needed (chain overlay has to be updated to cope with this), the cn=Connection entry is removed in this patch to be reinstated in the following one as part of the correct subsystem.
The owner (overlay mostly) should already know the target subtree DN, therefore the filter machinery can go away too.
commit 7c40b6e904ac3a1286f1436f84d4ce03259d8ad4 Author: Ondrej Kuznik ondrej.kuznik@acision.com Date: Thu Mar 29 14:28:40 2012 +0200
ITS#7182 Keep connection IDs for monitoring purposes.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-ldap/back-ldap.h | 18 +- servers/slapd/back-ldap/bind.c | 1 + servers/slapd/back-ldap/chain.c | 18 +- servers/slapd/back-ldap/monitor.c | 792 ++++++++++++++++++++++++++--------- 4 files changed, 626 insertions(+), 203 deletions(-)