Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
19d4a698 by Ondřej Kuzník at 2021-12-15T20:40:53+00:00
ITS#9642 Notify runner of any changes to the runqueue
- - - - -
bc37a9fd by Ondřej Kuzník at 2021-12-15T20:40:53+00:00
ITS#9642 Remove redundant calls to slap_wake_listener()
- - - - -
edf7ef49 by Ondřej Kuzník at 2021-12-15T20:40:53+00:00
ITS#9642 Lloadd standalone doesn't use rq
- - - - -
9 changed files:
- contrib/slapd-modules/kinit/kinit.c
- include/ldap_rq.h
- libraries/libldap/rq.c
- servers/lloadd/daemon.c
- servers/lloadd/init.c
- servers/slapd/back-ldap/bind.c
- servers/slapd/daemon.c
- servers/slapd/overlays/refint.c
- servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/fbd4f9abdd33b8c443a00f…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/fbd4f9abdd33b8c443a00f…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
75636a40 by Ondřej Kuzník at 2021-12-15T01:22:38+00:00
ITS#9584 Track refreshing status explicitly
A refresh can jump across multiple threads, we cannot just lock a
mutex, we need to track who that is and clear when finished.
In addition to that, fix our internal syncrepl session tracking pulling
it closer to RFC 4533, refreshDone now represents the receipt of
refreshDone flag. Refreshing status is maintained for plain refreshes
(and times when we might be starting one but don't know for sure).
We still reschedule a new sync with a delay if there is another one
running but tracking refreshes this way paves the way to being able to
wake them up if we start tracking them somehow.
- - - - -
1 changed file:
- servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/75636a407e38f1502c59256…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/75636a407e38f1502c59256…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
e3905c98 by Ondřej Kuzník at 2021-12-14T16:30:54+00:00
ITS#9596 Let libldap keep explicit port 0 as that
- - - - -
544a7c88 by Ondřej Kuzník at 2021-12-14T16:30:54+00:00
ITS#9596 Allow slapd to listen on port 0
And have it update the listening socket names as the port gets assigned.
- - - - -
b7390f17 by Ondřej Kuzník at 2021-12-14T16:30:54+00:00
ITS#9596 Let others wait on the startup readiness indication
- - - - -
2029248a by Ondřej Kuzník at 2021-12-14T16:30:54+00:00
ITS#9596 Introduce mod_harness module
- - - - -
40ef1b96 by Ondřej Kuzník at 2021-12-14T16:30:54+00:00
ITS#9596 First take on Python test suite
- - - - -
18 changed files:
- configure.ac
- libraries/libldap/url.c
- servers/slapd/daemon.c
- servers/slapd/proto-slap.h
- tests/Makefile.in
- + tests/modules/Makefile.in
- + tests/modules/mod-harness/Makefile.in
- + tests/modules/mod-harness/config.c
- + tests/modules/mod-harness/connection.c
- + tests/modules/mod-harness/init.c
- + tests/modules/mod-harness/mod-harness.h
- + tests/python/.gitignore
- + tests/python/__init__.py
- + tests/python/backends.py
- + tests/python/conftest.py
- + tests/python/overlays.py
- + tests/python/slapd.py
- + tests/python/syncrepl.py
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e96bfd088e34cec005fa6f…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e96bfd088e34cec005fa6f…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
52ccd68f by Ondřej Kuzník at 2021-12-14T16:45:20+00:00
ITS#9750 olcPasswordHash can only be made global in cn=config
- - - - -
064d58f7 by Quanah Gibson-Mount at 2021-12-14T16:46:24+00:00
ITS#9750
- - - - -
60c92687 by Ondřej Kuzník at 2021-12-14T16:46:40+00:00
ITS#9742 Reject a refresh if we can't do a precise resync
- - - - -
b3240894 by Quanah Gibson-Mount at 2021-12-14T16:47:30+00:00
ITS#9742
- - - - -
3 changed files:
- CHANGES
- servers/slapd/bconfig.c
- servers/slapd/overlays/syncprov.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e3f7a0c7978a9197e2f65d…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e3f7a0c7978a9197e2f65d…
You're receiving this email because of your account on git.openldap.org.