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 79e8779c8a114f8859ff5ce2b3f3ac4ceaf3595e (commit)
from 1e8ef2ab2e6cdd4edaef7dbba014b1230f2a0138 (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 79e8779c8a114f8859ff5ce2b3f3ac4ceaf3595e
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Oct 22 20:56:26 2011 -0500
synch up and change password from String to char[] in APIs.
-----------------------------------------------------------------------
Summary of changes:
.../impl/com/jts/fortress/realm/J2eePolicyMgr.java | 4 ++--
.../com/jts/fortress/realm/J2eePolicyMgrImpl.java | 4 ++--
.../jts/fortress/realm/tomcat/TcAccessMgrImpl.java | 2 +-
.../fortress/realm/websphere/WsAccessMgrImpl.java | 2 +-
.../fortress/realm/tomcat/Tc7AccessMgrProxy.java | 2 +-
.../com/jts/fortress/realm/tomcat/TcAccessMgr.java | 2 +-
.../fortress/realm/tomcat/TcAccessMgrProxy.java | 2 +-
7 files changed, 9 insertions(+), 9 deletions(-)
mode change 100755 => 100644 src/java/impl/com/jts/fortress/realm/J2eePolicyMgr.java
mode change 100755 => 100644 src/java/impl/com/jts/fortress/realm/J2eePolicyMgrFactory.java
mode change 100755 => 100644 src/java/impl/com/jts/fortress/realm/J2eePolicyMgrImpl.java
mode change 100755 => 100644 src/java/impl/com/jts/fortress/realm/tomcat/TcAccessMgrImpl.java
mode change 100755 => 100644 src/java/impl/com/jts/fortress/realm/tomcat/TcPrincipal.java
mode change 100755 => 100644 src/java/impl/com/jts/fortress/realm/websphere/WsAccessMgrImpl.java
mode change 100755 => 100644 src/java/proxy/com/jts/fortress/realm/tomcat/Tc7AccessMgrProxy.java
mode change 100755 => 100644 src/java/proxy/com/jts/fortress/realm/tomcat/TcAccessMgr.java
mode change 100755 => 100644 src/java/proxy/com/jts/fortress/realm/tomcat/TcAccessMgrProxy.java
mode change 100755 => 100644 src/java/proxy/com/jts/fortress/realm/util/ChildFirstUrlClassLoader.java
mode change 100755 => 100644 src/java/proxy/com/jts/fortress/realm/util/CpUtil.java
mode change 100755 => 100644 src/java/proxy/com/jts/fortress/realm/websphere/WsAccessMgrProxy.java
---
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 dc04c3b593dcba3303c17954ad901aecf84b1b5e (commit)
via 58c14b474748477ff72959e154fc33319a1ae47b (commit)
from 1488e04062d21bf47a296875a1691310c1580013 (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 dc04c3b593dcba3303c17954ad901aecf84b1b5e
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Oct 22 15:07:53 2011 -0500
Change password from String to char[] in APIs.
commit 58c14b474748477ff72959e154fc33319a1ae47b
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Oct 16 10:21:50 2011 -0500
sych up changes
-----------------------------------------------------------------------
Summary of changes:
build.xml | 15 ++++-
src/java/com/jts/fortress/AccessMgr.java | 8 +-
src/java/com/jts/fortress/AdminMgr.java | 4 +-
src/java/com/jts/fortress/DelegatedAccessMgr.java | 8 +-
src/java/com/jts/fortress/arbac/AdminUtil.java | 10 +-
.../jts/fortress/arbac/DelegatedAccessMgrImpl.java | 8 +-
src/java/com/jts/fortress/ldap/PoolMgr.java | 8 +-
src/java/com/jts/fortress/rbac/AccessMgrImpl.java | 4 +-
src/java/com/jts/fortress/rbac/AdminMgrImpl.java | 4 +-
src/java/com/jts/fortress/rbac/PermP.java | 4 +-
src/java/com/jts/fortress/rbac/User.java | 16 ++--
src/java/com/jts/fortress/rbac/UserDAO.java | 12 ++--
src/java/com/jts/fortress/rbac/UserP.java | 8 +-
src/java/com/jts/fortress/util/attr/VUtil.java | 36 ++++++++-
src/test/com/jts/fortress/AccessMgrConsole.java | 6 +-
src/test/com/jts/fortress/AdminMgrConsole.java | 12 ++--
.../jts/fortress/DelegatedAccessMgrConsole.java | 2 +-
.../fortress/pwpolicy/PswdPolicyMgrImplTest.java | 82 +++++++++++++------
.../com/jts/fortress/rbac/AccessMgrImplTest.java | 4 +-
src/test/com/jts/fortress/rbac/UserTestData.java | 4 +-
.../com/jts/fortress/samples/AccessMgrSample.java | 18 ++--
.../jts/fortress/samples/CreateSessionSample.java | 10 +-
.../com/jts/fortress/samples/CreateUserSample.java | 2 +-
23 files changed, 180 insertions(+), 105 deletions(-)
mode change 100755 => 100644 config/bootstrap/fortress.properties.src
---
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, master has been updated
via 2014460eb56ad60886b8e0d5fc9fa9e856f23791 (commit)
from 52db507de0ef0cde16659db0e86d8366857839e9 (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 2014460eb56ad60886b8e0d5fc9fa9e856f23791
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 20 13:46:39 2011 -0700
Only use tool IDL cache when multithreaded
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/index.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, master has been updated
via 52db507de0ef0cde16659db0e86d8366857839e9 (commit)
from 1ca56b53971a7c0e7b57104f6bbab58003b51732 (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 52db507de0ef0cde16659db0e86d8366857839e9
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 20 10:39:56 2011 -0700
slaptest checks a configuration, not necessarily slapd.conf
-----------------------------------------------------------------------
Summary of changes:
doc/man/man8/slaptest.8 | 6 +++---
1 files changed, 3 insertions(+), 3 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 1ca56b53971a7c0e7b57104f6bbab58003b51732 (commit)
from 72483b1d7239e1e6b7223ba5283378da1b78ebed (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 1ca56b53971a7c0e7b57104f6bbab58003b51732
Author: Ralf Haferkamp <ralf(a)openldap.org>
Date: Thu Oct 20 11:07:01 2011 +0200
ITS#7066 Reworked fix
Seems simpler this way. No need for a back-config specific
bi_access_allowed() handler.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/bconfig.c | 60 +++++++++++++++++++---------------------------
1 files changed, 25 insertions(+), 35 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 72483b1d7239e1e6b7223ba5283378da1b78ebed (commit)
from 0e70713702f999f2e801c1a85957f1d4edfb6a78 (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 72483b1d7239e1e6b7223ba5283378da1b78ebed
Author: Ralf Haferkamp <ralf(a)openldap.org>
Date: Wed Oct 19 11:46:00 2011 +0200
plugged mem-leak introduced by last commit
more for ITS#7066
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/bconfig.c | 5 +++++
1 files changed, 5 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, master has been updated
via 0e70713702f999f2e801c1a85957f1d4edfb6a78 (commit)
from cf59ac0d70e7a37b16be57d61d72f5faf41b1723 (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 0e70713702f999f2e801c1a85957f1d4edfb6a78
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Oct 19 03:52:07 2011 -0700
This ought to have been here a long time ago
-----------------------------------------------------------------------
Summary of changes:
doc/drafts/draft-chu-ldap-xordered-xx.txt | 952 +++++++++++++++++++++++++++++
doc/drafts/draft-chu-ldap-xordered-xx.xml | 390 ++++++++++++
2 files changed, 1342 insertions(+), 0 deletions(-)
create mode 100644 doc/drafts/draft-chu-ldap-xordered-xx.txt
create mode 100644 doc/drafts/draft-chu-ldap-xordered-xx.xml
---
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 cf59ac0d70e7a37b16be57d61d72f5faf41b1723 (commit)
from 6018fe9671dcbb90e3845bc14851858c5d9fdf2a (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 cf59ac0d70e7a37b16be57d61d72f5faf41b1723
Author: Ralf Haferkamp <ralf(a)openldap.org>
Date: Tue Oct 18 17:08:05 2011 +0200
ITS#7066 reworked default deny ACL for cn=config
Dynamically adding ACL for cn=config didn't work correctly, when no
ACLs where present for that database upon startup. Delete the last
ACL from the DB could also lead to unexpected results.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/bconfig.c | 46 +++++++++++++++++++++++++++++++++++++++-------
1 files changed, 39 insertions(+), 7 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git