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@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