A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.RE/0.9 has been updated via a351fe0b64f4c2f9896d7e77cf3aba443df69b1c (commit) via f6514da36080efb8876d274c1d01d9c9207335f7 (commit) via 40daa8e73f6c827ff4f1f5b419fe499c567652b7 (commit) via 98b2910ee89e9fbc6c2df00d3dd35aeca7b86daf (commit) via 264263484be9207da366553c812d624020307cbf (commit) via 35251f68475891e018fb9004090d4e554cdb5554 (commit) from 3b1acd40cd2e037284dcdcc338f1b78fdaeb347b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit a351fe0b64f4c2f9896d7e77cf3aba443df69b1c Author: Quanah Gibson-Mount quanah@openldap.org Date: Sun Feb 11 21:02:05 2018 +0000
ITS#8722
commit f6514da36080efb8876d274c1d01d9c9207335f7 Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Sep 11 00:00:14 2017 +0200
Tweak ITS#8722 fix: Use XCURSOR_REFRESH()
This checks XCURSOR_INITED() and fixes the mn_flags check.
commit 40daa8e73f6c827ff4f1f5b419fe499c567652b7 Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Sep 10 23:59:35 2017 +0200
XCURSOR_REFRESH() fixups/cleanup
* Check NUMKEYS(), similar to f34b61f9471d1c03fe0517b9d817c50c920e378a "ITS#8722 fix FIRST_DUP/LAST_DUP cursor bounds check". * Move XCURSOR_INITED() into XCURSOR_REFRESH(). This adds a check in mdb_cursor_put, below /* converted, write the original data first */. * Factor mc_ki[] out to XCURSOR_REFRESH(). * Replace an mc_pg[] with mp which is equal (mdb_cursor_del0).
commit 98b2910ee89e9fbc6c2df00d3dd35aeca7b86daf Author: Howard Chu hyc@openldap.org Date: Wed Sep 6 21:15:48 2017 +0100
ITS#8722 fix FIRST_DUP/LAST_DUP cursor bounds check
commit 264263484be9207da366553c812d624020307cbf Author: Quanah Gibson-Mount quanah@openldap.org Date: Sun Feb 11 20:58:54 2018 +0000
ITS#8622
commit 35251f68475891e018fb9004090d4e554cdb5554 Author: Howard Chu hyc@openldap.org Date: Wed Jul 26 21:37:40 2017 +0100
ITS#8699 more for cursor_del ITS#8622
Set C_DEL flag on reinit'd subcursor
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/CHANGES | 2 ++ libraries/liblmdb/mdb.c | 59 ++++++++++++++++++++++++----------------------- 2 files changed, 32 insertions(+), 29 deletions(-)