Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
5ad6ab35 by Howard Chu at 2021-08-12T18:59:06+00:00
ITS#8958 rename ldap_pvt_thread_pool_pausecheck()
to ..._pausewait() since that's what it really does.
Add ..._pausequery() that only checks and doesn't wait.
- - - - -
f6a61ab7 by Howard Chu at 2021-08-12T18:59:06+00:00
ITS#8958 back-mdb: checkpoint online indexer
Save old/new indexmasks to allow processing to resume if slapd is
stopped and restarted. Save last entryID indexed to allow resume
after restart or pool pause.
- - - - -
9 changed files:
- include/ldap_pvt_thread.h
- libraries/libldap/tpool.c
- servers/slapd/back-mdb/back-mdb.h
- servers/slapd/back-mdb/config.c
- servers/slapd/back-mdb/init.c
- servers/slapd/back-mdb/proto-mdb.h
- servers/slapd/overlays/accesslog.c
- servers/slapd/overlays/syncprov.c
- servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/81ed9e0d0e84f0c3ea8a08…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/81ed9e0d0e84f0c3ea8a08…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
81ed9e0d by Nadezhda Ivanova at 2021-08-12T15:57:49+00:00
ITS#9628 Fix incorrect c_n_ops_executing counter when backend is asynchronous
- - - - -
6 changed files:
- servers/slapd/back-monitor/back-monitor.h
- servers/slapd/back-monitor/conn.c
- servers/slapd/back-monitor/init.c
- servers/slapd/connection.c
- servers/slapd/slap.h
- servers/slapd/slapi/slapi_ops.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/81ed9e0d0e84f0c3ea8a08f…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/81ed9e0d0e84f0c3ea8a08f…
You're receiving this email because of your account on git.openldap.org.
Howard Chu pushed to branch master at openldap / OpenLDAP
Commits:
ab3db653 by Aapo Romu at 2021-08-12T14:40:40+01:00
ITS#9629 back-sql: Add support for ppolicy opattrs
So that ppolicy rules are applied
- - - - -
5b11591d by Aapo Romu at 2021-08-12T14:40:51+01:00
ITS#9630 back-sql: Close transactions after bind and search
- - - - -
3 changed files:
- servers/slapd/back-sql/add.c
- servers/slapd/back-sql/bind.c
- servers/slapd/back-sql/search.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/2a6e24e9242eb37120a681…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/2a6e24e9242eb37120a681…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
8d235737 by OndÅ™ej KuznÃk at 2021-08-06T18:51:51+00:00
ITS#9620 Only persistent entries are stored in the cache
- - - - -
60c21924 by OndÅ™ej KuznÃk at 2021-08-06T18:51:51+00:00
ITS#9620 Turn mi_cache_mutex into a RW lock
- - - - -
94b361ed by OndÅ™ej KuznÃk at 2021-08-06T18:51:51+00:00
ITS#9620 Freeze cache while we search
- - - - -
4 changed files:
- servers/slapd/back-monitor/back-monitor.h
- servers/slapd/back-monitor/cache.c
- servers/slapd/back-monitor/init.c
- servers/slapd/back-monitor/search.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/1cf39a8568fb9b64518aaa…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/1cf39a8568fb9b64518aaa…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
4e474a46 by Quanah Gibson-Mount at 2021-08-04T22:42:09+00:00
ITS#9625 - Fix handling when pwdChangedTime is not present
Add a check to see if pwdChangedTime was actually present on the entry. If not, skip the expiry check.
Additionally change the debug log statement to TRACE instead of ANY, as the message is informational.
- - - - -
73c39761 by Quanah Gibson-Mount at 2021-08-04T22:42:32+00:00
ITS#9625
- - - - -
2 changed files:
- CHANGES
- servers/slapd/overlays/ppolicy.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/a5efa5037bd727377b6299…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/a5efa5037bd727377b6299…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
27a54243 by Quanah Gibson-Mount at 2021-08-04T19:58:01+00:00
ITS#9625 - Fix handling when pwdChangedTime is not present
Add a check to see if pwdChangedTime was actually present on the entry. If not, skip the expiry check.
Additionally change the debug log statement to TRACE instead of ANY, as the message is informational.
- - - - -
1 changed file:
- servers/slapd/overlays/ppolicy.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/27a542437135bc5ea5a6d69…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/27a542437135bc5ea5a6d69…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
3a958ec7 by OndÅ™ej KuznÃk at 2021-08-04T16:36:30+00:00
ITS#9624 We've already checked before we call request_extended
- - - - -
4e3843eb by OndÅ™ej KuznÃk at 2021-08-04T16:36:35+00:00
ITS#9624 Make sure we reset only for Binds
- - - - -
ffc2e4aa by OndÅ™ej KuznÃk at 2021-08-04T16:36:39+00:00
ITS#9624 Read state while holding relevant mutex, cache if needed
- - - - -
a5efa503 by Quanah Gibson-Mount at 2021-08-04T16:37:14+00:00
ITS#9624
- - - - -
4 changed files:
- CHANGES
- servers/lloadd/client.c
- servers/lloadd/extended.c
- servers/lloadd/operation.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c4e5729edd97bec713093b…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c4e5729edd97bec713093b…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
7c17f061 by OndÅ™ej KuznÃk at 2021-08-04T15:30:36+00:00
ITS#9624 We've already checked before we call request_extended
- - - - -
71de64fa by OndÅ™ej KuznÃk at 2021-08-04T15:30:36+00:00
ITS#9624 Make sure we reset only for Binds
- - - - -
8b24104d by OndÅ™ej KuznÃk at 2021-08-04T15:30:36+00:00
ITS#9624 Read state while holding relevant mutex, cache if needed
- - - - -
3 changed files:
- servers/lloadd/client.c
- servers/lloadd/extended.c
- servers/lloadd/operation.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e700dc03eee0d96441aee4…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e700dc03eee0d96441aee4…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
d3bd4aa7 by Howard Chu at 2021-08-03T15:19:49+00:00
ITS#6138 don't allow redundant abandon/cancel ops
- - - - -
5a61175d by Howard Chu at 2021-08-03T15:19:49+00:00
ITS#6138 add lock flag to connection_op_finish()
- - - - -
e9e6fd71 by Howard Chu at 2021-08-03T15:19:49+00:00
ITS#6138 don't overwrite rs->sr_err after sending response
- - - - -
795add7b by Howard Chu at 2021-08-03T15:19:49+00:00
ITS#6138 use SLAPD_NO_REPLY for persistent searches
The particular code doesn't matter, any result besides
SLAP_CB_CONTINUE always halts overlay/response processing.
- - - - -
658e526b by Howard Chu at 2021-08-03T15:19:49+00:00
ITS#6138 drop unnecessary use of o_abandon
- - - - -
66ed15a2 by Howard Chu at 2021-08-03T15:19:49+00:00
ITS#6138 FIx exop handler to ignore SLAPD_ASYNCOPs
- - - - -
a54f9985 by Howard Chu at 2021-08-03T15:19:49+00:00
ITS#6138 let frontend handle all exop responses
- - - - -
8311c71f by Howard Chu at 2021-08-03T15:19:49+00:00
ITS#6138 fix test timing issue
- - - - -
12 changed files:
- servers/slapd/abandon.c
- servers/slapd/back-asyncmeta/message_queue.c
- servers/slapd/back-ldap/extended.c
- servers/slapd/back-mdb/search.c
- servers/slapd/cancel.c
- servers/slapd/connection.c
- servers/slapd/extended.c
- servers/slapd/overlays/retcode.c
- servers/slapd/overlays/syncprov.c
- servers/slapd/proto-slap.h
- servers/slapd/slap.h
- tests/scripts/test033-glue-syncrepl
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/bc29154c620f6023aec361…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/bc29154c620f6023aec361…
You're receiving this email because of your account on git.openldap.org.