[389-ds-base] tag 389-ds-base-1.3.7.2 created (now cbe9198)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
mreynolds pushed a change to tag 389-ds-base-1.3.7.2
in repository 389-ds-base.
at cbe9198 (commit)
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[389-ds-base] branch master updated (cc87118 -> cbe9198)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
mreynolds pushed a change to branch master
in repository 389-ds-base.
from cc87118 Ticket 49038 - Fix regression from legacy code cleanup
new cbe9198 Bump verison to 1.3.7.2
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
VERSION.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[389-ds-base] branch master updated (59d1556 -> cc87118)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
mreynolds pushed a change to branch master
in repository 389-ds-base.
from 59d1556 Ticket 49295 - Fix CI tests
new cc87118 Ticket 49038 - Fix regression from legacy code cleanup
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../plugins/replication/repl5_replica_config.c | 29 ++++++++++++++++++++++
1 file changed, 29 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[389-ds-base] branch master updated (8965a8f -> 59d1556)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
mreynolds pushed a change to branch master
in repository 389-ds-base.
from 8965a8f Ticket #48067 - Add bugzilla tests for ds_logs
new 59d1556 Ticket 49295 - Fix CI tests
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../tests/suites/plugins/rootdn_plugin_test.py | 19 +++--
.../replication/wait_for_async_feature_test.py | 11 ++-
dirsrvtests/tests/tickets/ticket1347760_test.py | 16 ++--
dirsrvtests/tests/tickets/ticket47536_test.py | 19 +++--
dirsrvtests/tests/tickets/ticket47966_test.py | 2 +-
dirsrvtests/tests/tickets/ticket47981_test.py | 4 +-
dirsrvtests/tests/tickets/ticket48252_test.py | 21 +++--
dirsrvtests/tests/tickets/ticket48755_test.py | 2 +-
dirsrvtests/tests/tickets/ticket48784_test.py | 6 +-
dirsrvtests/tests/tickets/ticket49287_test.py | 98 +++++++++++++---------
10 files changed, 114 insertions(+), 84 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[389-ds-base] branch master updated (b851f16 -> 8965a8f)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
spichugi pushed a change to branch master
in repository 389-ds-base.
from b851f16 Ticket 49356 - mapping tree crash can occur during tot init
new 8965a8f Ticket #48067 - Add bugzilla tests for ds_logs
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../tests/suites/ds_logs/regression_test.py | 73 ++++++++++++++++++++++
1 file changed, 73 insertions(+)
create mode 100644 dirsrvtests/tests/suites/ds_logs/regression_test.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[lib389] branch master updated (709d572 -> 33534a0)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
firstyear pushed a change to branch master
in repository lib389.
from 709d572 Issue 45 - Add support for Rootdn Access Control plugin
new 33534a0 Issue 43 - Add support for Referential Integrity plugin
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
cli/dsconf | 2 +
lib389/cli_conf/plugins/referint.py | 197 +++++++++++++++++++++++++
lib389/plugins.py | 103 ++++++++++++-
lib389/tests/cli/conf_plugins/referint_test.py | 119 +++++++++++++++
lib389/tests/plugins/referint_test.py | 83 +++++++++++
5 files changed, 497 insertions(+), 7 deletions(-)
create mode 100644 lib389/cli_conf/plugins/referint.py
create mode 100644 lib389/tests/cli/conf_plugins/referint_test.py
create mode 100644 lib389/tests/plugins/referint_test.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[lib389] branch master updated (2a50b9d -> 709d572)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
firstyear pushed a change to branch master
in repository lib389.
from 2a50b9d Ticket 88 - python install and remove for tests
new 1f1d32d Issue 93 - Fix test cases in ctl_dbtasks_test.py
new d304445 Issue 92 - display_attr() should return str not bytes in py3
new 3ad1f7f Issue 74 - Advice users to set referint-update-delay to 0
new 3a8bfe8 Issue 46 - dsconf support for dynamic schema reload
new 709d572 Issue 45 - Add support for Rootdn Access Control plugin
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
cli/dsconf | 2 +
lib389/__init__.py | 2 +-
lib389/_mapped_object.py | 8 +-
lib389/cli_conf/health.py | 2 +
lib389/cli_conf/plugins/rootdn_ac.py | 229 +++++++++++++++++++
lib389/cli_conf/schema.py | 17 +-
lib389/lint.py | 20 ++
lib389/plugins.py | 179 +++++++++++++++
lib389/schema.py | 24 +-
lib389/tasks.py | 7 +
lib389/tests/cli/conf_plugins/rootdn_ac_test.py | 281 ++++++++++++++++++++++++
lib389/tests/cli/ctl_dbtasks_test.py | 4 +-
lib389/tests/healthcheck_test.py | 19 ++
lib389/tests/schema_test.py | 13 +-
14 files changed, 795 insertions(+), 12 deletions(-)
create mode 100644 lib389/cli_conf/plugins/rootdn_ac.py
mode change 100644 => 100755 lib389/schema.py
create mode 100644 lib389/tests/cli/conf_plugins/rootdn_ac_test.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[389-ds-base] branch 389-ds-base-1.3.6 updated (8e17621 -> 16916bc)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
firstyear pushed a change to branch 389-ds-base-1.3.6
in repository 389-ds-base.
from 8e17621 Bump version to 1.3.6.7
new 16916bc Ticket 49356 - mapping tree crash can occur during tot init
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../mapping_tree/referral_during_tot_init.py | 57 ++++++++
ldap/servers/slapd/fedse.c | 10 ++
ldap/servers/slapd/main.c | 10 --
ldap/servers/slapd/mapping_tree.c | 150 +++++++++++----------
ldap/servers/slapd/pw_verify.c | 8 +-
5 files changed, 150 insertions(+), 85 deletions(-)
create mode 100644 dirsrvtests/tests/suites/mapping_tree/referral_during_tot_init.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[389-ds-base] branch master updated (f2b43de -> b851f16)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
firstyear pushed a change to branch master
in repository 389-ds-base.
from f2b43de Ticket 49275 - fix compiler warns for gcc 7
new b851f16 Ticket 49356 - mapping tree crash can occur during tot init
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../mapping_tree/referral_during_tot_init.py | 57 +++++++++++
ldap/servers/slapd/fedse.c | 10 ++
ldap/servers/slapd/main.c | 9 +-
ldap/servers/slapd/mapping_tree.c | 106 +++++++++++----------
ldap/servers/slapd/pw_verify.c | 8 +-
5 files changed, 129 insertions(+), 61 deletions(-)
create mode 100644 dirsrvtests/tests/suites/mapping_tree/referral_during_tot_init.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[389-ds-base] branch master updated (c3da727 -> f2b43de)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
firstyear pushed a change to branch master
in repository 389-ds-base.
from c3da727 Issue 49248 - Add a docstring to account locking test case
new f2b43de Ticket 49275 - fix compiler warns for gcc 7
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ldap/servers/plugins/chainingdb/cb_acl.c | 9 ++-----
ldap/servers/plugins/syntaxes/string.c | 8 +++----
ldap/servers/slapd/back-ldbm/dblayer.c | 21 +++++++++++------
ldap/servers/slapd/back-ldbm/sort.c | 1 -
ldap/servers/slapd/dn.c | 10 ++++----
ldap/servers/slapd/ldaputil.c | 38 ++++++++++++++++--------------
ldap/servers/slapd/result.c | 12 +++++-----
ldap/servers/slapd/ssl.c | 2 ++
ldap/servers/slapd/tools/ldclt/ldclt.h | 2 +-
ldap/servers/slapd/utf8.c | 40 ++++++++++++++++++++++++--------
src/libsds/test/test_sds_bpt.c | 6 +++--
11 files changed, 89 insertions(+), 60 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months