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 a6cc70f0225c61c5b2228374ee1bb11fb9497444 (commit) via 794edb1aadf3a5ed3639d5c226e3a1bdfb40a8d6 (commit) via fcdc06656970784465fae8636e48e76ba6496728 (commit) via c378221d0e59c95c36dbc4c212bbbf8d2f4996ec (commit) via 93060698a5e03f6ebe2c084b0953e08da83c8c7b (commit) via e044e269e1440d48c97243bd196cd9c6278149b2 (commit) via 1d9a0b641364651baf2a6678676cdcae1070c104 (commit) via 3b7a9134562e23036c3ac524bc8eb25447518eb4 (commit) via 7218878ea41a20cd7a9c57bdf478a972ea4b3573 (commit) via 8a5d36851b874fdcd2c8c2fb6cf81d2be3a0baf9 (commit) via 2dd6a7492fb90ef3350ab545ad7b0abef3bd7073 (commit) via c2a07f49c577b0a8d4c3b57094361c4c2a20e6b4 (commit) via 6b010eff6089e4002f6f39bc26f8c6efc8a6551f (commit) via 84e3d5ec11d2590a5dba73f1ca7edc4ac1ff8aca (commit) from 58fa7b1645f5bea7721836010adf22f5bf019587 (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 a6cc70f0225c61c5b2228374ee1bb11fb9497444 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Nov 7 13:10:37 2011 -0800
SLAP_CONFIG_DELETE sync
commit 794edb1aadf3a5ed3639d5c226e3a1bdfb40a8d6 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Nov 7 13:10:03 2011 -0800
SLAP_CONFIG_DELETE updates
commit fcdc06656970784465fae8636e48e76ba6496728 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Nov 7 12:44:58 2011 -0800
unregister controls when removing syncprov, ppolicy, valsort, chain or sssvlv overlay
commit c378221d0e59c95c36dbc4c212bbbf8d2f4996ec Author: Ralf Haferkamp ralf@openldap.org Date: Fri Jul 2 07:43:29 2010 +0000
Fixed last commit. gcc was complaining about defined behavior.
commit 93060698a5e03f6ebe2c084b0953e08da83c8c7b Author: Ralf Haferkamp ralf@openldap.org Date: Wed Jun 30 12:38:01 2010 +0000
new call unregister_supported_control(), will be needed for cn=config delete support
commit e044e269e1440d48c97243bd196cd9c6278149b2 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Nov 7 12:10:11 2011 -0800
Sync remaining LDAP_CONFIG_DELETE portions with master
commit 1d9a0b641364651baf2a6678676cdcae1070c104 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Nov 7 12:05:38 2011 -0800
Allow deleting Cft_Misc config entries by setting a delete handler in the ConfigOCs structure
commit 3b7a9134562e23036c3ac524bc8eb25447518eb4 Author: Ralf Haferkamp ralf@openldap.org Date: Tue Mar 15 16:57:41 2011 +0000
silence warning
commit 7218878ea41a20cd7a9c57bdf478a972ea4b3573 Author: Ralf Haferkamp ralf@openldap.org Date: Tue Mar 15 16:26:05 2011 +0000
removing global overlays should work now as well
commit 8a5d36851b874fdcd2c8c2fb6cf81d2be3a0baf9 Author: Ralf Haferkamp ralf@openldap.org Date: Fri Feb 4 16:10:11 2011 +0000
Fixed the overlay delete code to allow removing cn=config overlays again.
commit 2dd6a7492fb90ef3350ab545ad7b0abef3bd7073 Author: Ralf Haferkamp ralf@openldap.org Date: Fri Jul 2 11:31:34 2010 +0000
use be_ctrls[cid] for counting the number of overlay instances that have registered the control for a specific BackendDB to make sure that the control is unregistered only after the last instance calls overlay_unregister_control().
commit c2a07f49c577b0a8d4c3b57094361c4c2a20e6b4 Author: Ralf Haferkamp ralf@openldap.org Date: Thu Jul 1 11:28:47 2010 +0000
New call to unregister controls registered form overlays
commit 6b010eff6089e4002f6f39bc26f8c6efc8a6551f Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Nov 7 12:00:33 2011 -0800
Disallow removing global and cn=config overlays for now. Those require some special handling.
commit 84e3d5ec11d2590a5dba73f1ca7edc4ac1ff8aca Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Nov 7 11:55:56 2011 -0800
Experimental code for delete support in back-config. Only overlays supported currently.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-ldap/chain.c | 5 ++ servers/slapd/backover.c | 120 +++++++++++++++++++++++++++++-------- servers/slapd/bconfig.c | 64 ++++++++++++++++++-- servers/slapd/config.h | 9 +++ servers/slapd/controls.c | 32 ++++++++++ servers/slapd/overlays/ppolicy.c | 4 + servers/slapd/overlays/sssvlv.c | 15 ++++- servers/slapd/overlays/syncprov.c | 17 +++++ servers/slapd/overlays/valsort.c | 4 + servers/slapd/proto-slap.h | 9 +++- 10 files changed, 247 insertions(+), 32 deletions(-)