- Jan 31, 2019
-
-
- Jan 14, 2019
-
-
-
Quanah Gibson-Mount authored
-
- Dec 13, 2018
-
-
-
-
-
Restructure response/cleanup invocation to avoid cleanup happening before response
-
- Nov 01, 2018
-
-
- Oct 03, 2018
-
-
- Sep 24, 2018
-
-
- 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
-
-