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 f6fd75c927c4cba6a60bca658b2dda9ab80f8029 (commit)
via a334257800bc30810e4ed4da7fd2681c1f765821 (commit)
via 4cabb24b830af0ecf1b726837f6b5097239e27d1 (commit)
from e6bab8f3148cb47d2b4af137c945bacef5bd806c (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 f6fd75c927c4cba6a60bca658b2dda9ab80f8029
Merge: e6bab8f a334257
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jun 4 19:42:26 2012 -0700
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 33 ++++++++++++++++++++++-----------
1 files changed, 22 insertions(+), 11 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 3f46f2e0bcc6b4eb3900c6686c26d7d3698a2255 (commit)
via a334257800bc30810e4ed4da7fd2681c1f765821 (commit)
via 4cabb24b830af0ecf1b726837f6b5097239e27d1 (commit)
from 243a2316d3ffc889da301d021fe0b8bc097ee634 (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 3f46f2e0bcc6b4eb3900c6686c26d7d3698a2255
Merge: 243a231 a334257
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jun 4 19:41:58 2012 -0700
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 33 ++++++++++++++++++++++-----------
1 files changed, 22 insertions(+), 11 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-Fortress-Realm (openldap-fortress-realm.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 219fab0934d481380ecd5e1b7cf1e49c9d6100bc (commit)
from 79238d5b7dc15d74125a78e0316a28f38794638e (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 219fab0934d481380ecd5e1b7cf1e49c9d6100bc
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Mon Jun 4 17:32:03 2012 -0500
rc10 includes searchable DSD cache.
-----------------------------------------------------------------------
Summary of changes:
NOTICE.txt | 6 +-
build.xml | 2 +-
buildWs.xml | 2 +-
conf/ehcache.xml | 792 +++---------------------------------------------------
4 files changed, 44 insertions(+), 758 deletions(-)
mode change 100644 => 100755 NOTICE.txt
mode change 100755 => 100644 conf/log4j.xml
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-realm.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 476391683aee9cce5cfd047cb68552ad1a380c67 (commit)
from 822f764dbfc91bf29bc36e2c16af86955b0273ee (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 476391683aee9cce5cfd047cb68552ad1a380c67
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Jun 3 11:58:55 2012 -0500
rc10 includes searchable cache for DSD
-----------------------------------------------------------------------
Summary of changes:
build.xml | 2 +-
config/ehcache.xml | 798 +-------------------
ldap/setup/FortressDemoUsers.xml | 4 +-
ldap/setup/HierarchicalAdminRoleExample.xml | 2 +-
ldap/setup/HierarchicalRoleExample.xml | 2 +-
ldap/setup/refreshLDAPData-src.xml | 2 +-
ldap/slapd.conf.src | 11 +-
.../java/com/jts/fortress/rbac/AdminMgrImpl.java | 63 ++-
src/main/java/com/jts/fortress/rbac/SDUtil.java | 43 +-
9 files changed, 126 insertions(+), 801 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 822f764dbfc91bf29bc36e2c16af86955b0273ee (commit)
from 3b3be0bfa431d6b6aff713194177c8d7f565f9d2 (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 822f764dbfc91bf29bc36e2c16af86955b0273ee
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Jun 3 02:22:56 2012 -0500
Add DSD cache search
-----------------------------------------------------------------------
Summary of changes:
config/ehcache.xml | 18 ++-
config/fortress.properties.src | 4 +
src/main/java/com/jts/fortress/rbac/DSD.java | 3 +-
src/main/java/com/jts/fortress/rbac/SDSet.java | 40 ++++
src/main/java/com/jts/fortress/rbac/SDUtil.java | 245 ++++++++++++++++----
src/main/java/com/jts/fortress/rbac/SdDAO.java | 52 ++++
src/main/java/com/jts/fortress/rbac/SdP.java | 14 ++
.../java/com/jts/fortress/util/cache/Cache.java | 8 +
.../com/jts/fortress/util/cache/DsdCacheEntry.java | 58 +++++
.../com/jts/fortress/util/cache/EhCacheImpl.java | 23 ++
.../java/com/jts/fortress/misc/CacheSample.java | 199 ++++++++++++++++
.../com/jts/fortress/rbac/FortressJUnitTest.java | 4 +-
12 files changed, 618 insertions(+), 50 deletions(-)
create mode 100644 src/main/java/com/jts/fortress/util/cache/DsdCacheEntry.java
create mode 100644 src/test/java/com/jts/fortress/misc/CacheSample.java
---
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 a334257800bc30810e4ed4da7fd2681c1f765821 (commit)
from 4cabb24b830af0ecf1b726837f6b5097239e27d1 (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 a334257800bc30810e4ed4da7fd2681c1f765821
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jun 2 05:26:31 2012 -0700
Tweak prev commit, use first unused slot
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 2 +-
1 files changed, 1 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, mdb.master has been updated
via 4cabb24b830af0ecf1b726837f6b5097239e27d1 (commit)
from eeec509150c3198047ec349eaf80eea90569ed2d (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 4cabb24b830af0ecf1b726837f6b5097239e27d1
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jun 2 05:24:47 2012 -0700
Fix mdb_open, re-use closed dbi slots
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 33 ++++++++++++++++++++++-----------
1 files changed, 22 insertions(+), 11 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 3b3be0bfa431d6b6aff713194177c8d7f565f9d2 (commit)
from 4cfcbd6fb2cbaa2a83c200d76ac66f95db2be1a3 (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 3b3be0bfa431d6b6aff713194177c8d7f565f9d2
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Fri Jun 1 22:46:42 2012 -0500
Switch from TreeSet to HashSet impl for non-ordered sets.
-----------------------------------------------------------------------
Summary of changes:
.../jts/fortress/cli/CommandLineInterpreter.java | 8 +++-
src/main/java/com/jts/fortress/hier/HierUtil.java | 5 ++-
src/main/java/com/jts/fortress/rbac/DSD.java | 6 ++--
.../java/com/jts/fortress/rbac/ReviewMgrImpl.java | 4 +-
src/main/java/com/jts/fortress/rbac/SDSet.java | 11 +++++-
src/main/java/com/jts/fortress/rbac/SDUtil.java | 39 ++++++++++++++++++++
src/main/java/com/jts/fortress/rbac/SdDAO.java | 5 ++-
src/main/java/com/jts/fortress/rbac/SdP.java | 4 +-
src/main/java/com/jts/fortress/rbac/UserDAO.java | 4 +-
.../com/jts/fortress/arbac/AdminRoleTestData.java | 6 ++--
.../com/jts/fortress/arbac/OrgUnitTestData.java | 6 ++--
src/test/java/com/jts/fortress/arbac/PRA.java | 2 +-
.../java/com/jts/fortress/rbac/RoleTestData.java | 8 ++--
13 files changed, 81 insertions(+), 27 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 4cfcbd6fb2cbaa2a83c200d76ac66f95db2be1a3 (commit)
from fe01cac9ecc9facb430ead09951a295156bb9f24 (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 4cfcbd6fb2cbaa2a83c200d76ac66f95db2be1a3
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Fri Jun 1 19:38:50 2012 -0500
Add junit test case for DSD multiple set bug.
-----------------------------------------------------------------------
Summary of changes:
.../com/jts/fortress/rbac/AccessMgrImplTest.java | 1 +
.../com/jts/fortress/rbac/AdminMgrImplTest.java | 18 +++--
.../java/com/jts/fortress/rbac/RoleTestData.java | 73 +++++++++++++++++++-
.../java/com/jts/fortress/rbac/UserTestData.java | 31 ++++++++-
4 files changed, 115 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 fe01cac9ecc9facb430ead09951a295156bb9f24 (commit)
from 43aed7562ee8ca175aee5b66b061ac2b7280634c (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 fe01cac9ecc9facb430ead09951a295156bb9f24
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Fri Jun 1 18:32:21 2012 -0500
Fix DSD bug, check failed with multiple sets.
-----------------------------------------------------------------------
Summary of changes:
src/main/java/com/jts/fortress/rbac/DSD.java | 5 +----
src/main/java/com/jts/fortress/rbac/SDUtil.java | 1 -
2 files changed, 1 insertions(+), 5 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git