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 20efeea Ticket 49470 - overflow in pblock_get
new d9ad6fd Ticket 49218 - Certmap - support TLS 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/stress/reliabilty/reliab_7_5_test.py | 26 ++-
.../tests/stress/reliabilty/reliab_conn_test.py | 15 +-
dirsrvtests/tests/suites/sasl/plain_test.py | 32 +--
dirsrvtests/tests/tickets/ticket48784_test.py | 68 +-----
dirsrvtests/tests/tickets/ticket48798_test.py | 73 +------
ldap/ldif/template-dse.ldif.in | 15 ++
ldap/schema/30ns-common.ldif | 3 +-
rpm/389-ds-base.spec.in | 8 +-
src/lib389/lib389/__init__.py | 195 +++++++++++------
src/lib389/lib389/_mapped_object.py | 43 ++--
src/lib389/lib389/idm/account.py | 26 +++
src/lib389/lib389/idm/directorymanager.py | 42 ++++
src/lib389/lib389/idm/services.py | 5 +-
src/lib389/lib389/idm/user.py | 17 ++
src/lib389/lib389/instance/options.py | 5 +
src/lib389/lib389/instance/setup.py | 47 +++-
src/lib389/lib389/nss_ssl.py | 242 ++++++++++++++++-----
src/lib389/lib389/tests/nss_ssl_test.py | 89 +++++---
src/lib389/lib389/topologies.py | 15 +-
19 files changed, 590 insertions(+), 376 deletions(-)
create mode 100644 src/lib389/lib389/idm/directorymanager.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.