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 bb16cc0e713c58222aefc8cec74e833a3a4b3dba (commit) via 6be93755b158347584102a10478bffe71e1db22c (commit) via f3ef1ca29931b81a569e3e272c7efd3d7f3eba34 (commit) via 0c6d75bfd62c738ccb840bdda3f176f97f5e254f (commit) via b0792bc21655ea74118edddd921665d04a648b90 (commit) via 34fb79c1019a552a53a0978358c61aa91f629a7d (commit) via 5b5dc801907e41746a251644c11565715f14361b (commit) via f4901d4e81b43d0ec0da2abae59a2247386dfbce (commit) via b61f7a25b95ed2726e25a1d02d902d25e200f8f8 (commit) via 6d323fa04d0b74fd7865951a5f3e7f36b18783ba (commit) via 9479e7c26fccffb11f181819286dff463f745166 (commit) via bff9f333ddeb79c7257134fc5684084369c2fae3 (commit) via 7062eb063434b55b0f2fa8bacc11713f21d17253 (commit) from 5c045ec8415fe8017a122c481f181f82399efd57 (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 bb16cc0e713c58222aefc8cec74e833a3a4b3dba Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Dec 28 10:54:31 2016 -0800
ITS#6794
commit 6be93755b158347584102a10478bffe71e1db22c Author: Howard Chu hyc@openldap.org Date: Wed Dec 21 14:39:47 2016 +0000
Fix its6794 test
Must NULL out indexing cursors when closing tool txn
commit f3ef1ca29931b81a569e3e272c7efd3d7f3eba34 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Dec 28 10:53:35 2016 -0800
ITS8539
commit 0c6d75bfd62c738ccb840bdda3f176f97f5e254f Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Dec 12 12:22:40 2016 -0800
ITS#8539 Fix "make its"/"make regressions" to actually run the regression suite for bdb/hdb/mdb backends
commit b0792bc21655ea74118edddd921665d04a648b90 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Dec 12 11:53:14 2016 -0800
ITS#839 Modify run.in so that it can run individual regression tests
commit 34fb79c1019a552a53a0978358c61aa91f629a7d Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Dec 8 17:14:38 2016 -0800
Specifically test for error 32 on the consumer.
commit 5b5dc801907e41746a251644c11565715f14361b Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Dec 8 17:06:04 2016 -0800
Fix rootdn
commit f4901d4e81b43d0ec0da2abae59a2247386dfbce Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri Dec 2 13:16:52 2016 -0800
ITS#8521 - Updates to test to ensure it fails where it should fail and succeeds where it should succeed. Reference ITS#8281 as well, since these are related
commit b61f7a25b95ed2726e25a1d02d902d25e200f8f8 Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Dec 1 12:26:08 2016 -0800
ITS#8521 - Add testcase for this regression
commit 6d323fa04d0b74fd7865951a5f3e7f36b18783ba Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Dec 28 10:47:53 2016 -0800
ITS#8535
commit 9479e7c26fccffb11f181819286dff463f745166 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Nov 30 14:46:37 2016 -0800
ITS#8535 - Fix regression test for ITS#4337
commit bff9f333ddeb79c7257134fc5684084369c2fae3 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Dec 28 10:47:11 2016 -0800
ITS#8534
commit 7062eb063434b55b0f2fa8bacc11713f21d17253 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Nov 30 14:26:03 2016 -0800
ITS#8534 - Fix regression test to correctly load back-ldap if it is built as a module
-----------------------------------------------------------------------
Summary of changes: CHANGES | 6 +- servers/slapd/back-mdb/tools.c | 8 + tests/Makefile.in | 25 +- tests/data/regressions/its4336/slapd.conf | 3 + tests/data/regressions/its4337/its4337 | 4 +- tests/data/regressions/its4337/slapd.conf | 3 + tests/data/regressions/its8521/its8521 | 331 ++++++++++++++++++++ tests/data/regressions/its8521/slapd-consumer.ldif | 59 ++++ tests/data/regressions/its8521/slapd-provider.ldif | 59 ++++ tests/run.in | 3 + tests/scripts/conf.sh | 4 +- 11 files changed, 500 insertions(+), 5 deletions(-) create mode 100755 tests/data/regressions/its8521/its8521 create mode 100644 tests/data/regressions/its8521/slapd-consumer.ldif create mode 100644 tests/data/regressions/its8521/slapd-provider.ldif