Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_4 at openldap / OpenLDAP
Commits:
30778bda by Howard Chu at 2020-09-04T20:52:26+00:00
ITS#9338 syncrepl: Don't reuse existing connection on Refresh fallback
- - - - -
ceb632b0 by Howard Chu at 2020-09-04T20:52:34+00:00
ITS#9338 Add backlog control for testing slapd write waits
- - - - -
f6637f27 by Howard Chu at 2020-09-04T20:52:38+00:00
ITS#9338 add regression test
- - - - -
5 changed files:
- clients/tools/common.c
- clients/tools/common.h
- clients/tools/ldapsearch.c
- servers/slapd/syncrepl.c
- + tests/data/regressions/its9338/its9338
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/73085ff031ce76c683c897…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/73085ff031ce76c683c897…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
0b20b92e by Howard Chu at 2020-09-04T18:22:32+01:00
ITS#9338 syncrepl: Don't reuse existing connection on Refresh fallback
- - - - -
95c5a169 by Howard Chu at 2020-09-04T18:22:40+01:00
ITS#9338 Make sure connection gets rescheduled after write blockage clears up
- - - - -
5e8a78fa by Howard Chu at 2020-09-04T20:23:44+01:00
ITS#9338 Add backlog control for testing slapd write waits
- - - - -
c714acb7 by Howard Chu at 2020-09-04T20:48:45+01:00
ITS#9338 add regression test
- - - - -
6 changed files:
- clients/tools/common.c
- clients/tools/common.h
- clients/tools/ldapsearch.c
- servers/slapd/result.c
- servers/slapd/syncrepl.c
- + tests/data/regressions/its9338/its9338
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/ed356c55d962bed90c673b…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/ed356c55d962bed90c673b…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_4 at openldap / OpenLDAP
Commits:
af58686a by Howard Chu at 2020-09-03T21:46:16+00:00
ITS#9334 slapo-ppolicy re-fix ITS#9302
The mutex_lock was being skipped in the lockout case,
but still calling mutex_unlock at the end.
- - - - -
19e84112 by Quanah Gibson-Mount at 2020-09-03T21:46:58+00:00
ITS#9302, ITS#9334
- - - - -
2 changed files:
- CHANGES
- servers/slapd/overlays/ppolicy.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e6aa83bfee71c5ecd0c354…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e6aa83bfee71c5ecd0c354…
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:
8699e5f3 by Howard Chu at 2020-08-31T19:36:10+01:00
ITS#9282 fix crash in nonpresent_callback
In a standard Refresh present phase, the provider sends no cookie
since it is only listing the entries that existed as of the time
in the cookie the consumer sent. In this case the consumer only
needs to check entryCSNs against its last sent cookie.
- - - - -
41396248 by Howard Chu at 2020-08-31T20:09:52+01:00
ITS#9282 more for merge_state
Don't assume si_cookieState is always newer
- - - - -
04124c1f by Quanah Gibson-Mount at 2020-09-01T18:04:06+00:00
ITS#8175 - Fix missing descriptions for olcDisallows for proxy_authz_non_critical and dontusecopy_non_critical
- - - - -
4c74bd0a by Howard Chu at 2020-09-01T20:25:00+01:00
ITS#9332 add placeholder in LDAP_LDO_TLS_NULLARG
- - - - -
e749750a by Quanah Gibson-Mount at 2020-09-01T19:40:36+00:00
ITS#8159 - Add missing "hard" parameter to size.prtotal
- - - - -
4c778730 by Howard Chu at 2020-09-02T01:34:07+01:00
ITS#9121 fix for URLs with no filter
- - - - -
d203140a by Ondřej Kuzník at 2020-09-02T17:04:42+01:00
ITS#9282 Extend test to cover the second issue fixed
- - - - -
d224e576 by Quanah Gibson-Mount at 2020-09-02T19:31:59+00:00
Tweak prev commit for RE24 style debug
- - - - -
b51faa5c by Quanah Gibson-Mount at 2020-09-02T19:33:03+00:00
Revert "Tweak prev commit for RE24 style debug"
This reverts commit d224e576a93cbeb904e01ca9f326248fe55b34eb.
Revert, wrong branch
- - - - -
b24ca759 by Howard Chu at 2020-09-03T12:37:32+01:00
ITS#9201 fix LDAP_THREAD_DEBUG
Add missing defs to ldap_thr_debug.h.
slap tools must init libldap so internal mutexes get inited.
- - - - -
aa418a55 by Quanah Gibson-Mount at 2020-09-03T16:20:55+00:00
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - -
9 changed files:
- doc/man/man5/slapd-config.5
- doc/man/man5/slapd.conf.5
- libraries/libldap/init.c
- libraries/libldap/ldap-int.h
- libraries/libldap/ldap_thr_debug.h
- servers/slapd/overlays/dynlist.c
- servers/slapd/slapcommon.c
- servers/slapd/syncrepl.c
- tests/data/regressions/its9282/its9282
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/9af90703efd6f0370cedb9…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/9af90703efd6f0370cedb9…
You're receiving this email because of your account on git.openldap.org.