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 b842f81bdbdbe1cac4e4383b0219aeb2192dc2e6 (commit)
from bf03f03a7e4e76259fce0d285d86d9a4c01e5675 (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 b842f81bdbdbe1cac4e4383b0219aeb2192dc2e6
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Nov 26 14:10:50 2011 -0600
Retrieve and set hierarchical relationships to returned entities for Roles, UserRoles, AdminRoles, UserAdminRoles and OrgUnits on reads/searches.
-----------------------------------------------------------------------
Summary of changes:
src/java/com/jts/fortress/arbac/AdminRole.java | 38 +++++
src/java/com/jts/fortress/arbac/AdminRoleDAO.java | 2 +
src/java/com/jts/fortress/arbac/AdminRoleUtil.java | 37 ++++--
.../jts/fortress/arbac/DelegatedAccessMgrImpl.java | 8 +-
src/java/com/jts/fortress/arbac/OrgUnit.java | 44 ++++++-
src/java/com/jts/fortress/arbac/OrgUnitDAO.java | 8 +
src/java/com/jts/fortress/arbac/PsoUtil.java | 32 ++++-
src/java/com/jts/fortress/arbac/UserAdminRole.java | 20 +++
src/java/com/jts/fortress/arbac/UsoUtil.java | 30 ++++-
src/java/com/jts/fortress/hier/HierUtil.java | 150 +++++++++++++++-----
src/java/com/jts/fortress/rbac/DSD.java | 2 +-
src/java/com/jts/fortress/rbac/PermDAO.java | 4 +-
src/java/com/jts/fortress/rbac/Role.java | 39 +++++
src/java/com/jts/fortress/rbac/RoleDAO.java | 2 +
src/java/com/jts/fortress/rbac/RoleUtil.java | 45 +++++--
src/java/com/jts/fortress/rbac/SDUtil.java | 2 +-
src/java/com/jts/fortress/rbac/SdDAO.java | 2 +-
src/java/com/jts/fortress/rbac/UserDAO.java | 2 +-
src/java/com/jts/fortress/rbac/UserRole.java | 26 ++++-
src/test/com/jts/fortress/AdminMgrConsole.java | 8 +-
src/test/com/jts/fortress/ReviewMgrConsole.java | 2 +-
21 files changed, 413 insertions(+), 90 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 bf03f03a7e4e76259fce0d285d86d9a4c01e5675 (commit)
from 489c7d987f67ac505f720ce7b4179261582855b6 (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 bf03f03a7e4e76259fce0d285d86d9a4c01e5675
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Nov 26 07:56:06 2011 -0600
Add sequence number to entities for internal processing requirements
-----------------------------------------------------------------------
Summary of changes:
src/java/com/jts/fortress/FortEntity.java | 19 ++++++++++
src/java/com/jts/fortress/arbac/AdminRoleDAO.java | 8 +++--
src/java/com/jts/fortress/arbac/OrgUnitDAO.java | 8 +++--
src/java/com/jts/fortress/audit/AuditDAO.java | 27 ++++++++++-----
src/java/com/jts/fortress/audit/AuthZ.java | 19 ++++++++++
src/java/com/jts/fortress/audit/Bind.java | 19 ++++++++++
src/java/com/jts/fortress/audit/Mod.java | 19 ++++++++++
.../jts/fortress/pwpolicy/openldap/PolicyDAO.java | 8 +++--
src/java/com/jts/fortress/rbac/PermDAO.java | 36 ++++++++++++-------
src/java/com/jts/fortress/rbac/RoleDAO.java | 9 +++--
src/java/com/jts/fortress/rbac/SdDAO.java | 11 ++++--
src/java/com/jts/fortress/rbac/UserDAO.java | 27 ++++++++++----
12 files changed, 163 insertions(+), 47 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 489c7d987f67ac505f720ce7b4179261582855b6 (commit)
from acfbe78ed5daca4a28b5cba49aad37be1899e81e (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 489c7d987f67ac505f720ce7b4179261582855b6
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Nov 26 07:09:05 2011 -0600
modified names to conform with other similar commands
-----------------------------------------------------------------------
Summary of changes:
.../com/jts/fortress/ant/Addroleinheritance.java | 14 +-
.../com/jts/fortress/ant/Delroleinheritance.java | 12 +-
src/java/com/jts/fortress/ant/FortressAntTask.java | 268 +++++++++++++++++++-
3 files changed, 276 insertions(+), 18 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 acfbe78ed5daca4a28b5cba49aad37be1899e81e (commit)
from be69503ee3c1448946f3e16d454df499ed455a0b (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 acfbe78ed5daca4a28b5cba49aad37be1899e81e
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Nov 26 07:06:11 2011 -0600
Added ant commands to add/remove admin role, user org unit and perm org unit hierarchies.
-----------------------------------------------------------------------
Summary of changes:
...xample.xml => HierarchicalAdminRoleExample.xml} | 48 ++++++------
ldap/setup/OrgUnitExample.xml | 76 ++++++++++++++++++++
...heritance.java => Addadminroleinheritance.java} | 30 ++++----
...ritance.java => Addpermorgunitinheritance.java} | 30 ++++----
...ritance.java => Adduserorgunitinheritance.java} | 32 ++++----
...heritance.java => Deladminroleinheritance.java} | 30 ++++----
...ritance.java => Delpermorgunitinheritance.java} | 27 ++++----
...ritance.java => Deluserorgunitinheritance.java} | 31 ++++----
8 files changed, 191 insertions(+), 113 deletions(-)
copy ldap/setup/{HierarchicalRoleExample.xml => HierarchicalAdminRoleExample.xml} (59%)
create mode 100644 ldap/setup/OrgUnitExample.xml
copy src/java/com/jts/fortress/ant/{Addroleinheritance.java => Addadminroleinheritance.java} (60%)
copy src/java/com/jts/fortress/ant/{Addroleinheritance.java => Addpermorgunitinheritance.java} (60%)
copy src/java/com/jts/fortress/ant/{Addroleinheritance.java => Adduserorgunitinheritance.java} (51%)
copy src/java/com/jts/fortress/ant/{Delroleinheritance.java => Deladminroleinheritance.java} (54%)
copy src/java/com/jts/fortress/ant/{Delroleinheritance.java => Delpermorgunitinheritance.java} (65%)
copy src/java/com/jts/fortress/ant/{Delroleinheritance.java => Deluserorgunitinheritance.java} (51%)
---
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 annotated tag, OPENLDAP_REL_ENG_2_4_28 has been created
at 9be1b2d98f8005ee771b75049559428eb73b472b (tag)
tagging 0087592c0b062e09d18c5405507d6b9dc72f1903 (commit)
replaces OPENLDAP_REL_ENG_2_4_27
tagged by Kurt Zeilenga
on Fri Nov 25 12:23:04 2011 -0800
- Log -----------------------------------------------------------------
OpenLDAP 2.4.28
Howard Chu (2):
ITS#7090 fix out-of-order slapadd
ITS#7090 test unordered slapadd
Pierangelo Masarati (1):
fix typos
Quanah Gibson-Mount (1):
ITS#7090
-----------------------------------------------------------------------
---
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 tag, OPENLDAP_REL_ENG_2_4_28 has been created
at ccaff210af2dbedb89d673711b665449c79f58cb (commit)
- Log -----------------------------------------------------------------
commit ccaff210af2dbedb89d673711b665449c79f58cb
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Nov 25 11:07:58 2011 -0800
Set date for 2.4.28
-----------------------------------------------------------------------
---
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 annotated tag, OPENLDAP_RELEASE has been created
at f59b7fb24c3b75cdecfacb92b95fd2b5e76bef67 (tag)
tagging a4197631a3964def8ee393994e11d8b262d19901 (commit)
replaces OPENLDAP_STABLE
tagged by OpenLDAP Project
on Mon Mar 28 10:04:12 2011 -0700
- Log -----------------------------------------------------------------
Latest release
Kurt Zeilenga (3):
Update for release
Update copyright years
revert dates to match those in actual release
Quanah Gibson-Mount (40):
Return to engineering
removed some used vars
Add substring matching rules for some of the olc-schema attributes.
ITS#6832
ITS#6125
ITS#6404
More for ITS#6404
Add ldapi draft
ITS#6839
ITS#6834
ITS#6837
Tweak error message
Use refcnt instead of keeping entry locked in Add response
Fix dnIsSuffix to use berval len
ITS#6125
ITS#6846
ITS#6845
ITS#6849
Fix typo
More for ITS#6845
ITS#6852
ITS#6850
ITS#6855
ITS#6857
Removed missleading comments in ldap_chain_uri_cmp/_dup.
ITS#6858
make documentation impersonal
ITS#6755
ITS#6853
ITS#6859
plugged possible memory leak (e.g. when deleting syncrepl config)
ITS#6863
sl_busy is used as a boolean so just set it, don't increment it
Comment back-ldap/SampleLDAP.pm data structure
ITS#6238
ITS#6877
ITS#6870
ITS#6866
ITS#6879
Prep for 2.4.25 release
-----------------------------------------------------------------------
---
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, OPENLDAP_REL_ENG_2_4 has been updated
via 0087592c0b062e09d18c5405507d6b9dc72f1903 (commit)
via 3479541ef3237807c2565d126cd00983c640c4ce (commit)
via aef1fac4f742c819807adee4c14c0f8074e3cad1 (commit)
via 5da8d3ed7c13d8260755a96c69c9627d6aa4e597 (commit)
from 65a49595f563573f91da936ea27f5eaf6b21a48d (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 0087592c0b062e09d18c5405507d6b9dc72f1903
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Nov 25 10:52:29 2011 -0800
ITS#7090
OpenLDAP 2.4.28
commit 3479541ef3237807c2565d126cd00983c640c4ce
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Nov 25 01:29:34 2011 -0800
ITS#7090 test unordered slapadd
commit aef1fac4f742c819807adee4c14c0f8074e3cad1
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Nov 25 00:23:51 2011 -0800
ITS#7090 fix out-of-order slapadd
commit 5da8d3ed7c13d8260755a96c69c9627d6aa4e597
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Thu Nov 24 19:55:40 2011 +0100
fix typos
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 ++
build/version.var | 6 ++--
servers/slapd/back-mdb/id2entry.c | 6 ++-
servers/slapd/back-sql/config.c | 4 +-
tests/data/test-reordered.ldif | 55 ++++++++++++++++++++++++++++++++
tests/data/test-unordered.ldif | 55 ++++++++++++++++++++++++++++++++
tests/scripts/defines.sh | 2 +
tests/scripts/test001-slapadd | 62 ++++++++++++++++++++++++++++++++++++-
8 files changed, 185 insertions(+), 8 deletions(-)
create mode 100644 tests/data/test-reordered.ldif
create mode 100644 tests/data/test-unordered.ldif
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-www (openldap-www.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 6f894d8de539a4d23b4cce693af30129edcd7814 (commit)
via 151d7e2570db2ee0d8fe26a7660f0f3fd40d8b1a (commit)
via e1ec68b9c86ed66bc064f108dbee8d8ac1326a8b (commit)
via d03a6068644ee7091a85232bf785d6ba4ffd9ece (commit)
via 9d41929422ba9375307e67d61bf8a4e79fd0fac8 (commit)
via 27c004b689f32cee809a70e516534eb35bfadf75 (commit)
from eab0ec5c9d22d9bb39ecdc8e81ff1d6642f9f0ad (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 6f894d8de539a4d23b4cce693af30129edcd7814
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Fri Nov 25 04:39:04 2011 -0800
fortress and other changes
commit 151d7e2570db2ee0d8fe26a7660f0f3fd40d8b1a
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Thu Apr 28 15:26:58 2011 -0700
We don't support ps or pdf output
commit e1ec68b9c86ed66bc064f108dbee8d8ac1326a8b
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Thu Apr 28 15:19:16 2011 -0700
Misc updates
commit d03a6068644ee7091a85232bf785d6ba4ffd9ece
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Thu Apr 28 15:18:36 2011 -0700
Update to latest from FreeBSD.org
commit 9d41929422ba9375307e67d61bf8a4e79fd0fac8
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Thu Mar 31 07:17:40 2011 -0700
Handle support listing requests through RT
commit 27c004b689f32cee809a70e516534eb35bfadf75
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Tue Mar 29 10:43:26 2011 -0700
Update bio
-----------------------------------------------------------------------
Summary of changes:
pages/.wmlrc | 2 +-
pages/devel/contributing.wml | 26 +-
pages/devel/index.wml | 2 +-
pages/fortress/index.wml | 52 ++
pages/foundation/index.wml | 2 +-
pages/index.wml | 1 +
pages/project/index.wml | 8 +-
pages/project/kurt/index.wml | 32 +-
pages/project/powered.wml | 2 +-
pages/software/download/index.wml | 70 +--
pages/software/man.cgi | 1555 +++++++++++++++++++++++--------------
pages/support/index.wml | 8 +-
templates/openldap/common.wml | 6 +-
templates/openldap/openldap.wml | 5 +-
14 files changed, 1081 insertions(+), 690 deletions(-)
create mode 100644 pages/fortress/index.wml
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-www.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 2a8b55b1c55cb99c09543f1b5648da98f5d28a8d (commit)
from 2c4d548206916676026a5b57298ae3086500eb66 (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 2a8b55b1c55cb99c09543f1b5648da98f5d28a8d
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Nov 25 01:29:34 2011 -0800
ITS#7090 test unordered slapadd
-----------------------------------------------------------------------
Summary of changes:
tests/data/test-reordered.ldif | 55 +++++++++++++++++++++++++++++++++++
tests/data/test-unordered.ldif | 55 +++++++++++++++++++++++++++++++++++
tests/scripts/defines.sh | 2 +
tests/scripts/test001-slapadd | 62 +++++++++++++++++++++++++++++++++++++++-
4 files changed, 173 insertions(+), 1 deletions(-)
create mode 100644 tests/data/test-reordered.ldif
create mode 100644 tests/data/test-unordered.ldif
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git