[389-ds-base] branch master updated (4940c5f -> 680a1a5)
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 4940c5f Ticket 48210 - Add IP addr and connid to monitor output
new 680a1a5 Ticket 49316 - Fix clock unsafety in DS
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:
configure.ac | 5 +-
.../plugins/acct_usability/acct_usability.c | 2 +-
ldap/servers/plugins/acctpolicy/acct_plugin.c | 4 +-
ldap/servers/plugins/acctpolicy/acct_util.c | 6 +-
ldap/servers/plugins/automember/automember.c | 4 +-
ldap/servers/plugins/chainingdb/cb.h | 3 +-
ldap/servers/plugins/chainingdb/cb_add.c | 5 +-
ldap/servers/plugins/chainingdb/cb_compare.c | 7 +-
.../servers/plugins/chainingdb/cb_conn_stateless.c | 69 +++----
ldap/servers/plugins/chainingdb/cb_delete.c | 5 +-
ldap/servers/plugins/chainingdb/cb_modify.c | 5 +-
ldap/servers/plugins/chainingdb/cb_modrdn.c | 5 +-
ldap/servers/plugins/chainingdb/cb_search.c | 124 ++++++------
ldap/servers/plugins/dna/dna.c | 2 +-
ldap/servers/plugins/replication/cl5_api.c | 10 +-
ldap/servers/plugins/replication/repl5_backoff.c | 4 +-
.../servers/plugins/replication/repl5_connection.c | 10 +-
.../plugins/replication/repl5_inc_protocol.c | 16 +-
ldap/servers/plugins/replication/repl5_replica.c | 19 +-
ldap/servers/plugins/replication/repl5_ruv.c | 8 +-
.../plugins/replication/repl5_tot_protocol.c | 14 +-
ldap/servers/plugins/replication/repl_objset.c | 4 +-
.../plugins/replication/windows_connection.c | 2 +-
.../plugins/replication/windows_inc_protocol.c | 6 +-
.../plugins/replication/windows_tot_protocol.c | 6 +-
ldap/servers/plugins/retrocl/retrocl_po.c | 2 +-
ldap/servers/plugins/retrocl/retrocl_trim.c | 2 +-
ldap/servers/plugins/rootdn_access/rootdn_access.c | 14 +-
ldap/servers/plugins/syntaxes/string.c | 34 ++--
ldap/servers/slapd/abandon.c | 6 +-
ldap/servers/slapd/add.c | 8 +-
ldap/servers/slapd/auditlog.c | 4 +-
ldap/servers/slapd/back-ldbm/dblayer.c | 212 +++++++++++---------
ldap/servers/slapd/back-ldbm/idl_new.c | 20 +-
ldap/servers/slapd/back-ldbm/import-merge.c | 13 +-
ldap/servers/slapd/back-ldbm/import-threads.c | 8 +-
ldap/servers/slapd/back-ldbm/import.c | 8 +-
ldap/servers/slapd/back-ldbm/index.c | 25 +--
ldap/servers/slapd/back-ldbm/ldbm_search.c | 30 ++-
ldap/servers/slapd/back-ldbm/ldif2ldbm.c | 2 +-
ldap/servers/slapd/back-ldbm/proto-back-ldbm.h | 6 +-
ldap/servers/slapd/back-ldbm/sort.c | 12 +-
ldap/servers/slapd/back-ldbm/vlv.c | 10 +-
ldap/servers/slapd/back-ldbm/vlv_srch.c | 23 +--
ldap/servers/slapd/back-ldbm/vlv_srch.h | 2 +-
ldap/servers/slapd/connection.c | 6 +-
ldap/servers/slapd/conntable.c | 2 +-
ldap/servers/slapd/csngen.c | 31 +--
ldap/servers/slapd/daemon.c | 73 +------
ldap/servers/slapd/eventq.c | 38 ++--
ldap/servers/slapd/generation.c | 4 +-
ldap/servers/slapd/getfilelist.c | 2 +-
ldap/servers/slapd/libglobs.c | 78 ++++----
ldap/servers/slapd/log.c | 14 +-
ldap/servers/slapd/main.c | 2 +-
ldap/servers/slapd/monitor.c | 2 +-
ldap/servers/slapd/operation.c | 28 ++-
ldap/servers/slapd/opshared.c | 16 +-
ldap/servers/slapd/pagedresults.c | 20 +-
ldap/servers/slapd/pblock.c | 5 +-
ldap/servers/slapd/pw.c | 50 ++---
ldap/servers/slapd/pw_mgmt.c | 2 +-
ldap/servers/slapd/pw_retry.c | 5 +-
ldap/servers/slapd/regex.c | 48 ++++-
ldap/servers/slapd/result.c | 13 +-
ldap/servers/slapd/sasl_map.c | 4 +-
ldap/servers/slapd/schema.c | 4 +-
ldap/servers/slapd/slap.h | 18 +-
ldap/servers/slapd/slapi-plugin.h | 187 ++++++++++++++++--
ldap/servers/slapd/slapi-private.h | 12 +-
ldap/servers/slapd/time.c | 213 +++++++++++----------
ldap/servers/slapd/uuid.c | 2 +-
ldap/servers/slapd/value.c | 21 +-
73 files changed, 921 insertions(+), 765 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 4 months
[389-ds-base] branch master updated (b23201b -> 4940c5f)
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 b23201b Ticket 49295 - Fix CI tests and compiler warnings
new 4940c5f Ticket 48210 - Add IP addr and connid to monitor output
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/connection.c | 2 ++
ldap/servers/slapd/conntable.c | 35 ++++++++++++++++++++++++++---------
ldap/servers/slapd/slap.h | 1 +
3 files changed, 29 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 4 months
[389-ds-base] tag 389-ds-base-1.3.5.18 created (now faaa62c)
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.5.18
in repository 389-ds-base.
at faaa62c (commit)
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 4 months
[389-ds-base] branch 389-ds-base-1.3.5 updated (88d42bb -> faaa62c)
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.5
in repository 389-ds-base.
from 88d42bb Ticket 49273 - Fix logging from previous patch
new faaa62c Bump version to 1.3.5.18
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.
6 years, 4 months
[389-ds-base] branch master updated (706a1b9 -> b23201b)
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 706a1b9 Ticket 49295 - Fix CI tests
new b23201b Ticket 49295 - Fix CI tests and compiler warnings
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:
dirsrvtests/tests/tickets/ticket48759_test.py | 3 ++-
ldap/servers/slapd/daemon.c | 4 ++--
ldap/servers/slapd/monitor.c | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 5 months
[389-ds-base] branch master updated (35af6c6 -> 706a1b9)
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 35af6c6 Ticket 49305 - Improve atomic behaviours in 389-ds
new 706a1b9 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:
.../suites/dynamic_plugins/dynamic_plugins_test.py | 17 ++++++++---------
.../tests/suites/dynamic_plugins/plugin_tests.py | 8 +++-----
dirsrvtests/tests/tickets/ticket48226_test.py | 2 +-
dirsrvtests/tests/tickets/ticket48759_test.py | 2 +-
dirsrvtests/tests/tickets/ticket48944_test.py | 4 ++--
5 files changed, 15 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 5 months
[389-ds-base] branch master updated (3abcd68 -> 35af6c6)
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 3abcd68 Ticket 49298 - fix missing header
new 35af6c6 Ticket 49305 - Improve atomic behaviours in 389-ds
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/attrsyntax.c | 8 +-
ldap/servers/slapd/back-ldbm/back-ldbm.h | 2 +-
ldap/servers/slapd/back-ldbm/dblayer.c | 8 +-
ldap/servers/slapd/daemon.c | 4 +-
ldap/servers/slapd/entry.c | 16 +-
ldap/servers/slapd/libglobs.c | 962 ++++++++---------------
ldap/servers/slapd/log.c | 12 +-
ldap/servers/slapd/log.h | 2 +-
ldap/servers/slapd/object.c | 10 +-
ldap/servers/slapd/proto-slap.h | 2 +-
ldap/servers/slapd/psearch.c | 8 +-
ldap/servers/slapd/slap.h | 31 +-
ldap/servers/slapd/slapi_counter.c | 13 +-
src/nunc-stans/test/test_nuncstans_stress_core.c | 2 +-
14 files changed, 364 insertions(+), 716 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 5 months
[389-ds-base] branch master updated (06c0a80 -> 3abcd68)
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 06c0a80 Issue 49314 - Add untracked files to the .gitignore
new 3abcd68 Ticket 49298 - fix missing header
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/dse.c | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 5 months
[389-ds-base] branch master updated (1301db4 -> 06c0a80)
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 1301db4 Ticket 49303 - Fix error in CI test
new 06c0a80 Issue 49314 - Add untracked files to the .gitignore
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:
.gitignore | 34 +++++++++++++++++++++++++++++++++-
1 file changed, 33 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 5 months
[389-ds-base] branch master updated (a8628e2 -> 1301db4)
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 a8628e2 Ticket 49302 - fix dirsrv importst due to lib389 change
new 1301db4 Ticket 49303 - Fix error in CI test
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:
dirsrvtests/tests/tickets/ticket49303_test.py | 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, 5 months