- Nov 02, 2011
-
-
Bug was caused by postalAddressNormalize sending 0-length values to UTF8StringNormalize.
-
Detected by valgrind
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
PEM nss is not thread safe when establishing the initial connection using SSL_ForceHandshake. Create a new mutex - tlsm_pem_mutex - to protect this function call. The call to SSL_ConfigServerSessionIDCache() is not thread-safe - move it to the init section and protect it with the init mutex.
-
Quanah Gibson-Mount authored
-
Only worry if consumer has newer state for our SID. Fixes breakage caused by ITS#6606.
-
Quanah Gibson-Mount authored
-
Consumer should never get NO_SUCH_OBJECT for an Add to the underlying DB during Persist phase.
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Must not let the underlying DB generate its own.
-
Parenthesize macros. Microoptimize IDL search. Use RANGE_<FIRST/LAST> when IDL is known to be a range.
-
-
-
Check replication success before stopping consumer. Set retry/interval to make sure consumer reconnects after provider restart.
-
Unfortunately automated checkers don't seem to read the documentation for how APIs are expected to be used, and the C declaration syntax isn't expressive enough to encode the documented usage.
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
import ITS#6925 patch; fix peeraddr variable name clash in LDAP_CONNECTIONLESS code; fix scope of addr[] when inet_ntop(3) is used
-
-
Done for keywords index,limits. (Also do 'mode' if there were any cases.) Change generated by: perl -i -pw0777e ' INIT { $q=qr/\#(?:[bh]|index|main)db\#/im; $k=qr/(?:index|limits|mode)\b/ } 0 while s/^$q($k.*\n)((?:$q.*\n)*?)\n?$q\1/\#maindb\#$1$2/imo; s/^\#maindb\#index/\#indexdb\#index/igm; ' tests/data/*.* tests/data/regressions/*/*.*
-
Simplifies tests for the DB storage backends. Adds indexing etc to ndb in some cases, to match bdb/hdb. This also fixes some broken back-null/back-ldif settings.
-
- Nov 01, 2011
-
-
Quanah Gibson-Mount authored
-
-
-
- Oct 28, 2011
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-