[389-ds-base] branch master updated (7b3c401 -> b14c836)
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 7b3c401 Issue 49761 - Fix replication test suite issues
adds b14c836 Issue 48056 - Add more test cases to the basic suite
No new revisions were added by this update.
Summary of changes:
dirsrvtests/tests/suites/basic/basic_test.py | 133 ++++++++++++++++++++-
dirsrvtests/tests/suites/filter/filter_test.py | 2 +
dirsrvtests/tests/suites/password/password_test.py | 2 +
3 files changed, 135 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 1 month
[389-ds-base] branch master updated (c439b92 -> 7b3c401)
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 c439b92 Issue 49381 - Refactor the plugin test suite docstrings
adds 7b3c401 Issue 49761 - Fix replication test suite issues
No new revisions were added by this update.
Summary of changes:
.../tests/suites/replication/cleanallruv_test.py | 56 ++++++---
.../suites/replication/replica_config_test.py | 5 +-
.../tests/suites/replication/ruvstore_test.py | 3 +-
ldap/schema/01core389.ldif | 4 +-
ldap/schema/50ns-directory.ldif | 1 -
src/lib389/lib389/tombstone.py | 132 ++++++++++++++++++++-
6 files changed, 178 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 1 month
[389-ds-base] branch master updated (7e49dec -> c439b92)
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 7e49dec Ticket 49837 - Add new password policy attributes to UI
adds c439b92 Issue 49381 - Refactor the plugin test suite docstrings
No new revisions were added by this update.
Summary of changes:
.../tests/suites/plugins/attr_uniqueness_test.py | 196 ----
dirsrvtests/tests/suites/plugins/dna_test.py | 168 ---
dirsrvtests/tests/suites/plugins/memberof_test.py | 1069 ++++++++++++--------
.../suites/plugins/pluginpath_validation_test.py | 4 +-
.../tests/suites/plugins/rootdn_plugin_test.py | 213 +++-
5 files changed, 839 insertions(+), 811 deletions(-)
delete mode 100644 dirsrvtests/tests/suites/plugins/attr_uniqueness_test.py
delete mode 100644 dirsrvtests/tests/suites/plugins/dna_test.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 1 month
[389-ds-base] branch master updated (fd8ca9a -> 7e49dec)
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 fd8ca9a Ticket 49794 - Add pam_pwquality features to password syntax checking
adds 7e49dec Ticket 49837 - Add new password policy attributes to UI
No new revisions were added by this update.
Summary of changes:
src/cockpit/389-console/css/ds.css | 25 +++++++-
src/cockpit/389-console/js/servers.js | 2 +-
src/cockpit/389-console/servers.html | 112 +++++++++++++++++++++++++---------
3 files changed, 109 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 2 months
[389-ds-base] branch master updated (52b8997 -> fd8ca9a)
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 52b8997 Ticket 49867 - Fix CLI tools' double output
adds fd8ca9a Ticket 49794 - Add pam_pwquality features to password syntax checking
No new revisions were added by this update.
Summary of changes:
Makefile.am | 3 +-
.../tests/suites/password/pwdPolicy_syntax_test.py | 69 ++++
ldap/schema/02common.ldif | 8 +
ldap/servers/slapd/libglobs.c | 259 +++++++++++++++
ldap/servers/slapd/proto-slap.h | 10 +
ldap/servers/slapd/pw.c | 366 +++++++++++++++++++--
ldap/servers/slapd/slap.h | 53 ++-
rpm/389-ds-base.spec.in | 1 +
8 files changed, 737 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 2 months
[389-ds-base] branch 389-ds-base-1.2.11 updated (f3f5d28 -> 8519912)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
lkrispen pushed a change to branch 389-ds-base-1.2.11
in repository 389-ds-base.
from f3f5d28 Ticket 49788 - Fixing 4-byte UTF-8 character validation
new 8519912 Ticket 49780 - (backport 1.2.11) acl_copyEval_context double free
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/acl/acl.h | 2 -
ldap/servers/plugins/acl/acl_ext.c | 52 ++-------------------
ldap/servers/plugins/acl/acleffectiverights.c | 65 +++++++++++++++++++++------
ldap/servers/plugins/acl/aclinit.c | 7 ---
4 files changed, 55 insertions(+), 71 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 2 months
[389-ds-base] branch master updated (345221c -> 52b8997)
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 345221c Bump version to 1.4.0.13
adds 52b8997 Ticket 49867 - Fix CLI tools' double output
No new revisions were added by this update.
Summary of changes:
src/lib389/cli/dsconf | 9 ++-------
src/lib389/cli/dscreate | 2 +-
src/lib389/cli/dsctl | 7 +------
src/lib389/cli/dsidm | 8 ++------
4 files changed, 6 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 2 months
[389-ds-base] tag 389-ds-base-1.4.0.13 created (now 345221c)
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.4.0.13
in repository 389-ds-base.
at 345221c (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, 2 months
[389-ds-base] branch master updated (dd18389 -> 345221c)
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 dd18389 Ticket 49854 - ns-slapd should create run_dir and lock_dir directories at startup
new 345221c Bump version to 1.4.0.13
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, 2 months
[389-ds-base] branch master updated (ba5900e -> dd18389)
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 ba5900e Ticket 49806 - Add SASL functionality to CLI/UI
adds dd18389 Ticket 49854 - ns-slapd should create run_dir and lock_dir directories at startup
No new revisions were added by this update.
Summary of changes:
ldap/admin/src/defaults.inf.in | 1 +
src/lib389/doc/source/paths.rst | 3 ++-
src/lib389/lib389/instance/remove.py | 1 +
src/lib389/lib389/instance/setup.py | 8 ++++++++
src/lib389/lib389/paths.py | 1 +
5 files changed, 13 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 2 months