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/57c62a728e56b08b868de47...