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 f6510ec83bd596d76370faeb612a04a85609dfcb (commit)
from 5e6aadd7794b13394b94bd5ba777a66facdc9a7e (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 f6510ec83bd596d76370faeb612a04a85609dfcb
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 28 23:40:57 2016 +0100
ITS#8460 fix slap_op_time
broken in 2d5996ac603391ddbd618425f88eb13e5e0e2cc0
Was allowing tv_usec to exceed 999999
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/operation.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 65d9791ada4672d2c7fb93a65e0ce7a1e4474658 (commit)
via a43fcad8c65c2f4998a27d5596677dd81a42bd0f (commit)
via f25d716513944b667d430beece3d616d326e0cf2 (commit)
via 0842f998ee49b7891483c601fc4f8ad7d83b30d3 (commit)
via 12ad38d67f722d22a8ab3793dc2967d1247d3fea (commit)
via dff8bafb36eef019b1b121eb10fbd259197fa01f (commit)
via 32764bcb52e70588982d576cb16f435705c11279 (commit)
from 84610e65da85d483f9461b4bdc300a082f004de2 (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 65d9791ada4672d2c7fb93a65e0ce7a1e4474658
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 23 12:45:46 2016 +0200
Refactor mdb_page_get()
commit a43fcad8c65c2f4998a27d5596677dd81a42bd0f
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 23 12:43:16 2016 +0200
MDB_VL32: Match mdb_size_t type with format modifier.
When using format modifier "ll" or "I64", use the matching
type unsigned <long long / __int64> rather than uint64_t.
commit f25d716513944b667d430beece3d616d326e0cf2
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 23 12:18:01 2016 +0200
Fix MDB_INTEGERKEY doc of integer types
commit 0842f998ee49b7891483c601fc4f8ad7d83b30d3
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 23 12:17:04 2016 +0200
Use mdb_size_t for line numbers in mdb_load
This matches the mdb_size_t entry counts.
commit 12ad38d67f722d22a8ab3793dc2967d1247d3fea
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 23 12:16:20 2016 +0200
Fix size_t/formats -> mdb_size_t for MDB_VL32
commit dff8bafb36eef019b1b121eb10fbd259197fa01f
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 23 12:11:34 2016 +0200
Factor some MDB_VL32-related '#if's out to macros
Add MC_OVPG() + MC_SET_OVPG(), NEED_CMP_CLONG(), MDB_CURSOR_UNREF().
commit 32764bcb52e70588982d576cb16f435705c11279
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 23 12:08:12 2016 +0200
Factor out MDB_SIZE_MAX, MDB_FMT_Y, MDB_FMT_Z
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 37 ++++++++--
libraries/liblmdb/mdb.c | 163 ++++++++++++++++--------------------------
libraries/liblmdb/mdb_dump.c | 15 +---
libraries/liblmdb/mdb_load.c | 43 ++++-------
libraries/liblmdb/mdb_stat.c | 28 +++-----
libraries/liblmdb/midl.h | 9 +--
6 files changed, 118 insertions(+), 177 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 5e6aadd7794b13394b94bd5ba777a66facdc9a7e (commit)
from 3d5601e0ba256a40a57db41c9ae75f5bef5f5bc2 (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 5e6aadd7794b13394b94bd5ba777a66facdc9a7e
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jul 22 10:30:57 2016 +0100
More for multival attrs
Fix id2entry_delete when deleting last multival entry in DB
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/id2entry.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
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 3d5601e0ba256a40a57db41c9ae75f5bef5f5bc2 (commit)
from e35deef1107beb212f3c17602babc270df89c528 (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 3d5601e0ba256a40a57db41c9ae75f5bef5f5bc2
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 21 00:34:25 2016 +0100
Fix a4c7943d39df0140edacb5774e977be3f72b694c
Modify/replace was broken if attr didn't already exist
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/modify.c | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 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 84610e65da85d483f9461b4bdc300a082f004de2 (commit)
from 291c69ddbd593ce86c888718745f6d78f6bd7222 (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 84610e65da85d483f9461b4bdc300a082f004de2
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Jul 14 05:53:21 2016 +0200
Add error MDB_PROBLEM, replace some MDB_CORRUPTED
When problem is most likely in txn, not on disk.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 4 +++-
libraries/liblmdb/mdb.c | 9 +++++----
2 files changed, 8 insertions(+), 5 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git