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 735bcec52eff9723d0733e674237f4ec377cc9d6 (commit) via 5a539cb5f29248118a08df310bab04bf19b110be (commit) via c5c4ffafb2dbf674c3b9742473abfae34f3e9428 (commit) via 7e3780336993bf00a86479dad5d2af7ae069c8bd (commit) via 4560bd6a2f278f72cad7d127440ad2285f0e0b15 (commit) via 72643404ae14e6c51ae042cc45d76c9d915072f7 (commit) via 1e883b85ef5ef62d0b66f51d77bac62323d3d48a (commit) from ed301354bbd26a000266ea1b9855f4d47238ee4e (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 735bcec52eff9723d0733e674237f4ec377cc9d6 Author: Howard Chu hyc@openldap.org Date: Sat Feb 5 00:51:18 2011 +0000
Cleanup ASPERL ifdefs
commit 5a539cb5f29248118a08df310bab04bf19b110be Author: Howard Chu hyc@openldap.org Date: Sat Feb 5 00:48:22 2011 +0000
Cleanup PERL_5_6 ifdefs
commit c5c4ffafb2dbf674c3b9742473abfae34f3e9428 Author: Howard Chu hyc@openldap.org Date: Fri Feb 4 17:07:35 2011 +0000
Backward compatibility - treat unknown directives as perlModuleConfig's
commit 7e3780336993bf00a86479dad5d2af7ae069c8bd Author: Howard Chu hyc@openldap.org Date: Fri Feb 4 16:42:06 2011 +0000
Fixup config init
commit 4560bd6a2f278f72cad7d127440ad2285f0e0b15 Author: Howard Chu hyc@openldap.org Date: Fri Feb 4 15:25:42 2011 +0000
Cleanup config items on destroy
commit 72643404ae14e6c51ae042cc45d76c9d915072f7 Author: Howard Chu hyc@openldap.org Date: Fri Feb 4 15:03:16 2011 +0000
More cleanup / old perl compat
commit 1e883b85ef5ef62d0b66f51d77bac62323d3d48a Author: Howard Chu hyc@openldap.org Date: Fri Feb 4 15:00:10 2011 +0000
Dynamic config support - not fully backward compatible
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-perl/add.c | 6 - servers/slapd/back-perl/bind.c | 7 - servers/slapd/back-perl/close.c | 6 + servers/slapd/back-perl/compare.c | 6 - servers/slapd/back-perl/config.c | 273 +++++++++++++++++++++++----------- servers/slapd/back-perl/delete.c | 6 - servers/slapd/back-perl/init.c | 10 +- servers/slapd/back-perl/modify.c | 7 - servers/slapd/back-perl/modrdn.c | 7 - servers/slapd/back-perl/perl_back.h | 9 +- servers/slapd/back-perl/proto-perl.h | 1 + servers/slapd/back-perl/search.c | 6 - 12 files changed, 206 insertions(+), 138 deletions(-)