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 d10652d33cbeed3faa69291862ba5ec0c5c8e99d (commit)
from e1db1b17191c73ddaaef5d447c56db7bea1f28e6 (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 d10652d33cbeed3faa69291862ba5ec0c5c8e99d
Author: ryan(a)nardis.ca <ryan(a)nardis.ca>
Date: Fri Jun 27 18:23:10 2014 +0000
ITS#7885 Wrong RPATH in contrib/passwd/Makefile
Similar to #7858, another easy patch.
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/passwd/Makefile | 8 ++++----
1 file changed, 4 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 ee599c525052948b623e8980db67c7032feedb4e (commit)
via b09e46904c1c059bd5086243e3915b6be510e57d (commit)
from 91d8ad1d3c3364a667ed91cb8551327ea14ea8e0 (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 ee599c525052948b623e8980db67c7032feedb4e
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Jun 30 04:42:41 2014 -0700
More gcov setup tweaks
commit b09e46904c1c059bd5086243e3915b6be510e57d
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Jun 30 04:41:50 2014 -0700
ITS#7886 fix mdb_copy write size
Don't try to write past end of file
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 14 +++++++++-----
libraries/liblmdb/mdb.c | 18 +++++++++++++++++-
2 files changed, 26 insertions(+), 6 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, master has been updated
via e1db1b17191c73ddaaef5d447c56db7bea1f28e6 (commit)
from f6eacdbbc56be65dc1080ae2527b96399c24418d (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 e1db1b17191c73ddaaef5d447c56db7bea1f28e6
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jun 30 03:21:38 2014 -0700
ITS#7887 doc tweaks
MDB is the name of the backend, LMDB is the name of the DB engine.
Also update some BerkeleyDB info.
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/appendix-recommended-versions.sdf | 9 +--------
doc/guide/admin/install.sdf | 7 +++++--
doc/guide/preamble.sdf | 1 +
3 files changed, 7 insertions(+), 10 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 91d8ad1d3c3364a667ed91cb8551327ea14ea8e0 (commit)
from c73f0877500c01d978a4e8b1d50bd64011f70984 (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 91d8ad1d3c3364a667ed91cb8551327ea14ea8e0
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jun 28 13:38:03 2014 +0200
Fix mdb_page_loose() vs. mdb_page_flush().
Do not overwrite loose pages' mp_pgno with mp_next.
mdb_page_flush() will use mp_pgno to rebuild dirty_list.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 30 +++++++++++-------------------
1 file changed, 11 insertions(+), 19 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 c73f0877500c01d978a4e8b1d50bd64011f70984 (commit)
from 277526d0f00489637798f84b5cf4e8d65a1690ca (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 c73f0877500c01d978a4e8b1d50bd64011f70984
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jun 27 10:53:11 2014 -0700
Trap signals
Try to exit cleanly to avoid leaving stale readers. Not
a critical issue since mdb_reader_check can take care of
them, but still cleaner.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb_dump.c | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
---
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 277526d0f00489637798f84b5cf4e8d65a1690ca (commit)
from a3e5539505ce6397b052078deff5ed816fe2ad16 (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 277526d0f00489637798f84b5cf4e8d65a1690ca
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Jun 26 05:19:47 2014 -0700
Setup for gcov/coverage testing
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/.gitignore | 3 +++
libraries/liblmdb/Makefile | 15 +++++++++++++++
2 files changed, 18 insertions(+)
---
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 d800cd71fe67bb5ee9e10867db2442da30f0d9d7 (commit)
via a3e5539505ce6397b052078deff5ed816fe2ad16 (commit)
via 7fe85f5c8291f531f93c28b98865367aeca75484 (commit)
via 9a4ef8406eac173875e67131421a684c34bf92f3 (commit)
via ca47c2af1f4d90e1a0ec7e4c6ce4937262c18c74 (commit)
via 225bcae3e7bf944d0740609dd331e08900ae4161 (commit)
via aa89ca31b3a95f266cd2b354037466a2d950bc1f (commit)
via d9423e13f85bac7c33083a4b872c022d18a41232 (commit)
via cf331ccb3dc482769d6ac8d75cc66249b0086d29 (commit)
via 7cab7b95e240446dd11c7e0951af8b2c3409765b (commit)
via eebbd22c2ff9d6088e307c960be56baf35e1ab0d (commit)
via 79e8462d748543f7dc36a3ff3fa8263c62b34c3f (commit)
via 0d013609fe754dd065faf77297d8d5b1c93bb672 (commit)
via c05f45b7dd83ab582c99a720fd44d6a6ba8ddf32 (commit)
via 1a72b19e26d226eaec26a7f9cd231337f20bf4da (commit)
via 21b51cb746aa455e3c6398f35b56b9117e657d64 (commit)
via 3e83b5b27bcd76a5ae086573516f9b76bdc6e2da (commit)
from 6fafcf8caf312dc544b2f565ec289f348d7a9781 (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 d800cd71fe67bb5ee9e10867db2442da30f0d9d7
Merge: 6fafcf8 a3e5539
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jun 24 13:46:30 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/.gitignore | 1 +
libraries/liblmdb/Doxyfile | 4 +-
libraries/liblmdb/Makefile | 6 +-
libraries/liblmdb/lmdb.h | 64 ++++---
libraries/liblmdb/mdb.c | 218 +++++++++++++++++------
libraries/liblmdb/mdb_copy.1 | 10 +-
libraries/liblmdb/mdb_copy.c | 7 +-
libraries/liblmdb/mdb_dump.1 | 75 ++++++++
libraries/liblmdb/mdb_dump.c | 276 +++++++++++++++++++++++++++++
libraries/liblmdb/mdb_load.1 | 77 ++++++++
libraries/liblmdb/mdb_load.c | 396 ++++++++++++++++++++++++++++++++++++++++++
libraries/liblmdb/mdb_stat.1 | 9 +-
libraries/liblmdb/mdb_stat.c | 9 +-
libraries/liblmdb/midl.c | 2 +-
libraries/liblmdb/midl.h | 4 +-
libraries/liblmdb/mtest.c | 11 +-
libraries/liblmdb/mtest2.c | 11 +-
libraries/liblmdb/mtest3.c | 11 +-
libraries/liblmdb/mtest4.c | 5 +-
libraries/liblmdb/mtest5.c | 11 +-
libraries/liblmdb/mtest6.c | 7 +-
libraries/liblmdb/tooltag | 22 +++
22 files changed, 1113 insertions(+), 123 deletions(-)
create mode 100644 libraries/liblmdb/mdb_dump.1
create mode 100644 libraries/liblmdb/mdb_dump.c
create mode 100644 libraries/liblmdb/mdb_load.1
create mode 100644 libraries/liblmdb/mdb_load.c
create mode 100644 libraries/liblmdb/tooltag
---
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 a2d11eeffb9593a5cdb54729f8d3cbf2db979d92 (commit)
via a3e5539505ce6397b052078deff5ed816fe2ad16 (commit)
via 7fe85f5c8291f531f93c28b98865367aeca75484 (commit)
via 9a4ef8406eac173875e67131421a684c34bf92f3 (commit)
via ca47c2af1f4d90e1a0ec7e4c6ce4937262c18c74 (commit)
via 225bcae3e7bf944d0740609dd331e08900ae4161 (commit)
via aa89ca31b3a95f266cd2b354037466a2d950bc1f (commit)
via d9423e13f85bac7c33083a4b872c022d18a41232 (commit)
via cf331ccb3dc482769d6ac8d75cc66249b0086d29 (commit)
via 7cab7b95e240446dd11c7e0951af8b2c3409765b (commit)
via eebbd22c2ff9d6088e307c960be56baf35e1ab0d (commit)
via 79e8462d748543f7dc36a3ff3fa8263c62b34c3f (commit)
via 0d013609fe754dd065faf77297d8d5b1c93bb672 (commit)
via c05f45b7dd83ab582c99a720fd44d6a6ba8ddf32 (commit)
via 1a72b19e26d226eaec26a7f9cd231337f20bf4da (commit)
via 21b51cb746aa455e3c6398f35b56b9117e657d64 (commit)
via 3e83b5b27bcd76a5ae086573516f9b76bdc6e2da (commit)
from 84b9ddbaf2c2d3beda9491519954441366c06a89 (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 a2d11eeffb9593a5cdb54729f8d3cbf2db979d92
Merge: 84b9ddb a3e5539
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jun 24 13:46:18 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/.gitignore | 1 +
libraries/liblmdb/Doxyfile | 4 +-
libraries/liblmdb/Makefile | 6 +-
libraries/liblmdb/lmdb.h | 64 ++++---
libraries/liblmdb/mdb.c | 218 +++++++++++++++++------
libraries/liblmdb/mdb_copy.1 | 10 +-
libraries/liblmdb/mdb_copy.c | 7 +-
libraries/liblmdb/mdb_dump.1 | 75 ++++++++
libraries/liblmdb/mdb_dump.c | 276 +++++++++++++++++++++++++++++
libraries/liblmdb/mdb_load.1 | 77 ++++++++
libraries/liblmdb/mdb_load.c | 396 ++++++++++++++++++++++++++++++++++++++++++
libraries/liblmdb/mdb_stat.1 | 9 +-
libraries/liblmdb/mdb_stat.c | 9 +-
libraries/liblmdb/midl.c | 2 +-
libraries/liblmdb/midl.h | 4 +-
libraries/liblmdb/mtest.c | 11 +-
libraries/liblmdb/mtest2.c | 11 +-
libraries/liblmdb/mtest3.c | 11 +-
libraries/liblmdb/mtest4.c | 5 +-
libraries/liblmdb/mtest5.c | 11 +-
libraries/liblmdb/mtest6.c | 7 +-
libraries/liblmdb/tooltag | 22 +++
22 files changed, 1113 insertions(+), 123 deletions(-)
create mode 100644 libraries/liblmdb/mdb_dump.1
create mode 100644 libraries/liblmdb/mdb_dump.c
create mode 100644 libraries/liblmdb/mdb_load.1
create mode 100644 libraries/liblmdb/mdb_load.c
create mode 100644 libraries/liblmdb/tooltag
---
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 f6eacdbbc56be65dc1080ae2527b96399c24418d (commit)
via a3e5539505ce6397b052078deff5ed816fe2ad16 (commit)
via 7fe85f5c8291f531f93c28b98865367aeca75484 (commit)
via 9a4ef8406eac173875e67131421a684c34bf92f3 (commit)
via ca47c2af1f4d90e1a0ec7e4c6ce4937262c18c74 (commit)
via 225bcae3e7bf944d0740609dd331e08900ae4161 (commit)
via aa89ca31b3a95f266cd2b354037466a2d950bc1f (commit)
via d9423e13f85bac7c33083a4b872c022d18a41232 (commit)
via cf331ccb3dc482769d6ac8d75cc66249b0086d29 (commit)
via 7cab7b95e240446dd11c7e0951af8b2c3409765b (commit)
via eebbd22c2ff9d6088e307c960be56baf35e1ab0d (commit)
via 79e8462d748543f7dc36a3ff3fa8263c62b34c3f (commit)
via 0d013609fe754dd065faf77297d8d5b1c93bb672 (commit)
via c05f45b7dd83ab582c99a720fd44d6a6ba8ddf32 (commit)
via 1a72b19e26d226eaec26a7f9cd231337f20bf4da (commit)
via 21b51cb746aa455e3c6398f35b56b9117e657d64 (commit)
via 3e83b5b27bcd76a5ae086573516f9b76bdc6e2da (commit)
from 282d215924dbbb275f359939b9182903e9ce7878 (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 f6eacdbbc56be65dc1080ae2527b96399c24418d
Merge: 282d215 a3e5539
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jun 24 13:46:07 2014 -0500
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/.gitignore | 1 +
libraries/liblmdb/Doxyfile | 4 +-
libraries/liblmdb/Makefile | 6 +-
libraries/liblmdb/lmdb.h | 64 ++++---
libraries/liblmdb/mdb.c | 218 +++++++++++++++++------
libraries/liblmdb/mdb_copy.1 | 10 +-
libraries/liblmdb/mdb_copy.c | 7 +-
libraries/liblmdb/mdb_dump.1 | 75 ++++++++
libraries/liblmdb/mdb_dump.c | 276 +++++++++++++++++++++++++++++
libraries/liblmdb/mdb_load.1 | 77 ++++++++
libraries/liblmdb/mdb_load.c | 396 ++++++++++++++++++++++++++++++++++++++++++
libraries/liblmdb/mdb_stat.1 | 9 +-
libraries/liblmdb/mdb_stat.c | 9 +-
libraries/liblmdb/midl.c | 2 +-
libraries/liblmdb/midl.h | 4 +-
libraries/liblmdb/mtest.c | 11 +-
libraries/liblmdb/mtest2.c | 11 +-
libraries/liblmdb/mtest3.c | 11 +-
libraries/liblmdb/mtest4.c | 5 +-
libraries/liblmdb/mtest5.c | 11 +-
libraries/liblmdb/mtest6.c | 7 +-
libraries/liblmdb/tooltag | 22 +++
22 files changed, 1113 insertions(+), 123 deletions(-)
create mode 100644 libraries/liblmdb/mdb_dump.1
create mode 100644 libraries/liblmdb/mdb_dump.c
create mode 100644 libraries/liblmdb/mdb_load.1
create mode 100644 libraries/liblmdb/mdb_load.c
create mode 100644 libraries/liblmdb/tooltag
---
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 a3e5539505ce6397b052078deff5ed816fe2ad16 (commit)
from 7fe85f5c8291f531f93c28b98865367aeca75484 (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 a3e5539505ce6397b052078deff5ed816fe2ad16
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jun 24 11:43:13 2014 -0700
More for mdb_page_loose
Require that the page is dirty in the current txn,
not a parent txn.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 81 +++++++++++++++++++++++++++++++++--------------
1 file changed, 58 insertions(+), 23 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git