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 b62718a20b486877461965d9962025acb371b416 (commit)
from 661a5b066d11790e4f5626a69b8dd6e8de03504e (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 b62718a20b486877461965d9962025acb371b416
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Aug 12 22:27:04 2012 -0500
RC12 add config option to disable check access audit trail
-----------------------------------------------------------------------
Summary of changes:
src/main/java/com/jts/fortress/rbac/PermDAO.java | 31 +++++++++++---------
.../com/jts/fortress/rbac/FortressJUnitTest.java | 4 +-
2 files changed, 19 insertions(+), 16 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 661a5b066d11790e4f5626a69b8dd6e8de03504e (commit)
from b2eea4105f8b83f8d36b7e1d329596183bb3a90b (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 661a5b066d11790e4f5626a69b8dd6e8de03504e
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Aug 12 22:17:36 2012 -0500
RC12 permission check code cleanup.
-----------------------------------------------------------------------
Summary of changes:
.../java/com/jts/fortress/ldap/DataProvider.java | 20 ++++++
src/main/java/com/jts/fortress/rbac/PermDAO.java | 72 +++++++++----------
src/main/java/com/jts/fortress/rbac/PolicyDAO.java | 2 +-
3 files changed, 55 insertions(+), 39 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 b2eea4105f8b83f8d36b7e1d329596183bb3a90b (commit)
from 5e8abb8e507f9b8a225de388ffca654873444eef (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 b2eea4105f8b83f8d36b7e1d329596183bb3a90b
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Aug 12 17:50:58 2012 -0500
RC12 - audit and access control performance enhancements
-----------------------------------------------------------------------
Summary of changes:
build.properties | 59 +++++----
config/fortress.properties.src | 18 ++--
src/main/java/com/jts/fortress/GlobalIds.java | 1 +
.../java/com/jts/fortress/ldap/DataProvider.java | 14 ++
src/main/java/com/jts/fortress/rbac/AuditDAO.java | 47 +++++---
.../java/com/jts/fortress/rbac/OrgUnitDAO.java | 9 +-
src/main/java/com/jts/fortress/rbac/PermDAO.java | 130 ++++++++++++++------
src/main/java/com/jts/fortress/rbac/UserAudit.java | 27 ++++-
.../com/jts/fortress/rbac/AccessMgrImplTest.java | 7 +-
.../com/jts/fortress/rbac/AuditMgrImplTest.java | 11 +-
.../com/jts/fortress/rbac/FortressJUnitTest.java | 12 +-
11 files changed, 221 insertions(+), 114 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 5e8abb8e507f9b8a225de388ffca654873444eef (commit)
from 2d6ef6297e044191ba31e54a6f978f08adcda82d (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 5e8abb8e507f9b8a225de388ffca654873444eef
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Aug 11 12:30:03 2012 -0500
RC12 Move ldap utilities into provider dao class
-----------------------------------------------------------------------
Summary of changes:
.../java/com/jts/fortress/ldap/DataProvider.java | 38 +++++++-
.../java/com/jts/fortress/rbac/AdminRoleDAO.java | 4 +-
.../java/com/jts/fortress/rbac/OrgUnitDAO.java | 2 +-
src/main/java/com/jts/fortress/rbac/PermDAO.java | 14 ++--
src/main/java/com/jts/fortress/rbac/PolicyDAO.java | 2 +-
src/main/java/com/jts/fortress/rbac/RoleDAO.java | 4 +-
src/main/java/com/jts/fortress/rbac/SdDAO.java | 4 +-
src/main/java/com/jts/fortress/rbac/UserDAO.java | 20 ++--
.../java/com/jts/fortress/util/attr/VUtil.java | 99 +++++++-------------
.../java/com/jts/fortress/example/ExampleDAO.java | 13 ++-
10 files changed, 100 insertions(+), 100 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 2d6ef6297e044191ba31e54a6f978f08adcda82d (commit)
from 1e72716a6815e12cdcc2c7fc3aa05f7096eb8d61 (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 2d6ef6297e044191ba31e54a6f978f08adcda82d
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Tue Aug 7 19:47:49 2012 -0500
RC12 convert daoutils to abstract class.
-----------------------------------------------------------------------
Summary of changes:
src/main/java/com/jts/fortress/cfg/ConfigDAO.java | 26 ++--
.../ldap/{DaoUtil.java => DataProvider.java} | 78 +++++-----
src/main/java/com/jts/fortress/ldap/PoolMgr.java | 2 +-
.../ldap/container/OrganizationalUnitDAO.java | 21 +--
.../com/jts/fortress/ldap/suffix/SuffixDAO.java | 14 +-
.../java/com/jts/fortress/rbac/AdminRoleDAO.java | 73 ++++----
src/main/java/com/jts/fortress/rbac/AuditDAO.java | 138 ++++++++--------
src/main/java/com/jts/fortress/rbac/HierDAO.java | 32 ++--
.../java/com/jts/fortress/rbac/OrgUnitDAO.java | 45 +++---
src/main/java/com/jts/fortress/rbac/PermDAO.java | 135 ++++++++--------
src/main/java/com/jts/fortress/rbac/PolicyDAO.java | 87 +++++-----
src/main/java/com/jts/fortress/rbac/RoleDAO.java | 57 +++----
src/main/java/com/jts/fortress/rbac/SdDAO.java | 47 +++---
src/main/java/com/jts/fortress/rbac/UserDAO.java | 176 ++++++++++----------
.../java/com/jts/fortress/example/ExampleDAO.java | 34 ++--
15 files changed, 477 insertions(+), 488 deletions(-)
rename src/main/java/com/jts/fortress/ldap/{DaoUtil.java => DataProvider.java} (92%)
mode change 100755 => 100644
---
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 1e72716a6815e12cdcc2c7fc3aa05f7096eb8d61 (commit)
from 5a13ac048edb03c583b69abc5ef2c1cd92ba2257 (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 1e72716a6815e12cdcc2c7fc3aa05f7096eb8d61
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Aug 5 21:22:10 2012 -0500
RC12 additions include method to assert contextId onto entities.
-----------------------------------------------------------------------
Summary of changes:
.../java/com/jts/fortress/rbac/AccessMgrImpl.java | 60 +++++------
.../java/com/jts/fortress/rbac/AdminMgrImpl.java | 113 +++++++++-----------
.../java/com/jts/fortress/rbac/AuditMgrImpl.java | 18 +--
.../com/jts/fortress/rbac/DelAccessMgrImpl.java | 64 +++++------
.../com/jts/fortress/rbac/DelAdminMgrImpl.java | 68 +++++--------
.../com/jts/fortress/rbac/DelReviewMgrImpl.java | 12 +--
.../java/com/jts/fortress/rbac/Manageable.java | 33 +++++-
.../com/jts/fortress/rbac/PwPolicyMgrImpl.java | 7 +-
.../java/com/jts/fortress/rbac/ReviewMgrImpl.java | 89 +++++----------
.../java/com/jts/fortress/util/attr/VUtil.java | 7 +-
.../com/jts/fortress/rbac/FortressJUnitTest.java | 4 +-
11 files changed, 213 insertions(+), 262 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 5a13ac048edb03c583b69abc5ef2c1cd92ba2257 (commit)
from 97da74b44552ab2682fa6e02b168de5e67e0518b (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 5a13ac048edb03c583b69abc5ef2c1cd92ba2257
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Aug 5 14:21:17 2012 -0500
RC12 includes new factory methods to create fortress Managers.
-----------------------------------------------------------------------
Summary of changes:
.../java/com/jts/fortress/AccessMgrFactory.java | 23 +++++++++++++++-
.../java/com/jts/fortress/AdminMgrFactory.java | 22 ++++++++++++++-
.../java/com/jts/fortress/AuditMgrFactory.java | 22 ++++++++++++++-
.../java/com/jts/fortress/DelAccessMgrFactory.java | 19 +++++++++++++
.../java/com/jts/fortress/DelAdminMgrFactory.java | 18 ++++++++++++
.../java/com/jts/fortress/DelReviewMgrFactory.java | 18 ++++++++++++
.../java/com/jts/fortress/PwPolicyMgrFactory.java | 18 ++++++++++++
.../java/com/jts/fortress/ReviewMgrFactory.java | 20 ++++++++++++-
.../com/jts/fortress/rbac/AdminMgrImplTest.java | 3 +-
.../com/jts/fortress/rbac/AuditMgrImplTest.java | 28 +++++++++++++++-----
.../jts/fortress/rbac/DelegatedMgrImplTest.java | 3 +-
.../java/com/jts/fortress/rbac/PermTestData.java | 1 -
.../jts/fortress/rbac/PswdPolicyMgrImplTest.java | 3 +-
.../com/jts/fortress/rbac/ReviewMgrImplTest.java | 3 +-
14 files changed, 177 insertions(+), 24 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 97da74b44552ab2682fa6e02b168de5e67e0518b (commit)
from 97199804d72a5f8667bb8e73fe0b60b480a867f0 (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 97da74b44552ab2682fa6e02b168de5e67e0518b
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Aug 5 11:00:51 2012 -0500
RC12 - add tenant using Ant
-----------------------------------------------------------------------
Summary of changes:
ldap/setup/FortressDemoUsers.xml | 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 97199804d72a5f8667bb8e73fe0b60b480a867f0 (commit)
from 2d4ab26167e46d70b27162d16f16ed110ca694f5 (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 97199804d72a5f8667bb8e73fe0b60b480a867f0
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Aug 5 10:44:13 2012 -0500
RC12 - Support adding new contexts through Ant admin.
-----------------------------------------------------------------------
Summary of changes:
src/main/java/com/jts/fortress/ant/Addcontext.java | 71 ++++++++++++++++++++
1 files changed, 71 insertions(+), 0 deletions(-)
create mode 100755 src/main/java/com/jts/fortress/ant/Addcontext.java
---
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 2d4ab26167e46d70b27162d16f16ed110ca694f5 (commit)
from 42b236647d984af332b5d54203dbc0b924de17a6 (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 2d4ab26167e46d70b27162d16f16ed110ca694f5
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Aug 5 10:40:54 2012 -0500
RC12 - cleanup
-----------------------------------------------------------------------
Summary of changes:
config/fortress.properties.src | 18 +++++++++---------
src/main/java/com/jts/fortress/rbac/package.html | 4 ----
2 files changed, 9 insertions(+), 13 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git