- Jan 28, 2015
-
-
- Jan 27, 2015
-
-
-
-
Remove assert. This is merely a cache of parent DNs, failure to insert doesn't affect outcome.
-
- Jan 22, 2015
-
-
- Jan 18, 2015
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Jan 13, 2015
-
-
- Jan 05, 2015
-
-
-
dn2id.c: + assertion for mdb_id2l_insert() result; - unnecessary assignment; search.c: - unused variable 'first'; + range-check for mdb_idl_search() result;
-
Detaching a syncops record from op-list conditionally, only when it was freed by syncprov_free_syncop. The syncprov_free_syncop() and syncprov_drop_psearch() now returns a flag, which is nonzero if the given syncops was freed.
-
-
-
- Dec 21, 2014
-
-
- Dec 12, 2014
-
-
- Dec 11, 2014
-
-
-
Mutex must be held even for a read-access of a cookie state, as there may be a race with write in other thread.
-
Quanah Gibson-Mount authored
-
- Dec 10, 2014
-
-
-
-
heap corruption due to returning a reference to a local variable
-
- Oct 30, 2014
-
-
Quanah Gibson-Mount authored
-
-
- Sep 18, 2014
-
-
Only free when cleaning up operation controls, not response controls. (This only makes a difference on search requests, which may have multiple responses with the same set of controls.)
-
-
- Sep 17, 2014
-
-
Make sure ntags isn't incremented if we're skippnig the tag
-
- Sep 13, 2014
-
-
- Sep 10, 2014
-
-