openldap:mdb.RE/0.9

Last commit made on 2024-04-04
Get this branch:
git clone -b mdb.RE/0.9 https://git.launchpad.net/openldap

Branch merges

Branch information

Name:
mdb.RE/0.9
Repository:
lp:openldap

Recent commits

d3ae7c3... by Howard Chu

ITS#10198 Win32 mdb_strerror - stop passing "ignored" parameter

The M$ docs say the parameter is ignored, but it actually isn't,
and will cause a SEGV if the pointed memory isn't an init'd va_list.

7077d5e... by Quanah Gibson-Mount <email address hidden>

ITS#9037

83dc42c... by Howard Chu

ITS#9037 mdb_page_search: fix error code when DBI record is missing

Use the more relevant MDB_BAD_DBI instead of MDB_NOTFOUND error code

e96d8df... by Quanah Gibson-Mount <email address hidden>

Prep for release

5eb93a3... by Howard Chu

ITS#10125: fix bad merge

From ac011b2c5a14d665b5756d8a7435627ffc508855

6973baf... by Quanah Gibson-Mount <email address hidden>

ITS#10137

95670e3... by =?utf-8?q?Cl=C3=A9ment_Renault?= <email address hidden>

ITS#10137 LMDB: Allow users to define MDB_IDL_LOGN

ea97563... by Quanah Gibson-Mount <email address hidden>

ITS#9378, ITS#10125

ac011b2... by Howard Chu

ITS#10125 mdb_load: fix cursor reinit in Append mode

9bafe54... by Howard Chu

ITS#9378 Add replay tool

Reads a replay log and executes all the write ops