Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits: ccfbb74c by Howard Chu at 2020-09-03T21:01:07+01:00 ITS#9201 additional fixes
- - - - - 6d7c2511 by Howard Chu at 2020-09-03T21:08:17+01:00 ITS#9201 partial revert
- - - - - ed356c55 by Howard Chu at 2020-09-03T21:30:35+01: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.
- - - - - 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
- - - - - 27e7da68 by Quanah Gibson-Mount at 2020-09-04T21:34:06+00:00 Issue#9333 - Delete unused TIMING variable left over from OpenLDAP 2.0
- - - - - ce23aee9 by Quanah Gibson-Mount at 2020-09-04T22:06:15+00:00 ITS#9209 - Use portable command instead of which for determining if binaries are present
- - - - - c8ba729f by Lukas Juhrich at 2020-09-04T22:39:53+00:00 Issue#8769 - Fix oid search extension syntax in documentation
The option string, e.g. '<oid>=:dn:' is parsed like a LDIF entry starting from the '=' and replacing the '=' with a dummy variable 'x'. In this case, said string is 'x:dn:', so the resulting effective value is 'dn:'. This also implies that base64 values have to be passed in the form '<oid>=::<b64value>'.
- - - - - 9b02316c by Quanah Gibson-Mount at 2020-09-05T00:17:25+00:00 Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - -
30 changed files:
- clients/tools/common.c - clients/tools/common.h - clients/tools/ldapsearch.c - doc/man/man1/ldapsearch.1 - libraries/libldap/ldap_thr_debug.h - libraries/libldap/thr_debug.c - servers/slapd/overlays/ppolicy.c - servers/slapd/result.c - servers/slapd/syncrepl.c - tests/data/regressions/its4184/its4184 - tests/data/regressions/its4326/its4326 - tests/data/regressions/its4336/its4336 - tests/data/regressions/its4448/its4448 - tests/data/regressions/its6794/its6794 - tests/data/regressions/its7573/its7573 - tests/data/regressions/its8427/its8427 - tests/data/regressions/its8427/its8427-2 - tests/data/regressions/its8444/its8444 - tests/data/regressions/its8521/its8521 - tests/data/regressions/its8616/its8616 - tests/data/regressions/its8663/its8663 - tests/data/regressions/its8752/its8752 - tests/data/regressions/its8800/its8800 - tests/data/regressions/its9282/its9282 - + tests/data/regressions/its9338/its9338 - tests/scripts/passwd-search - tests/scripts/relay - tests/scripts/sql-test000-read - tests/scripts/sql-test001-concurrency - tests/scripts/sql-test900-write
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/aa418a55ed18e104a8111eb...