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 5bbfd85a83199a4329f1e9923cc7088c9af6a692 (commit)
from 762ef802f6053d712459e99c65e9443cd45affdd (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 5bbfd85a83199a4329f1e9923cc7088c9af6a692
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Thu Apr 12 18:03:43 2012 +0200
ITS#7088 fix deadlock on write operations that do not need to be logged (please check)
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 42 +++++++++++++++++++++++------------
1 files changed, 27 insertions(+), 15 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 20baad4a207db5d0e84fc3a7409f216aefa59385 (commit)
via 0a4aa889277a701b893cd842d7cf73ff87a1ed90 (commit)
via dce5bb2fee751d623327005e0c2ba625fae66c1f (commit)
via 729a8a28196f043603b3c296b02e0010dfae1648 (commit)
via 99fa22c164438e6845ecd0878b02afb8069cdf9e (commit)
via 592b3f87279ce057985b8f1f55d39f746afbac14 (commit)
via 8e1ebbb4a83a7c8b1500d00b7e5c5f3da134f1ca (commit)
via 6d0b424dbe2dd4abe75fad7b88def5088b7ff074 (commit)
via 4a0b30499caab8628efcedb8be5643fead7cd17e (commit)
via d1738c3e6b8260d4036ddd17b4f4194407d5ab38 (commit)
from d793594173bb5367e466134d5fe3366feeb672f6 (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 20baad4a207db5d0e84fc3a7409f216aefa59385
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:14 2012 +0200
libmdb: midl.h namespace cleanup.
Prefix ID, NOID, ID2, IDL, ID2L with 'MDB_'.
Also drop bdb from file description.
commit 0a4aa889277a701b893cd842d7cf73ff87a1ed90
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:14 2012 +0200
libmdb: Simplify pick_meta() from read_meta().
Put one call in #if MDB_DEBUG. Move DPRINTF(Using meta page #) there.
commit dce5bb2fee751d623327005e0c2ba625fae66c1f
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:14 2012 +0200
libmdb: Simplify mdb_default_cmp. No real change.
commit 729a8a28196f043603b3c296b02e0010dfae1648
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:13 2012 +0200
libmdb: signed meets unsigned warning cleanup
commit 99fa22c164438e6845ecd0878b02afb8069cdf9e
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:13 2012 +0200
libmdb: MDB_FDATASYNC code cleanup.
Define MDB_FDATASYNC() instead of redefining fdatasync().
commit 592b3f87279ce057985b8f1f55d39f746afbac14
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:13 2012 +0200
libmdb: Add C++ 'extern "C" {}' to *.h
commit 8e1ebbb4a83a7c8b1500d00b7e5c5f3da134f1ca
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:13 2012 +0200
libmdb: Don't open datafile twice when not needed.
If the database is opened with MDB_RDONLY or MDB_NOSYNC,
instead use the same file descriptor for me_mfd and me_fd.
Also factor out Windows/Unix error handling after open.
commit 6d0b424dbe2dd4abe75fad7b88def5088b7ff074
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:13 2012 +0200
libmdb: Set close-on-exec flag on lockfile
commit 4a0b30499caab8628efcedb8be5643fead7cd17e
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:13 2012 +0200
libmdb: Do not use the MDB_txbody.mtb_txnid field.
Get txn->mt_txnid from the meta page instead. Otherwise it
and txn->mt_toggle could become inconsistent, since read-only
txns fetched both from MDB_txbody without mutex proteciton.
commit d1738c3e6b8260d4036ddd17b4f4194407d5ab38
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:13 2012 +0200
Fix MDB_DEBUG in last ITS#7299 commit.
Make DPRINTF usable in if-else. Silence signed vs unsigned warning.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 204 ++++++++++++++++++++++++-----------------------
libraries/libmdb/mdb.h | 8 ++
libraries/libmdb/midl.c | 44 +++++-----
libraries/libmdb/midl.h | 53 +++++++-----
4 files changed, 163 insertions(+), 146 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, OPENLDAP_REL_ENG_2_4 has been updated
via afe9af3551f66443de93e5354714928cdea4f0d7 (commit)
via 8e59f78470ba6b720edad4ed63df167fc915d873 (commit)
via bf929df142acab92c392b33094c15cd28d5b196f (commit)
via cd6271559f24b83910d79a66b7fa9f58c2cf3b5e (commit)
via 41c2b370bf9abf9d08cc16325a92e4db9e986cd0 (commit)
via 57c02102f68a2dcc5869a8255bd7bf96c8bb77dd (commit)
via 75b97f03e4137325b1141f8fa6f4034ef03b47a0 (commit)
from f26e77f5a8b6d8c124c6c136cd2aa9e94495c465 (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 afe9af3551f66443de93e5354714928cdea4f0d7
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Apr 11 11:44:52 2012 -0700
ITS#6656
commit 8e59f78470ba6b720edad4ed63df167fc915d873
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Wed Apr 11 00:47:10 2012 +0200
ITS#6598 make control global
commit bf929df142acab92c392b33094c15cd28d5b196f
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Wed Apr 11 00:15:36 2012 +0200
ITS#6656 keep loginfo mutex-protected
commit cd6271559f24b83910d79a66b7fa9f58c2cf3b5e
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Tue Apr 10 23:12:41 2012 +0200
ITS#6656 make reqEntryUUID searchable
commit 41c2b370bf9abf9d08cc16325a92e4db9e986cd0
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Apr 10 14:05:05 2012 -0700
ITS#7229 more mdb_page_split tweaks
Also add mdb_debug/mdb_debug_start to toggle debug output at runtime
commit 57c02102f68a2dcc5869a8255bd7bf96c8bb77dd
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Tue Apr 10 22:37:47 2012 +0200
ITS#6656 add reqEntryUUID to logs of write ops
commit 75b97f03e4137325b1141f8fa6f4034ef03b47a0
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Apr 9 19:24:47 2012 -0700
ITS#7210 fix check for freelist changes
Was being fooled before because the newly malloc'd block had
the same address as the previously freed block.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
contrib/slapd-modules/noopsrch/noopsrch.c | 2 +-
libraries/libmdb/mdb.c | 76 ++++++++++++++++------------
servers/slapd/overlays/accesslog.c | 65 +++++++++++++++++++++++--
4 files changed, 105 insertions(+), 39 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 762ef802f6053d712459e99c65e9443cd45affdd (commit)
from d806b970b1b91b4db5998aec7dd5ab610fbe590b (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 762ef802f6053d712459e99c65e9443cd45affdd
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Wed Apr 11 00:47:10 2012 +0200
ITS#6598 make control global
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/noopsrch/noopsrch.c | 2 +-
1 files changed, 1 insertions(+), 1 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 d806b970b1b91b4db5998aec7dd5ab610fbe590b (commit)
via d793594173bb5367e466134d5fe3366feeb672f6 (commit)
via a66f9e9292069ed01ae0fcf50e8a5bb3d3888935 (commit)
from a47ef8d2b77192a2a9ee1d079393fd6a84e25278 (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 d806b970b1b91b4db5998aec7dd5ab610fbe590b
Merge: a47ef8d d793594
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Apr 10 15:42:43 2012 -0700
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 76 +++++++++++++++++++++++++++---------------------
1 files changed, 43 insertions(+), 33 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 a47ef8d2b77192a2a9ee1d079393fd6a84e25278 (commit)
from 3d99878d0bb834e2a71ce21b266b03b5e648f647 (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 a47ef8d2b77192a2a9ee1d079393fd6a84e25278
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Wed Apr 11 00:15:36 2012 +0200
ITS#6656 keep loginfo mutex-protected
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 16 +++++++++-------
1 files changed, 9 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, master has been updated
via 3d99878d0bb834e2a71ce21b266b03b5e648f647 (commit)
from f65ee5ddc153dbd70e3853a0a32c179cd9108c25 (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 3d99878d0bb834e2a71ce21b266b03b5e648f647
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Tue Apr 10 23:12:41 2012 +0200
ITS#6656 make reqEntryUUID searchable
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 3 ++-
1 files changed, 2 insertions(+), 1 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 d793594173bb5367e466134d5fe3366feeb672f6 (commit)
from a66f9e9292069ed01ae0fcf50e8a5bb3d3888935 (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 d793594173bb5367e466134d5fe3366feeb672f6
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Apr 10 14:05:05 2012 -0700
ITS#7229 more mdb_page_split tweaks
Also add mdb_debug/mdb_debug_start to toggle debug output at runtime
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 74 +++++++++++++++++++++++++++--------------------
1 files changed, 42 insertions(+), 32 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 f65ee5ddc153dbd70e3853a0a32c179cd9108c25 (commit)
from d7d1789e8077d97077abe9d0ee4f397d3f390a3f (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 f65ee5ddc153dbd70e3853a0a32c179cd9108c25
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Tue Apr 10 22:37:47 2012 +0200
ITS#6656 add reqEntryUUID to logs of write ops
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 60 +++++++++++++++++++++++++++++++++--
1 files changed, 56 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 a66f9e9292069ed01ae0fcf50e8a5bb3d3888935 (commit)
from 191d78948b3af4ddc24773e3f73741281a25513d (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 a66f9e9292069ed01ae0fcf50e8a5bb3d3888935
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Apr 9 19:24:47 2012 -0700
ITS#7210 fix check for freelist changes
Was being fooled before because the newly malloc'd block had
the same address as the previously freed block.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git