- Jan 04, 2016
-
-
-
Quanah Gibson-Mount authored
-
-
-
Quanah Gibson-Mount authored
-
pwdMaxRecordedFailure must never be zero
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Howard Chu authored
Let "illegal" branch pages thru on the FreeDB - the condition is only temporary and will be fixed by the time rebalance finishes.
-
- Dec 22, 2015
-
-
Howard Chu authored
Add mdb_put text to mdb_cursor_put description for people who fail to draw logical conclusions.
-
- Dec 19, 2015
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
check for utf8_to_utf16 failures
-
-
- Dec 03, 2015
-
-
Howard Chu authored
-
pthread_mutexattr_setrobust and pthread_mutex_consistent are provided since 2.12 not 2.10: https://sourceware.org/git/?p=glibc.git;a=commit;h=402cd98775db1478f64c9b0dbe00664b89eb2773 https://sourceware.org/git/?p=glibc.git;a=commit;h=78ee21859939ff75ccf8bbe00499b0c462df2e2d
-
Howard Chu authored
Fix prev commit, use all the same vars as main OpenLDAP makefiles
-
Howard Chu authored
-
- Nov 30, 2015
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Nov 24, 2015
-
-
Howard Chu authored
from da67af1a
-
Howard Chu authored
-
The motivation for this change is my distribution moving to a multiarch layout. While the architecture specific stuff (binaries, libraries, etc.) is installed under /usr/${host}/{bin,lib,...} architecture-independent data should still be installed to /usr/share/.
-
This is helpful when the ar executable is named differently, for example with an arch specific prefix.
-
Howard Chu authored
-
Howard Chu authored
After delete/add of a node, other nodes may no longer be pointing at the data they intended. This can confuse subsequent fixups.
-
Howard Chu authored
Only set it if the cursor's current position was deleted
-
Howard Chu authored
Based on page_touch fixup from ITS#7594 but expanded: make sure sub-cursors agree with main cursors.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Always reinit mc_pg[0] if cursor is not C_INITIALIZED It might have a stale value when using nested txns
-
Howard Chu authored
Always unset C_INIT flag if the cursor's target DB has been deleted
-
Howard Chu authored
Must remove our spilled pages from parent's dirty list
-
-
- Nov 23, 2015
-
-
Howard Chu authored
-
mdb_load -T was supposed to read escaped text, but 21b51cb7 "Add mdb_load" made it read hex.
-
-