- Oct 14, 2013
-
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Oct 12, 2013
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Also, check the split point on branch pages as well as leaf pages.
-
Howard Chu authored
There may be other uses for it besides semaphore names.
-
- Oct 10, 2013
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
ITS#7695 Fix ldapsearch regression with CLDAP Don't try to parse the result of a CLDAP bind request. Since these are faked, no message is actually returned.
-
-
LDAP_CONNECTIONLESS code assumed that the size of an peer address is equal to or smaller than sizeof (struct sockaddr). Fix to use struct sockaddr_storage instead which is intended for this purpose. Use getnameinfo() where appropriate so we don't assume anything about the contents of struct sockaddr
-
-
- Oct 09, 2013
-
-
Quanah Gibson-Mount authored
-
Don't need to reindex all the attr values if there were no deletes.
-
Their completion was making slap_graduate_commit_csn() cleanup their parent op's CSN, thus preventing that CSN from propagating to any consumers.
-
Howard Chu authored
Other cursors being fixed up are not necessarily height 1.
-
- Oct 08, 2013
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Just check normalized name match. Case-changes are allowed.
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
- Oct 04, 2013
-
-
Howard Chu authored
Don't allow shrinking below minimum size for an already open env.
-
Howard Chu authored
-
- Oct 03, 2013
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Do not fail after mdb_page_new() succeeds.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Both were unused and md_name was unmaintained -- except mdb_cursor_touch(xcursor) would abuse md_name as a key to touch MAIN_DBI if it could somehow get passed ! DB_DIRTY.
-
Hallvard Furuseth authored
xcursor DBIs were parent DBI+1 for debugging. Instead output -(parent DBI). Fixes a crash in mdb_cursor_del0()'s xcursor tracking, it forgot to subtract 1 for C_SUB cursors.
-