- Jun 26, 2012
-
-
- Jun 07, 2012
-
-
-
The buffer allocated for reading password file has to be initialized with zeros, or we need to append zero at the end of the file. Otherwise we might read unitialized memory and consider it to be a password.
-
-
- Jun 05, 2012
-
-
- Jun 02, 2012
-
-
Howard Chu authored
-
Howard Chu authored
-
- May 30, 2012
-
-
Prior to this patch, if TLS_CACERTDIR was set to Mozilla NSS certificate database and TLS_CACERT was set to a PEM bundle file with CA certificates, the PEM file content was not loaded. With this patch and the same settings, OpenLDAP can verify certificates which are signed by CAs stored both in certdb and PEM bundle file.
-
Not protecting the accesses to ldap_int_hostname could lead to a double free.
-
- May 09, 2012
-
-
Howard Chu authored
-
Howard Chu authored
-
- May 06, 2012
-
-
Howard Chu authored
-
- Apr 18, 2012
-
-
Howard Chu authored
-
- Apr 12, 2012
-
-
Hallvard Furuseth authored
Prefix ID, NOID, ID2, IDL, ID2L with 'MDB_'. Also drop bdb from file description.
-
Hallvard Furuseth authored
Put one call in #if MDB_DEBUG. Move DPRINTF(Using meta page #) there.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Define MDB_FDATASYNC() instead of redefining fdatasync().
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
If the database is opened with MDB_RDONLY or MDB_NOSYNC, instead use the same file descriptor for me_mfd and me_fd. Also factor out Windows/Unix error handling after open.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Get txn->mt_txnid from the meta page instead. Otherwise it and txn->mt_toggle could become inconsistent, since read-only txns fetched both from MDB_txbody without mutex proteciton.
-
Hallvard Furuseth authored
Make DPRINTF usable in if-else. Silence signed vs unsigned warning.
-
- Apr 11, 2012
-
-
Also add mdb_debug/mdb_debug_start to toggle debug output at runtime
-
Was being fooled before because the newly malloc'd block had the same address as the previously freed block.
-
- Apr 10, 2012
-
-
Howard Chu authored
Also add mdb_debug/mdb_debug_start to toggle debug output at runtime
-
Howard Chu authored
Was being fooled before because the newly malloc'd block had the same address as the previously freed block.
-
- Apr 09, 2012
-
-
-
Should probably compare nsize to pg_size/4 instead...
-
-
-
Howard Chu authored
-
Howard Chu authored
Should probably compare nsize to pg_size/4 instead...
-
Howard Chu authored
-
- Apr 07, 2012
-
-
Howard Chu authored
-
- Apr 04, 2012
-
-
-
-
Howard Chu authored
-