- 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
-
-
-
Log the same pointer in queue_csn as graduate_
-
-
Prevent spurious contextCSN generation and ignore consumers when we have no contextCSN yet. But make sure to propagate valid contextCSN updates to accesslog/syncprov for delta consumers.
-
Windows mutexes are recursive so the trylock test will succeed even though the mutex is already locked. Just compare be pointers.
-
- Oct 05, 2015
-
-
- Sep 22, 2015
-
-
Schema parsing ignores some slapd.conf rules
-
- Sep 21, 2015
-
-
- Sep 11, 2015
-
-
config_fp_parse_line processes backslash escapes. When existing rewrite rules were reloaded while inserting a new rule, this caused backslashes to be lost from every rule except the most recently inserted one. config_parse_ldif performs similar splitting, but leaves backslashes alone.
-
-
-
-
-