- Oct 11, 2017
-
-
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.
-
- Apr 26, 2017
-
-
- Apr 14, 2017
-
-
- Apr 07, 2017
-
-
Make two successive modifications of the same attribute separate. This lets the consumer interpret the log entry the same way as the server that produced it. Still depends on the log entry attributes being read in the same order as they were written.
-
- Apr 06, 2017
-
-
- Mar 29, 2017
-
-
Quanah Gibson-Mount authored
-
- Mar 08, 2017
-
-
This fixes issues with values that need escaping in the rDN when an incorrect value would be passed to the handler and back-ldif.
-
- Feb 03, 2017
-
-
This reverts commit 8ee82483.
-
- Jan 15, 2017
-
-
Quanah Gibson-Mount authored
-
- Jan 03, 2017
-
-
Quanah Gibson-Mount authored
-
- Dec 28, 2016
-
-
Must NULL out indexing cursors when closing tool txn
-
- Nov 04, 2016
-
-
So any initializers in code predating sc_writewait will find sc_private in the expected position.
-
-
- Nov 02, 2016
-
-
- Oct 17, 2016
-
-
-
-
-
Filter needs AttributeAssertions
-
and more importantly, avoid escaping requirements that str2filter has
-
- Feb 02, 2016
-
-
Must setup psearch before snapshotting ctxcsn
-
- Jan 29, 2016
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
If an add or modify op referenced a previously unused attrtype, the mi_ads/mi_numads would be incremented to include it. If the op fails to commit, these additions must also be reverted.
-
-
Delay mutex init to avoid leaking the mutex
-
Check for abandon just before recording psearch
-
- Jan 19, 2016
-
-
- Jan 04, 2016
-
-
-
-
-
pwdMaxRecordedFailure must never be zero
-
- Oct 27, 2015
-
-
- Oct 26, 2015
-
-