You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2016/04/15 18:44:35 UTC

svn commit: r1739330 - in /directory/site/trunk/content: fortress/news.mdtext fortress/overview.mdtext index.mdtext

Author: smckinney
Date: Fri Apr 15 16:44:34 2016
New Revision: 1739330

URL: http://svn.apache.org/viewvc?rev=1739330&view=rev
Log:
fortress 1.0.0 release

Modified:
    directory/site/trunk/content/fortress/news.mdtext
    directory/site/trunk/content/fortress/overview.mdtext
    directory/site/trunk/content/index.mdtext

Modified: directory/site/trunk/content/fortress/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/news.mdtext?rev=1739330&r1=1739329&r2=1739330&view=diff
==============================================================================
--- directory/site/trunk/content/fortress/news.mdtext (original)
+++ directory/site/trunk/content/fortress/news.mdtext Fri Apr 15 16:44:34 2016
@@ -1,12 +1,8 @@
 # Fortress News
 
-<h2 class="news">Apache Fortress 1.0-RC42 Released<em>posted on March 28th, 2016</em></h2>
-
-The Apache Directory Project announces the second release of Fortress which includes the Core, Realm, Rest and Web components.
+<h2 class="news">Apache Fortress 1.0.0 Released<em>posted on April 15th, 2016</em></h2>
 
-Dozens of features and bug fixes have been added since the last release.
-
-* [JIRA Report for fix version is 1.0-RC41 & 1.0-RC42](https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%201.0.0-RC41%20OR%20fixVersion%20%3D%201.0.0-RC42%20%20AND%20project%20%3D%20FC)
+The Apache Directory Project announces the third release of Fortress and includes components from core, realm, rest and web. 
 
 To get started:
 
@@ -14,6 +10,14 @@ To get started:
 
 * [OpenLDAP & Fortress QUICKSTART](https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-SLAPD.md)
 
+<h2 class="news">Apache Fortress 1.0-RC42 Released<em>posted on March 28th, 2016</em></h2>
+
+The Apache Directory Project announces the second release of Fortress which includes the Core, Realm, Rest and Web components.
+
+Dozens of features and bug fixes have been added since the last release.
+
+* [JIRA Report for fix version is 1.0-RC41 & 1.0-RC42](https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%201.0.0-RC41%20OR%20fixVersion%20%3D%201.0.0-RC42%20%20AND%20project%20%3D%20FC)
+
 This is the first time we've released other packages of Realm, Rest and Web components.  A 1.0 GA release will follow in coming weeks.
 
 <h2 class="news">Apache Fortress Core 1.0-RC40 released !<em>posted on April 15th, 2015</em></h2>

Modified: directory/site/trunk/content/fortress/overview.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/overview.mdtext?rev=1739330&r1=1739329&r2=1739330&view=diff
==============================================================================
--- directory/site/trunk/content/fortress/overview.mdtext (original)
+++ directory/site/trunk/content/fortress/overview.mdtext Fri Apr 15 16:44:34 2016
@@ -26,7 +26,7 @@ This security system was designed to be
 
 ## What is it?  
 
-Fortress is a standards-based and open source IAM system that provides ANSI RBAC (INCITS 359) management and enforcement capabilities to networked applications and systems. 
+Fortress is a standards-based and open source access management system that provides ANSI RBAC (INCITS 359) management and enforcement capabilities. 
 
 Included in Fortress packages:
 
@@ -89,17 +89,14 @@ Fortress audits use OpenLDAP's slapd acc
 
 The Fortress audits rely on slapd events to track its data exchanges performed within its own APIs.  Change event tracking includes adds, updates, and deletes of Fortress entities.  Read and search events tracked include user authentication, authorization, and policy interrogations.  Full historical data change tracking is maintained and may be searched later with APIs to be used for monitoring, reporting, and undo. The log may be retrieved later to synch with outside database for long-term regulatory and compliance concerns.  
 
-
 ### Temporal Constraints 
 
 The Fortress Temporal model allows Users and Roles to carry time and date Constraints which govern when activations may occur. Role constraints are checked on every call into Fortress.  The user constraint applied only at session creation.
 
-
 ### ANSI RBAC Policy-Enhanced (INCITS-494-2012)
 
 One day.
 
-
 ## What security services are available?
 
 Over one hundred services divided across the Manager components.  Some of them (Access, Admin and Review) map back to [ANSI RBAC functional specifications](http://csrc.nist.gov/groups/SNS/rbac/documents/draft-rbac-implementation-std-v01.pdf).  Others (DelAccess, DelAdmin, DelReview) are for the [ARBAC02](http://profsandhu.com/journals/tissec/p113-oh.pdf) model which help manage admnistrative burden for large enterprises.  
@@ -125,7 +122,3 @@ Source is managed by Apache's GIT repo:
 * [Fortress Web](https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git) - RBAC Web Management UI
 * [Fortress Rest](https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git) - RBAC REST Server
 * [Fortress Realm](https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git) - RBAC Policy Enforcement Plug-in for Tomcat
-
-## What are the conditions?
-
-This software development toolkit is open source, thus free to use and distribute under terms of the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).  It was developed and tested on open systems like [Ubuntu](http://www.ubuntu.com/) and [Centos](http://www.centos.org/).

Modified: directory/site/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/index.mdtext?rev=1739330&r1=1739329&r2=1739330&view=diff
==============================================================================
--- directory/site/trunk/content/index.mdtext (original)
+++ directory/site/trunk/content/index.mdtext Fri Apr 15 16:44:34 2016
@@ -101,7 +101,7 @@ td {font-size: 12px;}
         </div>
     
         <div class="separator">&nbsp;</div>
-        Apache Fortress&trade; is a standards based and Open Source Access Management Java SDK for LDAPv3 compliant systems. Fortress implements ANSI INCITS 359 RBAC, ARBAC02 model and IETF's password policy draft
+        Apache Fortress&trade; is a standards-based Access Management Java SDK and Web components for LDAPv3 compliant systems. Fortress implements ANSI INCITS 359 RBAC, ARBAC02 model and IETF's password policy draft
       </td>
 
     </tr>