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 5ca62457f35f5b23f81665b2d606c5f3391bf689 (commit)
from 7d13ef7e42f1514dd99878835a13a700da4f4b69 (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 5ca62457f35f5b23f81665b2d606c5f3391bf689
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jan 21 08:49:49 2012 -0800
Fix: txn is invalidated by mdb_txn_commit()
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/add.c | 5 +++--
1 files changed, 3 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, master has been updated
via 7d13ef7e42f1514dd99878835a13a700da4f4b69 (commit)
via e8e57be42107a877f604d0c4e67115ef37681a1b (commit)
via 3d6b924c2560f39973de82d2599ce9d6542b9cb2 (commit)
via 1c8de1883c1a9c239a5ba69a291c07889c1fe7da (commit)
via b9cbcb05889811f64983622cd75a3485f688a0dc (commit)
via 713bf092b6d3ac350deea6d8f641110784d61efe (commit)
via a17f8e73265d5407e0a3f98ab79add0f839b997b (commit)
via 81afbb2fca0effc3637c88ce03935b6b3f5eca47 (commit)
via 95a72ac82a4ddd0fc8f27cc487e292ee70fa9c97 (commit)
from 03e594d9031bcf878acd3f7bf8fe2d983a88fd55 (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 7d13ef7e42f1514dd99878835a13a700da4f4b69
Merge: 03e594d e8e57be
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jan 21 08:29:03 2012 -0800
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 56 +++++++++++++++++++++++++++++++++++++++++------
libraries/libmdb/mdb.h | 3 +-
2 files changed, 50 insertions(+), 9 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 e8e57be42107a877f604d0c4e67115ef37681a1b (commit)
via 3d6b924c2560f39973de82d2599ce9d6542b9cb2 (commit)
via 1c8de1883c1a9c239a5ba69a291c07889c1fe7da (commit)
via b9cbcb05889811f64983622cd75a3485f688a0dc (commit)
from 713bf092b6d3ac350deea6d8f641110784d61efe (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 e8e57be42107a877f604d0c4e67115ef37681a1b
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Jan 21 08:22:59 2012 -0800
Add valgrind support with -DUSE_VALGRIND
Track allocations and invalid accesses to freed tmp pages.
commit 3d6b924c2560f39973de82d2599ce9d6542b9cb2
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Jan 21 08:20:43 2012 -0800
txn_commit must abort txn before returning errors
Fix for failure when committing a txn that is a child of
some parent txn.
commit 1c8de1883c1a9c239a5ba69a291c07889c1fe7da
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Jan 21 08:18:37 2012 -0800
ITS#7121 fix page splits when newindx == 0
commit b9cbcb05889811f64983622cd75a3485f688a0dc
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Jan 21 08:12:56 2012 -0800
ITS#7126 fix cursor tracking code
Don't compare cursors that aren't deep enough to match the
current cursor.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 54 +++++++++++++++++++++++++++++++++++++++++------
libraries/libmdb/mdb.h | 1 +
2 files changed, 48 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 713bf092b6d3ac350deea6d8f641110784d61efe (commit)
via a17f8e73265d5407e0a3f98ab79add0f839b997b (commit)
via 81afbb2fca0effc3637c88ce03935b6b3f5eca47 (commit)
from 95a72ac82a4ddd0fc8f27cc487e292ee70fa9c97 (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 713bf092b6d3ac350deea6d8f641110784d61efe
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Jan 21 08:07:56 2012 -0800
Happy New Year!
commit a17f8e73265d5407e0a3f98ab79add0f839b997b
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 4 15:25:18 2012 -0800
ITS#7121 fix page splits when data+key size is too large
commit 81afbb2fca0effc3637c88ce03935b6b3f5eca47
Author: Kurt Zeilenga <kurt.zeilenga(a)isode.com>
Date: Sun Jan 1 07:07:45 2012 -0800
Happy New Year!
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 10 +++++-----
libraries/libmdb/mdb.h | 2 +-
libraries/libmdb/midl.c | 2 +-
libraries/libmdb/midl.h | 2 +-
4 files 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, master has been updated
via 03e594d9031bcf878acd3f7bf8fe2d983a88fd55 (commit)
from 214ad8c9879b4af1f1a730a4cd492453f19c8665 (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 03e594d9031bcf878acd3f7bf8fe2d983a88fd55
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jan 21 04:57:58 2012 +0100
ITS#7075 Re-fix back-perl initialization.
Use PERL_SYS_INIT3() after all. There appears to be no correct
way to do this, so we should as least follow the documentation.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-perl/init.c | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 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 2c24461cca8bd6e227f37e70b7363d17344e1285 (commit)
via 6d3943736b89b028a3c8cbcd4ddfda3c0e1e2aa5 (commit)
from 29e6923b8b38cb02a43182aeb4a0ef8e9fa09441 (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 2c24461cca8bd6e227f37e70b7363d17344e1285
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Jan 20 15:54:19 2012 -0800
ITS#7127
commit 6d3943736b89b028a3c8cbcd4ddfda3c0e1e2aa5
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jan 19 15:55:54 2012 -0800
ITS#7127 fix syncrepl_config reference to freed memory
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/syncrepl.c | 6 +++---
2 files changed, 4 insertions(+), 3 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 29e6923b8b38cb02a43182aeb4a0ef8e9fa09441 (commit)
from 40cd9d7a0de8abf617f5b21477059e1c7f78bbe8 (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 29e6923b8b38cb02a43182aeb4a0ef8e9fa09441
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 16 10:10:19 2012 -0800
Clarification/warning about delta-sync backup/restore
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/replication.sdf | 7 ++++++-
1 files changed, 6 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, OPENLDAP_REL_ENG_2_4 has been updated
via 40cd9d7a0de8abf617f5b21477059e1c7f78bbe8 (commit)
via 96899e994812f9311d7dd613edefa7dffeeb9131 (commit)
from 89bf2fb76b6aa7f47cdec4dd8e509263850a95c4 (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 40cd9d7a0de8abf617f5b21477059e1c7f78bbe8
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Jan 20 15:47:13 2012 -0800
ITS#7125
commit 96899e994812f9311d7dd613edefa7dffeeb9131
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Fri Jan 13 16:07:39 2012 +0100
ITS#7125 Fix Connection.c_mutex usage.
Partial revert of 9e00b6cc6ce2857490b33218bdaf1339319c5f60:connection.c.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/connection.c | 5 ++---
2 files changed, 3 insertions(+), 3 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 89bf2fb76b6aa7f47cdec4dd8e509263850a95c4 (commit)
from a321e86bdbc1e09f5e4b0e3c2a997430514ace43 (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 89bf2fb76b6aa7f47cdec4dd8e509263850a95c4
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Fri Jan 13 15:38:12 2012 +0100
ITS#7115 Re-fix tpool.c (idle/unidle)
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap_r/tpool.c | 96 +++++++++++++++++++++++-------------------
1 files changed, 53 insertions(+), 43 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 a321e86bdbc1e09f5e4b0e3c2a997430514ace43 (commit)
from 42c1ff8a28d35482e9c34d063b4bd5d441bb364a (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 a321e86bdbc1e09f5e4b0e3c2a997430514ace43
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 4 15:25:18 2012 -0800
ITS#7121 fix page splits when data+key size is too large
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git