- Nov 26, 2012
-
-
-
Quanah Gibson-Mount authored
-
Also allow the max to be redefined at compile time. Of course, there is no legitimate reason to do so.
-
Quanah Gibson-Mount authored
-
Of course, no one would ever have any legitimate reason to set these items to anywhere near such extreme values in the first place.
-
If a timeout is set, perform the SSL Handshake using non-blocking IO. This way we can timeout if SSL Handshake gets stuck for whatever reason. This code is currently hidden behind #ifdefs (LDAP_USE_NON_BLOCKING_TLS) and disabled by default as there seem to be some problems using NON-blocking I/O during the TLS Handshake when linking against NSS (either a bug in NSS itself of in tls_m.c, see discussion on -devel) This patch adds an additional parameter to ldap_int_poll() in order to indicate if we're waiting in order to perform a read or write operation.
-
Quanah Gibson-Mount authored
-
do not expose control until deref overlay is actually instantiated at least once (see also ITS#6647)
-
-
Quanah Gibson-Mount authored
-
-
- Nov 05, 2012
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Wasn't pushing the optimal half of the array onto the stack, thus used more stack than expected -> overrun.
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Howard Chu authored
Wasn't pushing the optimal half of the array onto the stack, thus used more stack than expected -> overrun.
-
- Nov 01, 2012
-
-
Quanah Gibson-Mount authored
-
-
- Oct 31, 2012
-
-
Quanah Gibson-Mount authored
-
-
-
Quanah Gibson-Mount authored
-
-
-
-
-
-
-
Quanah Gibson-Mount authored
-
- Oct 25, 2012
-
-
Howard Chu authored
-
Howard Chu authored
This reverts commit ef2092ea.
-
Howard Chu authored
-
- Oct 23, 2012
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
If no data was modified in the txn, mdb_open flag changes were dropped.
-
- Oct 22, 2012
-
-
Howard Chu authored
-
Howard Chu authored
Could return 1 garbage record before actual data, if starting from EOF
-