- Jan 26, 2012
-
-
Deferred TLS initialization is used with Mozilla NSS. The real initialization takes place when the TLS context is needed for the first time. If the initialization parameters were freed immediately after tlsm_ctx_init was called, they were not available at the time of deferred initialization which caused segmentation fault. With this patch, initialization parameters are copied and stored until the deferred initialization is finished. The parameters are freed afterwards. Red Hat Bugzilla: #783431
-
Red Hat Bugzilla: #772890
-
- Jan 24, 2012
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Move mutexes to end of structs, so libldap can ignore them
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
With gcc, declare debug_already_initialized() as 'noinline' so its deliberate uninitialized access stays inside the function and valgrind can ignore it there.
-
Hallvard Furuseth authored
-
- Jan 23, 2012
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
connection_<first/next>() takes a ber_socket_t *index, not int*.
-
Hallvard Furuseth authored
Code comments belong in the code, not in commit messages.
-
Hallvard Furuseth authored
Only wait out already-started pauses, not pause reqests. ltp_pause now says whether a pause is requested or has started. This reduces the chance that slapd:send_ldap_ber() will start a pause in the middle of an operation.
-
- Jan 22, 2012
-
-
Howard Chu authored
-
Howard Chu authored
-
-
- Jan 21, 2012
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Track allocations and invalid accesses to freed tmp pages.
-
Howard Chu authored
Fix for failure when committing a txn that is a child of some parent txn.
-
Howard Chu authored
-
Howard Chu authored
Don't compare cursors that aren't deep enough to match the current cursor.
-
Howard Chu authored
-
Howard Chu authored
-
Kurt Zeilenga authored
-
Hallvard Furuseth authored
Use PERL_SYS_INIT3() after all. There appears to be no correct way to do this, so we should as least follow the documentation.
-
- Jan 19, 2012
-
-
Howard Chu authored
-
- Jan 16, 2012
-
-
Howard Chu authored
-
- Jan 13, 2012
-
-
Hallvard Furuseth authored
Partial revert of 9e00b6cc:connection.c.
-
Hallvard Furuseth authored
-
- Jan 04, 2012
-
-
Howard Chu authored
-
- Jan 01, 2012
-
-
Kurt Zeilenga authored
-
- Dec 27, 2011
-
-
Howard Chu authored
-
- Dec 21, 2011
-
-
Howard Chu authored
-
- Dec 16, 2011
-
-
Howard Chu authored
Subject: ITS#7111
-
- Dec 15, 2011
-
-
Howard Chu authored
Additional fix for a66fb163
-
- Dec 12, 2011
-
-
Howard Chu authored
-
- Nov 30, 2011
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-