Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
d9f82e1a by Howard Chu at 2022-02-04T04:43:17+00:00
ITS#9584 serialize refresh phase
Only allow one consumer at a time to perform a refresh on a database.
Contains:
e1c90d0977d389db05803c127d45b39c89a5ac2f
79d33fe40ea41f52a2c1b9e299a6c711f62d0f40
75636a407e38f1502c592566b5bf4c3ebf142a2b
3e3d9d7637e65a40ec0ec9aa9b9bcb051e3a42b5 minus testsuite tweak
- - - - -
1 changed file:
- servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/d9f82e1a40afc0f3dcc0a80…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/d9f82e1a40afc0f3dcc0a80…
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:
40567fa0 by Orgad Shaneh at 2022-02-02T17:09:30+00:00
ITS#9791 Fix compilation with openssl exclusions
- - - - -
d47db158 by Quanah Gibson-Mount at 2022-02-02T17:10:23+00:00
ITS#9791
- - - - -
79ef675f by Orgad Shaneh at 2022-02-02T17:10:37+00:00
ITS#9788 Fix make jobserver warnings
Running make -j8 issues the following warning for each directory with
make 4.3:
make[2]: warning: -j8 forced in submake: resetting jobserver mode.
There is no need to pass MFLAGS. Make picks it up from the
environment anyway.
- - - - -
af8989b6 by Quanah Gibson-Mount at 2022-02-02T17:11:07+00:00
ITS#9788
- - - - -
41adeb41 by Orgad Shaneh at 2022-02-02T17:11:25+00:00
ITS#9790 Fix build with old GCC
Versions 4.1 and 4.3 show the following error:
In file included from ../../include/lutil.h:21,
from passwd.c:60:
../../include/ac/socket.h:247: error: redefinition of typedef 'Sockaddr'
../../include/ldap_pvt.h:188: error: previous declaration of 'Sockaddr' was here
- - - - -
411186f0 by Quanah Gibson-Mount at 2022-02-02T17:11:48+00:00
ITS#9790
- - - - -
b84eddaf by OndÅ™ej KuznÃk at 2022-02-02T17:12:15+00:00
ITS#9789 Expose operation_counter_init
- - - - -
2fdcca79 by OndÅ™ej KuznÃk at 2022-02-02T17:12:19+00:00
ITS#9789 slapo-syncprov: Reset op->o_counters every time we migrate to a new thread
- - - - -
6cd3cc76 by OndÅ™ej KuznÃk at 2022-02-02T17:12:23+00:00
ITS#9789 slapd-asyncmeta: Reset op->o_counters every time we migrate to a new thread
- - - - -
5e1531e1 by OndÅ™ej KuznÃk at 2022-02-02T17:12:27+00:00
ITS#9789 slapo-vc: Reset op->o_counters every time we migrate to a new thread
- - - - -
d1490013 by Quanah Gibson-Mount at 2022-02-02T17:12:44+00:00
ITS#9789
- - - - -
a516ee56 by OndÅ™ej KuznÃk at 2022-02-02T17:13:13+00:00
ITS#9785 clear runqueue task as soon as it's getting started
- - - - -
13 changed files:
- CHANGES
- build/dir.mk
- contrib/slapd-modules/vc/vc.c
- include/ldap_pvt.h
- libraries/libldap/tls_o.c
- servers/slapd/back-asyncmeta/add.c
- servers/slapd/back-asyncmeta/meta_result.c
- servers/slapd/back-asyncmeta/search.c
- servers/slapd/connection.c
- servers/slapd/daemon.c
- servers/slapd/overlays/syncprov.c
- servers/slapd/proto-slap.h
- servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/838a43c2d6d9709f5046fb…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/838a43c2d6d9709f5046fb…
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:
30a819c8 by Howard Chu at 2022-01-31T20:02:00+00:00
ITS#9787 init global_host earlier so tools see it too
- - - - -
90fd8901 by Quanah Gibson-Mount at 2022-01-31T20:02:37+00:00
ITS#9787
- - - - -
ddfc35ea by Orgad Shaneh at 2022-01-31T20:02:56+00:00
ITS#9791 Fix compilation with openssl exclusions
- - - - -
32174067 by Quanah Gibson-Mount at 2022-01-31T20:03:26+00:00
ITS#9791
- - - - -
8e3f87f8 by Orgad Shaneh at 2022-01-31T20:03:42+00:00
ITS#9788 Fix make jobserver warnings
Running make -j8 issues the following warning for each directory with
make 4.3:
make[2]: warning: -j8 forced in submake: resetting jobserver mode.
There is no need to pass MFLAGS. Make picks it up from the
environment anyway.
- - - - -
541abc19 by Quanah Gibson-Mount at 2022-01-31T20:04:35+00:00
ITS#9788
- - - - -
be3f8ff7 by Orgad Shaneh at 2022-01-31T20:04:45+00:00
ITS#9790 Fix build with old GCC
Versions 4.1 and 4.3 show the following error:
In file included from ../../include/lutil.h:21,
from passwd.c:60:
../../include/ac/socket.h:247: error: redefinition of typedef 'Sockaddr'
../../include/ldap_pvt.h:188: error: previous declaration of 'Sockaddr' was here
- - - - -
2ef7a96c by Quanah Gibson-Mount at 2022-01-31T20:05:05+00:00
ITS#9790
- - - - -
4118a8d8 by OndÅ™ej KuznÃk at 2022-01-31T20:05:21+00:00
ITS#9789 Expose operation_counter_init
- - - - -
84ea1426 by OndÅ™ej KuznÃk at 2022-01-31T20:05:25+00:00
ITS#9789 slapo-syncprov: Reset op->o_counters every time we migrate to a new thread
- - - - -
8871a074 by OndÅ™ej KuznÃk at 2022-01-31T20:05:28+00:00
ITS#9789 slapd-asyncmeta: Reset op->o_counters every time we migrate to a new thread
- - - - -
dfc9efb8 by OndÅ™ej KuznÃk at 2022-01-31T20:05:32+00:00
ITS#9789 slapo-vc: Reset op->o_counters every time we migrate to a new thread
- - - - -
bca92965 by Quanah Gibson-Mount at 2022-01-31T20:06:58+00:00
ITS#9789
- - - - -
c77f655e by OndÅ™ej KuznÃk at 2022-01-31T20:07:09+00:00
ITS#9785 clear runqueue task as soon as it's getting started
- - - - -
d40e3e19 by Quanah Gibson-Mount at 2022-01-31T20:07:45+00:00
ITS#9785
- - - - -
f2671bc5 by OndÅ™ej KuznÃk at 2022-01-31T20:07:55+00:00
ITS#9584 Do not rely on retry=.* to reschedule new syncrepl sessions
- - - - -
9f38ddd3 by Quanah Gibson-Mount at 2022-01-31T20:08:17+00:00
ITS#9584
- - - - -
14 changed files:
- CHANGES
- build/dir.mk
- contrib/slapd-modules/vc/vc.c
- include/ldap_pvt.h
- libraries/libldap/tls_o.c
- servers/slapd/back-asyncmeta/add.c
- servers/slapd/back-asyncmeta/meta_result.c
- servers/slapd/back-asyncmeta/search.c
- servers/slapd/connection.c
- servers/slapd/daemon.c
- servers/slapd/main.c
- servers/slapd/overlays/syncprov.c
- servers/slapd/proto-slap.h
- servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/57c62a728e56b08b868de4…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/57c62a728e56b08b868de4…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
ebfbf828 by OndÅ™ej KuznÃk at 2022-01-26T18:55:41+00:00
ITS#9789 Expose operation_counter_init
- - - - -
ebc73697 by OndÅ™ej KuznÃk at 2022-01-26T18:55:41+00:00
ITS#9789 slapo-syncprov: Reset op->o_counters every time we migrate to a new thread
- - - - -
f5d86968 by OndÅ™ej KuznÃk at 2022-01-26T18:55:41+00:00
ITS#9789 slapd-asyncmeta: Reset op->o_counters every time we migrate to a new thread
- - - - -
209ee9b0 by OndÅ™ej KuznÃk at 2022-01-26T18:55:41+00:00
ITS#9789 slapo-vc: Reset op->o_counters every time we migrate to a new thread
- - - - -
7 changed files:
- contrib/slapd-modules/vc/vc.c
- servers/slapd/back-asyncmeta/add.c
- servers/slapd/back-asyncmeta/meta_result.c
- servers/slapd/back-asyncmeta/search.c
- servers/slapd/connection.c
- servers/slapd/overlays/syncprov.c
- servers/slapd/proto-slap.h
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/70c9dbf93da6d21b505595…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/70c9dbf93da6d21b505595…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
70c9dbf9 by Orgad Shaneh at 2022-01-26T04:05:03+00:00
ITS#9790 Fix build with old GCC
Versions 4.1 and 4.3 show the following error:
In file included from ../../include/lutil.h:21,
from passwd.c:60:
../../include/ac/socket.h:247: error: redefinition of typedef 'Sockaddr'
../../include/ldap_pvt.h:188: error: previous declaration of 'Sockaddr' was here
- - - - -
1 changed file:
- include/ldap_pvt.h
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/70c9dbf93da6d21b5055954…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/70c9dbf93da6d21b5055954…
You're receiving this email because of your account on git.openldap.org.