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 f5100665e34b18817e545063b7ca49f79a15b6d6 (commit) from e27108e7cb8378fda5ded5ea13959b7cdd6386ef (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 f5100665e34b18817e545063b7ca49f79a15b6d6 Author: Ryan Tandy ryan@nardis.ca Date: Sun Sep 6 21:09:51 2015 -0700
ITS#7964 avoid double-unescaping rewrite rules
config_fp_parse_line processes backslash escapes. When existing rewrite rules were reloaded while inserting a new rule, this caused backslashes to be lost from every rule except the most recently inserted one. config_parse_ldif performs similar splitting, but leaves backslashes alone.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/config.c | 2 +- servers/slapd/config.h | 1 + servers/slapd/overlays/rwm.c | 18 ++++++++++++------ 3 files changed, 14 insertions(+), 7 deletions(-)