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 79e8462d748543f7dc36a3ff3fa8263c62b34c3f (commit)
from 0d013609fe754dd065faf77297d8d5b1c93bb672 (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 79e8462d748543f7dc36a3ff3fa8263c62b34c3f
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jun 20 17:56:04 2014 -0700
Fix mdb_node_move
Was leaving stale info in dst cursor
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 0d013609fe754dd065faf77297d8d5b1c93bb672 (commit)
from c05f45b7dd83ab582c99a720fd44d6a6ba8ddf32 (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 0d013609fe754dd065faf77297d8d5b1c93bb672
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jun 20 09:03:41 2014 -0700
Fix lineno count
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb_load.c | 1 +
1 file changed, 1 insertion(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 c05f45b7dd83ab582c99a720fd44d6a6ba8ddf32 (commit)
from 1a72b19e26d226eaec26a7f9cd231337f20bf4da (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 c05f45b7dd83ab582c99a720fd44d6a6ba8ddf32
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jun 20 09:00:33 2014 -0700
Fix multiple subDBs
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb_load.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 1a72b19e26d226eaec26a7f9cd231337f20bf4da (commit)
from 21b51cb746aa455e3c6398f35b56b9117e657d64 (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 1a72b19e26d226eaec26a7f9cd231337f20bf4da
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jun 20 08:56:52 2014 -0700
Fix unhex
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb_load.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 21b51cb746aa455e3c6398f35b56b9117e657d64 (commit)
from 3e83b5b27bcd76a5ae086573516f9b76bdc6e2da (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 21b51cb746aa455e3c6398f35b56b9117e657d64
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jun 20 08:49:59 2014 -0700
Add mdb_load
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 5 +-
libraries/liblmdb/mdb_dump.1 | 15 +-
libraries/liblmdb/mdb_load.1 | 77 ++++++++
libraries/liblmdb/mdb_load.c | 397 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 487 insertions(+), 7 deletions(-)
create mode 100644 libraries/liblmdb/mdb_load.1
create mode 100644 libraries/liblmdb/mdb_load.c
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 3e83b5b27bcd76a5ae086573516f9b76bdc6e2da (commit)
from 59d30a49c3ad403235ba30f65e074eddf1c125f0 (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 3e83b5b27bcd76a5ae086573516f9b76bdc6e2da
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jun 20 05:33:31 2014 -0700
Add mdb_dump, update copyrights
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 5 +-
libraries/liblmdb/lmdb.h | 6 +-
libraries/liblmdb/mdb.c | 2 +-
libraries/liblmdb/mdb_copy.1 | 10 +-
libraries/liblmdb/mdb_copy.c | 7 +-
libraries/liblmdb/mdb_dump.1 | 70 +++++++++++
libraries/liblmdb/mdb_dump.c | 276 ++++++++++++++++++++++++++++++++++++++++++
libraries/liblmdb/mdb_stat.1 | 9 +-
libraries/liblmdb/mdb_stat.c | 9 +-
libraries/liblmdb/midl.c | 2 +-
libraries/liblmdb/midl.h | 2 +-
11 files changed, 382 insertions(+), 16 deletions(-)
create mode 100644 libraries/liblmdb/mdb_dump.1
create mode 100644 libraries/liblmdb/mdb_dump.c
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via 6fafcf8caf312dc544b2f565ec289f348d7a9781 (commit)
via 59d30a49c3ad403235ba30f65e074eddf1c125f0 (commit)
via 0c041e09779f0775d884304782be921d99fdbef2 (commit)
via b898cb642abc019556104e1977edc8c0518806c6 (commit)
via 01a75c5ab51ad15c02ce6f256b2f272e1cf7881e (commit)
via 39ed8bef0406844fca087d194416748afe8ca27f (commit)
via b4ecbd78d9d153f653eb338ce34d553c4c96fb65 (commit)
via dc7f2530dd0fca5f9030e1d457306674f6cd6966 (commit)
via 2db55c7d999bafe488550af10fa722d47b93d1c5 (commit)
via 52406746bd08639bcbd9fb70c2f56b830655a775 (commit)
from 44b20c617e3b7b3b278bae0388694169efdb0d0e (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 6fafcf8caf312dc544b2f565ec289f348d7a9781
Merge: 44b20c6 59d30a4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jun 18 16:27:27 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 6 +
libraries/liblmdb/lmdb.h | 20 +-
libraries/liblmdb/mdb.c | 24 +-
libraries/libmdb/mdb.c | 3678 ---------------------------------------------
4 files changed, 28 insertions(+), 3700 deletions(-)
delete mode 100644 libraries/libmdb/mdb.c
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_5 has been updated
via 84b9ddbaf2c2d3beda9491519954441366c06a89 (commit)
via 59d30a49c3ad403235ba30f65e074eddf1c125f0 (commit)
via 0c041e09779f0775d884304782be921d99fdbef2 (commit)
via b898cb642abc019556104e1977edc8c0518806c6 (commit)
via 01a75c5ab51ad15c02ce6f256b2f272e1cf7881e (commit)
via 39ed8bef0406844fca087d194416748afe8ca27f (commit)
via b4ecbd78d9d153f653eb338ce34d553c4c96fb65 (commit)
via dc7f2530dd0fca5f9030e1d457306674f6cd6966 (commit)
via 2db55c7d999bafe488550af10fa722d47b93d1c5 (commit)
via 52406746bd08639bcbd9fb70c2f56b830655a775 (commit)
from c14a608e7b6de48a51aa8c1de5e991ead0cf0e55 (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 84b9ddbaf2c2d3beda9491519954441366c06a89
Merge: c14a608 59d30a4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jun 18 16:27:16 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 6 +
libraries/liblmdb/lmdb.h | 20 +-
libraries/liblmdb/mdb.c | 24 +-
libraries/libmdb/mdb.c | 3678 ---------------------------------------------
4 files changed, 28 insertions(+), 3700 deletions(-)
delete mode 100644 libraries/libmdb/mdb.c
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via fed9370fae35b4aed29a5f8ab619c0b17a9e8cd7 (commit)
via 59d30a49c3ad403235ba30f65e074eddf1c125f0 (commit)
via 0c041e09779f0775d884304782be921d99fdbef2 (commit)
via b898cb642abc019556104e1977edc8c0518806c6 (commit)
via 01a75c5ab51ad15c02ce6f256b2f272e1cf7881e (commit)
via 39ed8bef0406844fca087d194416748afe8ca27f (commit)
via b4ecbd78d9d153f653eb338ce34d553c4c96fb65 (commit)
via dc7f2530dd0fca5f9030e1d457306674f6cd6966 (commit)
via 2db55c7d999bafe488550af10fa722d47b93d1c5 (commit)
via 52406746bd08639bcbd9fb70c2f56b830655a775 (commit)
from 85d467aca6d7e88e51cbebd738edac121b3d854f (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 fed9370fae35b4aed29a5f8ab619c0b17a9e8cd7
Merge: 85d467a 59d30a4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jun 18 16:27:06 2014 -0500
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 6 +
libraries/liblmdb/lmdb.h | 20 +-
libraries/liblmdb/mdb.c | 24 +-
libraries/libmdb/mdb.c | 3678 ---------------------------------------------
4 files changed, 28 insertions(+), 3700 deletions(-)
delete mode 100644 libraries/libmdb/mdb.c
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 59d30a49c3ad403235ba30f65e074eddf1c125f0 (commit)
from 0c041e09779f0775d884304782be921d99fdbef2 (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 59d30a49c3ad403235ba30f65e074eddf1c125f0
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jun 18 14:25:46 2014 -0700
Bump to 0.9.13
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git