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 f565854083808045c9481598fae3eb862d976bac (commit) via e3a6cec03dc033fc859c3bb61aaadb64bbcb4fe9 (commit) via 4626a7d0edf687c63452dc671a2fbb7f44aa64b8 (commit) via 05c10fd657d24bb3639123b2f47f524e9b3de6d7 (commit) via 0ae4a7b27f30d33c313196837391675f2b9a3085 (commit) via 510b609167fc977e78de2318599b5d2fe56d7f81 (commit) via fee0e8059f9af416b90f6640f29016214d2d9dd1 (commit) via c9852044ffb209d73ec7a566434275b59c3e8cd1 (commit) via 0f7eaafb53e2aecbdbc7b2747e7a0df58473591b (commit) via cc24cf620470e600d31fd68f63decae82b9745f3 (commit) via 7cecf729eb44a35104472f82ba8d3c117c588b0f (commit) via 59681e0eb305262aeb93675c66f21727bfc7ab98 (commit) from be1d550fe098afddb8796f685be7e2e2f405a504 (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 f565854083808045c9481598fae3eb862d976bac Author: Quanah Gibson-Mount <qua...@openldap.org> Date: Tue Jul 3 23:39:15 2018 +0000 ITS#8868 commit e3a6cec03dc033fc859c3bb61aaadb64bbcb4fe9 Author: Howard Chu <h...@openldap.org> Date: Fri Jun 22 00:30:33 2018 +0100 ITS#8868 don't convert IDL to range needlessly in idl_intersection. It may lose precision in a subsequent union. commit 4626a7d0edf687c63452dc671a2fbb7f44aa64b8 Author: OndÅej KuznÃk <on...@openldap.org> Date: Thu Jun 14 16:08:36 2018 +0100 Fix quoting example commit 05c10fd657d24bb3639123b2f47f524e9b3de6d7 Author: Howard Chu <h...@openldap.org> Date: Wed Jun 13 16:19:04 2018 +0100 Fix ldif-wrap errmsg typo commit 0ae4a7b27f30d33c313196837391675f2b9a3085 Author: Quanah Gibson-Mount <qua...@openldap.org> Date: Tue Jul 3 23:36:40 2018 +0000 ITS#8616 commit 510b609167fc977e78de2318599b5d2fe56d7f81 Author: Quanah Gibson-Mount <qua...@openldap.org> Date: Tue Jul 3 21:49:52 2018 +0000 ITS#8616 - Regression test Add a regression test for ITS#8616 that verifies the ability to change the values for olcSpNoPresent and olcSpReloadHint commit fee0e8059f9af416b90f6640f29016214d2d9dd1 Author: Howard Chu <h...@openldap.org> Date: Thu May 24 17:51:50 2018 +0100 ITS#8616 don't check for existing value when deleting values commit c9852044ffb209d73ec7a566434275b59c3e8cd1 Author: Ryan Tandy <r...@nardis.ca> Date: Thu May 17 20:58:55 2018 -0700 Fix copypasta in its8444 regression script commit 0f7eaafb53e2aecbdbc7b2747e7a0df58473591b Author: Quanah Gibson-Mount <qua...@openldap.org> Date: Tue Jul 3 23:35:04 2018 +0000 ITS#8843 commit cc24cf620470e600d31fd68f63decae82b9745f3 Author: Howard Chu <h...@openldap.org> Date: Wed May 2 16:51:49 2018 +0100 ITS#8843 check for NULL modlist commit 7cecf729eb44a35104472f82ba8d3c117c588b0f Author: Quanah Gibson-Mount <qua...@openldap.org> Date: Tue Jul 3 23:33:12 2018 +0000 ITS#8840 commit 59681e0eb305262aeb93675c66f21727bfc7ab98 Author: Quanah Gibson-Mount <qua...@openldap.org> Date: Mon Apr 30 17:27:36 2018 +0000 ITS#8840 Fix domainScope control to ensure the control value is absent as per Microsoft specification (https://msdn.microsoft.com/en-us/library/aa366979%28v=vs.85%29.aspx). ----------------------------------------------------------------------- Summary of changes: CHANGES | 4 + doc/man/man5/ldap.conf.5 | 2 +- servers/slapd/back-bdb/idl.c | 9 +- servers/slapd/back-mdb/idl.c | 9 +- servers/slapd/controls.c | 4 +- servers/slapd/overlays/syncprov.c | 16 +- servers/slapd/slapcommon.c | 2 +- tests/data/regressions/its8444/its8444 | 2 +- tests/data/regressions/its8616/its8616 | 259 +++++++++++++++++++++ .../{its8521 => its8616}/slapd-provider.ldif | 0 10 files changed, 274 insertions(+), 33 deletions(-) create mode 100755 tests/data/regressions/its8616/its8616 copy tests/data/regressions/{its8521 => its8616}/slapd-provider.ldif (100%) --- http://www.openldap.org/devel/gitweb.cgi?p=openldap.git