[389-ds-base] branch master updated (30c4f30 -> 7d90bb5)
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 30c4f30 Ticket 49290 - improve idl handling in complex searches
new 7d90bb5 Ticket 49299 - Add normalized dn cache stats to dbmon.sh
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/admin/src/scripts/dbmon.sh.in | 38 ++++++++++++++++++++++++++++++++------
1 file changed, 32 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 2 months
[389-ds-base] branch master updated (2339b25 -> 30c4f30)
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 2339b25 Merge branch 'clang'
new 30c4f30 Ticket 49290 - improve idl handling in complex searches
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:
Makefile.am | 1 +
dirsrvtests/tests/suites/filter/filter_logic.py | 206 ++++++++
.../tests/suites/replication/cleanallruv_test.py | 2 +-
dirsrvtests/tests/tickets/ticket48252_test.py | 53 +-
ldap/servers/slapd/back-ldbm/back-ldbm.h | 43 +-
ldap/servers/slapd/back-ldbm/filterindex.c | 162 ++++---
ldap/servers/slapd/back-ldbm/idl_common.c | 119 +++--
ldap/servers/slapd/back-ldbm/idl_new.c | 46 +-
ldap/servers/slapd/back-ldbm/idl_set.c | 536 +++++++++++++++++++++
ldap/servers/slapd/back-ldbm/index.c | 44 +-
ldap/servers/slapd/back-ldbm/proto-back-ldbm.h | 15 +
11 files changed, 1063 insertions(+), 164 deletions(-)
create mode 100644 dirsrvtests/tests/suites/filter/filter_logic.py
create mode 100644 ldap/servers/slapd/back-ldbm/idl_set.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 2 months
[389-ds-base] branch master updated (13b8001 -> 2339b25)
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 13b8001 Ticket 49091 - remove usage of changelog semaphore
new 7d12533 Ticket 49328 - Update clang-format config file
new 2339b25 Merge branch 'clang'
The 2 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:
.clang-format | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 2 months
[389-ds-base] branch master updated (161cc23 -> 13b8001)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
lkrispen pushed a change to branch master
in repository 389-ds-base.
from 161cc23 Ticket 49275 - shadow warnings for gcc7 - pass 1
new 13b8001 Ticket 49091 - remove usage of changelog semaphore
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/replication/cl5_api.c | 104 -------------------------
ldap/servers/plugins/replication/cl5_api.h | 12 ---
ldap/servers/plugins/replication/cl5_config.c | 15 ----
ldap/servers/plugins/replication/repl_shared.h | 1 -
4 files changed, 132 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 2 months
[389-ds-base] branch master updated (3bf56ee -> 161cc23)
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 3bf56ee Fix error log format in add.c
new 161cc23 Ticket 49275 - shadow warnings for gcc7 - pass 1
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/slapd/add.c | 9 +-
ldap/servers/slapd/entry.c | 8 +-
ldap/servers/slapd/entrywsi.c | 8 +-
ldap/servers/slapd/main.c | 608 +++++++++++++++++++++---------------------
ldap/servers/slapd/modify.c | 24 +-
ldap/servers/slapd/ssl.c | 32 +--
lib/ldaputil/certmap.c | 4 +-
7 files changed, 351 insertions(+), 342 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 2 months
[389-ds-base] branch 389-ds-base-1.3.6 updated (703182f -> bdafb3b)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
mreynolds pushed a change to branch 389-ds-base-1.3.6
in repository 389-ds-base.
from 703182f fix compiler warning for patch 49287
new bdafb3b Fix error log format in add.c
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/slapd/add.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 2 months
[389-ds-base] branch master updated (1b95045 -> 3bf56ee)
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 1b95045 Ticket 49316 - fix missing not condition in clock cleanu
new 3bf56ee Fix error log format in add.c
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/slapd/add.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 2 months
[lib389] branch master updated (3106025 -> e698f0d)
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 3106025 Add PLUGIN_ADDN to _constants.py
new e698f0d Issue 49 - Add support for whoami 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/whoami.py | 16 ++++++++++++++++
lib389/plugins.py | 1 +
3 files changed, 19 insertions(+)
create mode 100644 lib389/cli_conf/plugins/whoami.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 2 months
[389-ds-base] branch master updated (b95f5f2 -> 1b95045)
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 b95f5f2 Ticket 49038 - Remove legacy replication
new 1b95045 Ticket 49316 - fix missing not condition in clock cleanu
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/slapd/eventq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 2 months
[389-ds-base] branch master updated (c8370b8 -> b95f5f2)
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 c8370b8 fix compiler warning for patch 49287
new b95f5f2 Ticket 49038 - Remove legacy replication
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:
Makefile.am | 17 +-
.../src/scripts/50removeLegacyReplication.ldif | 2 +
ldap/ldif/50replication-plugins.ldif | 13 -
ldap/schema/01core389.ldif | 2 +-
ldap/servers/plugins/replication/cl4.h | 73 --
ldap/servers/plugins/replication/cl4_api.c | 804 ---------------------
ldap/servers/plugins/replication/cl4_api.h | 75 --
ldap/servers/plugins/replication/cl4_init.c | 357 ---------
ldap/servers/plugins/replication/legacy_consumer.c | 723 ------------------
ldap/servers/plugins/replication/profile.c | 1 -
ldap/servers/plugins/replication/repl.h | 394 ----------
ldap/servers/plugins/replication/repl5.h | 120 ++-
.../plugins/replication/repl5_inc_protocol.c | 6 +-
ldap/servers/plugins/replication/repl5_init.c | 9 +-
.../servers/plugins/replication/repl5_mtnode_ext.c | 1 -
ldap/servers/plugins/replication/repl5_plugins.c | 126 +---
.../plugins/replication/repl5_protocol_util.c | 13 -
ldap/servers/plugins/replication/repl5_replica.c | 168 +----
.../plugins/replication/repl5_replica_config.c | 34 +-
.../plugins/replication/repl5_tot_protocol.c | 1 -
ldap/servers/plugins/replication/repl5_total.c | 1 -
ldap/servers/plugins/replication/repl_add.c | 38 -
ldap/servers/plugins/replication/repl_bind.c | 58 --
ldap/servers/plugins/replication/repl_compare.c | 48 --
ldap/servers/plugins/replication/repl_connext.c | 3 -
ldap/servers/plugins/replication/repl_controls.c | 1 -
ldap/servers/plugins/replication/repl_delete.c | 34 -
ldap/servers/plugins/replication/repl_entry.c | 46 --
ldap/servers/plugins/replication/repl_ext.c | 2 +-
ldap/servers/plugins/replication/repl_extop.c | 8 -
ldap/servers/plugins/replication/repl_globals.c | 3 +-
ldap/servers/plugins/replication/repl_init.c | 302 --------
ldap/servers/plugins/replication/repl_modify.c | 37 -
ldap/servers/plugins/replication/repl_modrdn.c | 36 -
ldap/servers/plugins/replication/repl_monitor.c | 73 --
ldap/servers/plugins/replication/repl_opext.c | 7 -
ldap/servers/plugins/replication/repl_ops.c | 188 -----
ldap/servers/plugins/replication/repl_rootdse.c | 92 ---
ldap/servers/plugins/replication/repl_search.c | 33 -
.../plugins/replication/repl_session_plugin.c | 1 -
ldap/servers/plugins/replication/repl_shared.h | 1 -
ldap/servers/plugins/replication/replutil.c | 1 -
ldap/servers/plugins/replication/urp.c | 1 -
.../plugins/replication/windows_inc_protocol.c | 1 -
ldap/servers/plugins/replication/windows_private.c | 1 -
.../plugins/replication/windows_tot_protocol.c | 2 -
ldap/servers/slapd/add.c | 13 +-
ldap/servers/slapd/mapping_tree.c | 1 -
ldap/servers/slapd/pblock.c | 9 +-
ldap/servers/slapd/plugin_acl.c | 6 +-
ldap/servers/slapd/search.c | 16 -
ldap/servers/slapd/slapi-plugin.h | 1 -
ldap/servers/slapd/slapi-private.h | 3 -
test/libslapd/pblock/pblock_accessors.txt | 1 -
test/libslapd/pblock/pblock_accessors_freq.txt | 2 -
55 files changed, 133 insertions(+), 3876 deletions(-)
create mode 100644 ldap/admin/src/scripts/50removeLegacyReplication.ldif
delete mode 100644 ldap/servers/plugins/replication/cl4.h
delete mode 100644 ldap/servers/plugins/replication/cl4_api.c
delete mode 100644 ldap/servers/plugins/replication/cl4_api.h
delete mode 100644 ldap/servers/plugins/replication/cl4_init.c
delete mode 100644 ldap/servers/plugins/replication/legacy_consumer.c
delete mode 100644 ldap/servers/plugins/replication/repl.h
delete mode 100644 ldap/servers/plugins/replication/repl_add.c
delete mode 100644 ldap/servers/plugins/replication/repl_bind.c
delete mode 100644 ldap/servers/plugins/replication/repl_compare.c
delete mode 100644 ldap/servers/plugins/replication/repl_delete.c
delete mode 100644 ldap/servers/plugins/replication/repl_entry.c
delete mode 100644 ldap/servers/plugins/replication/repl_init.c
delete mode 100644 ldap/servers/plugins/replication/repl_modify.c
delete mode 100644 ldap/servers/plugins/replication/repl_modrdn.c
delete mode 100644 ldap/servers/plugins/replication/repl_monitor.c
delete mode 100644 ldap/servers/plugins/replication/repl_ops.c
delete mode 100644 ldap/servers/plugins/replication/repl_rootdse.c
delete mode 100644 ldap/servers/plugins/replication/repl_search.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 2 months