- Sep 07, 2018
-
-
Deleting all indices should also reset default mask
-
Set error code on failure
-
Broken since original commit 113727ba
-
- Jul 10, 2018
-
-
- Jul 09, 2018
-
-
- Jul 03, 2018
-
-
in idl_intersection. It may lose precision in a subsequent union.
-
-
-
-
Quanah Gibson-Mount authored
ITS#8840 Fix domainScope control to ensure the control value is absent as per Microsoft specification (https://msdn.microsoft.com/en-us/library/aa366979%28v=vs.85%29.aspx).
-
-
-
-
- Mar 22, 2018
-
-
Quanah Gibson-Mount authored
-
- Feb 28, 2018
-
-
And try another approach. Always write contextCSN updates, but don't set dont_replicate for updates we want propagated.
-
- Feb 21, 2018
-
-
If syncprov is present, only write contextCSN attribute on actual state changes, not on per-entry modifications. Continue to update in-memory cookieState. Saves overhead, syncprov will eventually checkpoint it into the DB anyway.
-
-
-
- Feb 11, 2018
-
-
- Feb 09, 2018
-
-
Let the entryCSN check do all the work. Reloading a server from an old backup needs this to go thru.
-
-
-
Update syncprov contextCSNs when context entry is added. Fix accesslog to properly tag Add op when adding context entry.
-
Maintain the SSF across SASL binds.
-
-
- Oct 17, 2017
-
-
-
Must release cookieState->cs_mutex before invoking backend. Add a condvar to serialize calls of updateCookie, so we can release the mutex and still update sequentially. Also added tid logging, useful in conjunction with 7ab0e1aff0cc48cdfb299ca7dbd27900a9e3d1a8
-
-
Make sure it's last in callback stack
-
- Oct 11, 2017
-
-
ITS#8692 let back-sock generate increment: line in case of LDAP_MOD_INCREMENT (see RFC 4525, section 3)
-
-
-
-
-
Also, there's no need for a retry loop here. Just wait for the specified timeout or give up.
-
Don't release read txn unless there has actually been a new write txn
-
- Sep 12, 2017
-
-
When a checkpoint happens, if we remove the CSN from the pending list, accesslog won't pass it onto the accesslog DB. But in a delta-mmr scenario, an accesslog entry without a CSN faces a race where it might be applied twice - that usually fails and causes a full refresh, other times it can cause a silent desync - both are undesirable.
-
-
Quanah Gibson-Mount authored
mappings from slapd.def
-
- May 22, 2017
-
-
Fixes a double free when a search includes the Paged Results control with a page size of 0 and the search base matches the filter.
-