- 10 Sep, 2020 7 commits
-
-
Fix a regression in delta-sync, was returning error on old CSNs instead of ignoring them
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
Was re-using rid=002, changed to unique rid
-
Just for convenience
-
Shows connection address, refresh/persist state, time of last connect attempt and received data, and last sent and received cookies per consumer.
-
Not directly related to syncrepl, but adds a necessary schema arc. Also add a convenience function for obtaining an entry with known ndn. Also fix to ignore outbound connections.
-
- 09 Sep, 2020 2 commits
-
-
Howard Chu authored
Don't log cookiecsn at top, it was already logged on receipt. Only log the "control csn" and "too old" message once for each sid.
-
Using cs_pmutex. Reverts the addition of cs_modmutex in ITS#9330, use cs_pmutex for both delta and plain writes. Note that plain syncrepl already used cs_pmutex when a cookie CSN was present in the op. Now it is used for all writes, regardless of presence of cookie.
-
- 08 Sep, 2020 1 commit
-
-
Howard Chu authored
-
- 04 Sep, 2020 7 commits
-
-
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>'.
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- 03 Sep, 2020 4 commits
-
-
Howard Chu authored
The mutex_lock was being skipped in the lockout case, but still calling mutex_unlock at the end.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Add missing defs to ldap_thr_debug.h. slap tools must init libldap so internal mutexes get inited.
-
- 02 Sep, 2020 4 commits
-
-
Quanah Gibson-Mount authored
This reverts commit d224e576. Revert, wrong branch
-
Quanah Gibson-Mount authored
-
Ondřej Kuzník authored
-
Howard Chu authored
-
- 01 Sep, 2020 3 commits
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Quanah Gibson-Mount authored
ITS#8175 - Fix missing descriptions for olcDisallows for proxy_authz_non_critical and dontusecopy_non_critical
-
- 31 Aug, 2020 3 commits
-
-
Howard Chu authored
Don't assume si_cookieState is always newer
-
Howard Chu authored
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.
-
Howard Chu authored
-
- 29 Aug, 2020 2 commits
-
-
Don't depend on accesslog overlay's serialization
-
Additional fix to 41352ea3 The overlay must be deleted from the backend before the callback can execute. In particular, it must be done before the threadpool is unpaused.
-
- 28 Aug, 2020 2 commits
-
-
Howard Chu authored
Also, set any remaining TLS options that weren't carried along in the TLS ctx.
-
Howard Chu authored
-
- 27 Aug, 2020 2 commits
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
- 26 Aug, 2020 3 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-