- Nov 01, 2011
-
-
Howard Chu authored
-
Howard Chu authored
This reverts commit b68fa5ec.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Replaces commit 8eecc9a0
-
Howard Chu authored
-
Ralf Haferkamp authored
This reverts commit f8d944cb. Not needed anymore, since libldif was merged into libldap. Additionally the commit broke linking with "--as-needed".
-
Hallvard Furuseth authored
Use PERL_SYS_INIT() instead of broken PERL_SYS_INIT3(,,NULL). Pass its output variables to perl_parse(). Fix argument type 'char *(*argv)[3]' to 'char ***argv'. NULL-terminate argv in case that is needed.
-
- Oct 23, 2011
-
-
Hallvard Furuseth authored
slap_send_search_entry(), slap_send_search_reference(): Never skip the cleanup code. Sending an entry did on sizeLimitExceeded/busy. Sending a ref dropped rs_flush_entry() on error.
-
- Oct 20, 2011
-
-
Howard Chu authored
-
Howard Chu authored
-
Ralf Haferkamp authored
Seems simpler this way. No need for a back-config specific bi_access_allowed() handler.
-
- Oct 19, 2011
-
-
Ralf Haferkamp authored
more for ITS#7066
-
Howard Chu authored
-
- Oct 18, 2011
-
-
Ralf Haferkamp authored
Dynamically adding ACL for cn=config didn't work correctly, when no ACLs where present for that database upon startup. Delete the last ACL from the DB could also lead to unexpected results.
-
- Oct 15, 2011
-
-
Howard Chu authored
-
Howard Chu authored
2-byte alignment isn't good enough for subpages
-
- Oct 13, 2011
-
-
Howard Chu authored
-
Howard Chu authored
-
- Oct 07, 2011
-
-
Howard Chu authored
-
Howard Chu authored
So they can be reused, and avoid unnecessary page_searches
-
Howard Chu authored
- Oct 06, 2011
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Bug was caused by postalAddressNormalize sending 0-length values to UTF8StringNormalize.
-
Howard Chu authored
Detected by valgrind
-
- Oct 05, 2011
-
-
Howard Chu authored
-
Howard Chu authored
-
- Oct 04, 2011
-
-
Howard Chu authored
-
Howard Chu authored
Well, just like in back-bdb in 2005, it only slowed things down on larger LDIFs.
-
Howard Chu authored
Sub-pages need room to grow...
-
- Oct 03, 2011
-
-
Howard Chu authored
NULL out env->pghead before writing it, so that its pages can't be used to satisfy the write.
-
Howard Chu authored
-
Howard Chu authored
-