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 3d0c5e0b9aa4b796e2903a534d6474e2c050de8f (commit) via 328b4e0a6b6076c78cf6067e5b02ee97318aa469 (commit) via fafc899129e290a79040e1b3287b0559b70354c0 (commit) from aa01208507a8ea0b781837c7040170d362239f7f (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 3d0c5e0b9aa4b796e2903a534d6474e2c050de8f Author: Howard Chu hyc@openldap.org Date: Sun Sep 18 13:24:24 2011 -0700
Support single parameter substitution in filter
commit 328b4e0a6b6076c78cf6067e5b02ee97318aa469 Author: Howard Chu hyc@openldap.org Date: Sat Sep 17 03:08:02 2011 -0700
deltasync test tweaks
Check replication success before stopping consumer. Set retry/interval to make sure consumer reconnects after provider restart.
commit fafc899129e290a79040e1b3287b0559b70354c0 Author: Howard Chu hyc@openldap.org Date: Thu Sep 8 23:41:06 2011 -0700
Add a few NULL checks to defend against dumb API checkers.
Unfortunately automated checkers don't seem to read the documentation for how APIs are expected to be used, and the C declaration syntax isn't expressive enough to encode the documented usage.
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/schema.c | 56 +++++++++++++++++--- libraries/libldap/tls2.c | 6 ++- tests/data/slapd-deltasync-slave.conf | 1 + tests/progs/slapd-mtread.c | 93 +++++++++++++++++++++++++++++++- tests/scripts/test043-delta-syncrepl | 36 +++++++++++++ 5 files changed, 180 insertions(+), 12 deletions(-)