A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via 5c16c8842b8a41229f2256cdeb3ed1ce9bd4ad50 (commit) via 04f488e7a0b81be79f7cd28404457edadefef193 (commit) from b92af0760bab43d06d04a16c3f52aff3b5431b62 (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 5c16c8842b8a41229f2256cdeb3ed1ce9bd4ad50 Author: Howard Chu hyc@symas.com Date: Wed Mar 28 09:20:18 2012 -0700
Add mfree utility to show the freelist
commit 04f488e7a0b81be79f7cd28404457edadefef193 Author: Howard Chu hyc@symas.com Date: Tue Mar 27 10:42:22 2012 -0700
ITS#7210 additional freelist fixes
Also allow read access to freelist in mdb_cursor_open
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/Makefile | 1 + libraries/libmdb/mdb.c | 114 ++++++++++++++++++++++++++++++++++---------- libraries/libmdb/mfree.c | 56 ++++++++++++++++++++++ 3 files changed, 145 insertions(+), 26 deletions(-) create mode 100644 libraries/libmdb/mfree.c