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 62e4c4f9d0675647ad0d9ca4573060a13df20f34 (commit)
via c37a11a424b79f1601b2426c5802ea309d7799e2 (commit)
from 2d0b362b6f2b1247eb693008a39efaf341f15e82 (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 62e4c4f9d0675647ad0d9ca4573060a13df20f34
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Jun 13 08:58:24 2013 +0200
Don't #define _GNU_SOURCE if already defined.
commit c37a11a424b79f1601b2426c5802ea309d7799e2
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Jun 13 08:25:25 2013 +0200
More for ITS#7620 Fix mdb_ovpage_free().
Do not binary-search dirty_list, it is unsorted when MDB_WRITEMAP.
Catch errors. In nested txns, put the page in mt_free_pgs after
all since pages dirty in a parent txn would add complexities.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 42 ++++++++++++++++++++++++++----------------
1 files changed, 26 insertions(+), 16 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 2d0b362b6f2b1247eb693008a39efaf341f15e82 (commit)
from 99427aa7ded1f2f467fc2b32dde1169a28eb6b64 (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 2d0b362b6f2b1247eb693008a39efaf341f15e82
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jun 12 08:41:32 2013 -0700
Partial revert c2cac4588a40480c020d320b544bc5f8e72adb11
MDB_NEXT was fine before, duh.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 ++----
1 files 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 99427aa7ded1f2f467fc2b32dde1169a28eb6b64 (commit)
from c2cac4588a40480c020d320b544bc5f8e72adb11 (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 99427aa7ded1f2f467fc2b32dde1169a28eb6b64
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Jun 12 17:20:42 2013 +0200
Drop me_pgfree, add mdb_freelist_save().
Split up saving me_pghead, to make me_pgfree unneeded. Also mf_pghead
is now a midl. Needed after e7f6767ea815fe0ada1f95037dfdec176ec4d5bb
("Return fresh overflow pages to current pghead").
Tweak MDB_DEBUG freelist output, make it ascending.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 320 ++++++++++++++++++++++++-----------------------
1 files changed, 166 insertions(+), 154 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 c2cac4588a40480c020d320b544bc5f8e72adb11 (commit)
from bcb67dd22f06a7f7c85350bc548c50ccfc27dbaa (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 c2cac4588a40480c020d320b544bc5f8e72adb11
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jun 11 17:13:08 2013 -0700
Fix CURSOR_NEXT/PREV on emptied DB
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 8 ++++++--
1 files changed, 6 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 bcb67dd22f06a7f7c85350bc548c50ccfc27dbaa (commit)
from e7f6767ea815fe0ada1f95037dfdec176ec4d5bb (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 bcb67dd22f06a7f7c85350bc548c50ccfc27dbaa
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Jun 8 14:10:08 2013 -0700
Make sure mdb_stat() gets valid data
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 ++++++
1 files changed, 6 insertions(+), 0 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 e7f6767ea815fe0ada1f95037dfdec176ec4d5bb (commit)
from aff123ba113728a254339c07560b7d98c88f30a6 (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 e7f6767ea815fe0ada1f95037dfdec176ec4d5bb
Author: Howard Chu <hyc(a)symas.com>
Date: Sun May 5 01:28:12 2013 -0700
Return fresh overflow pages to current pghead
And remove them from the current dirty list.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 79 +++++++++++++++++++++++++++++++++-------------
1 files changed, 56 insertions(+), 23 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-Fortress-Core (openldap-fortress-core.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 937be979664b2c4f4ea85650bc4ae8c7772cfa14 (commit)
from fd5ec8c83d8bee86d65ed6a32280a2a584da3dab (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 937be979664b2c4f4ea85650bc4ae8c7772cfa14
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Thu Jun 6 10:02:24 2013 -0500
FC-27 - Rename constant for user policy violation
-----------------------------------------------------------------------
Summary of changes:
src/main/java/us/jts/fortress/GlobalErrIds.java | 4 ++--
.../java/us/jts/fortress/SecurityException.java | 2 +-
src/main/java/us/jts/fortress/rbac/UserP.java | 8 ++++----
.../us/jts/fortress/rbac/AdminMgrImplTest.java | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git
A ref change was pushed to the OpenLDAP-Fortress-Core (openldap-fortress-core.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via fd5ec8c83d8bee86d65ed6a32280a2a584da3dab (commit)
from 887013a53aaf455112e9f47c73ac90eb4af2ed04 (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 fd5ec8c83d8bee86d65ed6a32280a2a584da3dab
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Thu Jun 6 09:46:15 2013 -0500
FC-25 - Remove role assignment from UserDAO add and update
-----------------------------------------------------------------------
Summary of changes:
.../java/us/jts/fortress/rbac/AdminMgrImpl.java | 11 +----------
src/main/java/us/jts/fortress/rbac/UserRole.java | 2 +-
2 files changed, 2 insertions(+), 11 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 aff123ba113728a254339c07560b7d98c88f30a6 (commit)
from 3b623d66e1e0d1fd78d85e5e657b1a167dba8a51 (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 aff123ba113728a254339c07560b7d98c88f30a6
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jun 5 16:13:43 2013 -0700
ITS#7594 more for subDB cursor fix
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 10 ++++++++++
1 files changed, 10 insertions(+), 0 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 3b623d66e1e0d1fd78d85e5e657b1a167dba8a51 (commit)
from 65faa5ed7ebba7136999f52514c71d8670402627 (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 3b623d66e1e0d1fd78d85e5e657b1a167dba8a51
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jun 5 15:23:54 2013 -0700
ITS#7594 better fix
Update the subDB cursor, don't invalidate it
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git