Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
d8839b8a by Ondřej Kuzník at 2022-01-12T21:58:50+00:00
ITS#9768 Warn for unsupported configs
- - - - -
929af9c7 by Ondřej Kuzník at 2022-01-12T21:58:54+00:00
ITS#9767 Warn for unsupported configs
- - - - -
9c7559cb by Ondřej Kuzník at 2022-01-12T21:58:59+00:00
ITS#9763 Warn for unsupported configs
- - - - -
2083ef42 by Ondřej Kuzník at 2022-01-12T21:59:03+00:00
ITS#9761 Fix olcSyncrepl position based insertion
- - - - -
ec62673b by Ondřej Kuzník at 2022-01-12T21:59:07+00:00
ITS#9762 slapo-dyngroup: Maintain values in order of insertion
- - - - -
3bf7bb31 by Ondřej Kuzník at 2022-01-12T21:59:12+00:00
ITS#9763 Maintain values in order of insertion
- - - - -
3f9f221b by Ondřej Kuzník at 2022-01-12T21:59:18+00:00
ITS#9764 slapo-valsort: Maintain values in order of insertion
- - - - -
4ceff6cf by Ondřej Kuzník at 2022-01-12T21:59:22+00:00
ITS#9766 slapo-autogroup: Fix ordering check
- - - - -
4dba9742 by Ondřej Kuzník at 2022-01-12T21:59:28+00:00
ITS#9770 slapo-constraint: Maintain values in order of insertion
- - - - -
9 changed files:
- contrib/slapd-modules/autogroup/autogroup.c
- servers/slapd/overlays/constraint.c
- servers/slapd/overlays/dyngroup.c
- servers/slapd/overlays/refint.c
- servers/slapd/overlays/translucent.c
- servers/slapd/overlays/unique.c
- servers/slapd/overlays/valsort.c
- servers/slapd/syncrepl.c
- tests/scripts/test086-delta-consumer-config
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/12c70db4a34c71b037bcb9…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/12c70db4a34c71b037bcb9…
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:
5be1853a by Ondřej Kuzník at 2022-01-12T21:44:42+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.
- - - - -
b770636d by Quanah Gibson-Mount at 2022-01-12T21:46:23+00:00
ITS#9584
- - - - -
2 changed files:
- CHANGES
- servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/9d49da5068d00318d496d6…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/9d49da5068d00318d496d6…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
95df37d1 by Ondřej Kuzník at 2022-01-10T22:25:33+00:00
ITS#9538 Populate op2.o_hdr earlier
- - - - -
87b78f20 by Ondřej Kuzník at 2022-01-10T22:25:33+00:00
ITS#9538 Do not attach csn on (internal) searches
- - - - -
bc28e795 by Ondřej Kuzník at 2022-01-10T22:25:33+00:00
ITS#9538 Actually skip internal searches
- - - - -
2 changed files:
- servers/slapd/overlays/accesslog.c
- servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/70e6bd67776738e812cc22…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/70e6bd67776738e812cc22…
You're receiving this email because of your account on git.openldap.org.