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 a77767013a7cc60bd22ef598ebf5c6e7021bba88 (commit)
via be47ca766713f55e5b3abd18120514fdad7d90f2 (commit)
via 9be6af0dcb0469965477022541e95e74d48dad9e (commit)
via 3d1e70950455725a81fe9e3dc0370d994498d392 (commit)
from 06a3ad08cd07146ecc223c1a3940bd4906a6f7a0 (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 a77767013a7cc60bd22ef598ebf5c6e7021bba88
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 7 17:14:38 2013 +0200
ITS#7515 Reject conflicting page versions.
If mdb_page_touch() sees a page in txn's dirty_list, that
is the page version txn's cursors should have. Fail if
the user may be seeing and depending on another version.
commit be47ca766713f55e5b3abd18120514fdad7d90f2
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 7 17:13:27 2013 +0200
ITS#7515 Fix tracking of parent txn's cursors.
Restore mc_flags and xcursors, they were tracked but not merged.
Simplify: Track parent txn's original cursors after backing them
up, instead of tracking copies and merging them back at commit.
commit 9be6af0dcb0469965477022541e95e74d48dad9e
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 7 17:13:27 2013 +0200
Simplify MDB_cursor: Drop flags C_ALLOCD,C_SHADOW.
commit 3d1e70950455725a81fe9e3dc0370d994498d392
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 6 21:42:45 2013 +0200
Silence more uninit warnings
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 137 +++++++++++++++++++---------------------------
1 files changed, 57 insertions(+), 80 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, fortress-dao has been updated
via b5fc3ef322f001dc438d4e8c683f170c1fba5113 (commit)
from 45576c34656760a4b32141352cbde80de0af8bac (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 b5fc3ef322f001dc438d4e8c683f170c1fba5113
Author: Emmanuel Lécharny <elecharny(a)apache.org>
Date: Fri Jul 5 20:44:17 2013 +0200
Some more cleanup
-----------------------------------------------------------------------
Summary of changes:
.../java/us/jts/fortress/ldap/DataProvider.java | 2 +-
.../ldap/apacheds/ApacheDsDataProvider.java | 2 +-
.../java/us/jts/fortress/rbac/AdminRoleUtil.java | 4 +-
src/main/java/us/jts/fortress/rbac/PermObj.java | 6 +-
src/main/java/us/jts/fortress/rbac/Permission.java | 6 +-
src/main/java/us/jts/fortress/rbac/Role.java | 930 ++++++++++----------
src/main/java/us/jts/fortress/rbac/RoleUtil.java | 4 +-
src/main/java/us/jts/fortress/rbac/User.java | 2 +-
.../java/us/jts/fortress/rbac/dao/DaoFactory.java | 31 +
.../jts/fortress/rbac/dao/unboundid/AuditDAO.java | 2 +-
.../{PermDAO.java => UnboundIdPermDAO.java} | 7 +-
.../us/jts/fortress/rbac/process/AdminRoleP.java | 3 +-
.../java/us/jts/fortress/rbac/process/PermP.java | 7 +-
.../java/us/jts/fortress/rbac/process/RoleP.java | 3 +-
.../java/us/jts/fortress/rbac/process/UserP.java | 2 +-
15 files changed, 544 insertions(+), 467 deletions(-)
rename src/main/java/us/jts/fortress/rbac/dao/unboundid/{PermDAO.java => UnboundIdPermDAO.java} (99%)
---
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 6b4a91102195b1fa48994490ce4eb840c98088be (commit)
from 5aa0d9c975a79aa5f95d30895b62a5ff703f9d89 (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 6b4a91102195b1fa48994490ce4eb840c98088be
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Fri Jul 5 13:29:52 2013 -0500
FC-54 - Upgrade default OpenLDAP installation to 2.4.35-2
-----------------------------------------------------------------------
Summary of changes:
build.properties | 4 ++--
1 files changed, 2 insertions(+), 2 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, fortress-dao has been updated
via 45576c34656760a4b32141352cbde80de0af8bac (commit)
from e56a9d717d611f54ae5bfdb33dc756796c598a2b (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 45576c34656760a4b32141352cbde80de0af8bac
Author: Emmanuel Lécharny <elecharny(a)apache.org>
Date: Fri Jul 5 20:20:59 2013 +0200
Added the OrgUnitDAO and the PermDAO. Some cleanup
-----------------------------------------------------------------------
Summary of changes:
src/main/java/us/jts/fortress/rbac/OrgUnit.java | 2 +-
.../java/us/jts/fortress/rbac/dao/DaoFactory.java | 32 ++
.../java/us/jts/fortress/rbac/dao/OrgUnitDAO.java | 136 +++++++++
.../java/us/jts/fortress/rbac/dao/PermDAO.java | 301 +++++++++++++++++++
.../java/us/jts/fortress/rbac/dao/RoleDAO.java | 48 +++
.../java/us/jts/fortress/rbac/dao/UserDAO.java | 70 +++++
.../ApacheOrgUnitDAO.java} | 308 +++++++++++++-------
.../{OrgUnitDAO.java => UnboundIdOrgUnitDAO.java} | 7 +-
.../us/jts/fortress/rbac/process/OrgUnitP.java | 5 +-
9 files changed, 792 insertions(+), 117 deletions(-)
create mode 100644 src/main/java/us/jts/fortress/rbac/dao/OrgUnitDAO.java
create mode 100644 src/main/java/us/jts/fortress/rbac/dao/PermDAO.java
copy src/main/java/us/jts/fortress/rbac/dao/{unboundid/OrgUnitDAO.java => apache/ApacheOrgUnitDAO.java} (66%)
rename src/main/java/us/jts/fortress/rbac/dao/unboundid/{OrgUnitDAO.java => UnboundIdOrgUnitDAO.java} (98%)
---
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 5aa0d9c975a79aa5f95d30895b62a5ff703f9d89 (commit)
from fd27c85d40f8d209ba00bccbcac8bbc812dbe8a0 (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 5aa0d9c975a79aa5f95d30895b62a5ff703f9d89
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Thu Jul 4 23:31:32 2013 -0500
FC-51 - RoleDAO update should not update role occupants
-----------------------------------------------------------------------
Summary of changes:
src/main/java/us/jts/fortress/rbac/RoleDAO.java | 10 ----------
1 files changed, 0 insertions(+), 10 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 fd27c85d40f8d209ba00bccbcac8bbc812dbe8a0 (commit)
from 93339a132279d8484f71c227bd8b679786c2ac36 (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 fd27c85d40f8d209ba00bccbcac8bbc812dbe8a0
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Thu Jul 4 23:29:36 2013 -0500
FC-50 - UserDAO loadUserRoles & loadUserAdminRoles not properly setting USER_ASSIGN attribute
-----------------------------------------------------------------------
Summary of changes:
src/main/java/us/jts/fortress/rbac/UserDAO.java | 2 ++
1 files changed, 2 insertions(+), 0 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 93339a132279d8484f71c227bd8b679786c2ac36 (commit)
from 41e5f80e66c0f1e6fb6d2a53c308c60b63108358 (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 93339a132279d8484f71c227bd8b679786c2ac36
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Thu Jul 4 23:27:09 2013 -0500
FC-50 - RoleDAO loadUserRoles & loadUserAdminRoles not properly setting USER_ASSIGN attribute
-----------------------------------------------------------------------
Summary of changes:
src/main/java/us/jts/fortress/rbac/RoleDAO.java | 2 ++
1 files changed, 2 insertions(+), 0 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 41e5f80e66c0f1e6fb6d2a53c308c60b63108358 (commit)
from 24a936404885fb9fa4d04aa9a90260c930c5489b (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 41e5f80e66c0f1e6fb6d2a53c308c60b63108358
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Wed Jul 3 11:07:39 2013 -0500
FC-48 - UserDAO employeeType incorrectly mapped
-----------------------------------------------------------------------
Summary of changes:
src/main/java/us/jts/fortress/rbac/User.java | 38 +++++++++++++++++++++++
src/main/java/us/jts/fortress/rbac/UserDAO.java | 2 +-
2 files changed, 39 insertions(+), 1 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 06a3ad08cd07146ecc223c1a3940bd4906a6f7a0 (commit)
from 589370d880fb7272ca6e8ff8fc6efec4cb51d8e2 (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 06a3ad08cd07146ecc223c1a3940bd4906a6f7a0
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jul 2 02:23:49 2013 -0700
Silence uninit warning in prev commit
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git