Author: erodriguez
Date: Wed Dec  1 05:14:57 2004
New Revision: 109338

URL: http://svn.apache.org/viewcvs?view=rev&rev=109338
Log:

Added:
   incubator/directory/kerberos/trunk/xdocs/
   incubator/directory/kerberos/trunk/xdocs/index.xml
   incubator/directory/kerberos/trunk/xdocs/navigation.xml
   incubator/directory/kerberos/trunk/xdocs/news.xml
   incubator/directory/kerberos/trunk/xdocs/roadmap.xml

Added: incubator/directory/kerberos/trunk/xdocs/index.xml
Url: 
http://svn.apache.org/viewcvs/incubator/directory/kerberos/trunk/xdocs/index.xml?view=auto&rev=109338
==============================================================================
--- (empty file)
+++ incubator/directory/kerberos/trunk/xdocs/index.xml  Wed Dec  1 05:14:57 2004
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+    <properties>
+        <author email="[EMAIL PROTECTED]">Enrique Rodriguez</author>
+        <title>Overview</title>
+    </properties>
+
+    <body>
+        <section name="Introduction">
+            <p>Apache Kerberos is a Java implementation of the 
+        <a href="http://www.ietf.org/rfc/rfc1510.txt";>RFC 1510</a> Kerberos V5 
Network Authentication Service.  Kerberos provides a means of verifying the 
identities of principals,
+(users or services) on an unprotected network.  While generally thought of as 
a 
+single-sign-on technology, Kerberos' true strength is in authenticating users 
without ever sending their password over the network.  Kerberos is designed for 
use on open (untrusted) networks, so operates under the assumption that packets 
traveling along the network can be read, modified, and inserted at will.</p>
+
+            <p>Kerberos is named for the three-headed dog that guards the 
gates to Hades.  The three heads are the client, the Kerberos server, and the 
network service being accessed.</p>
+
+<p>Apache Kerberos is implemented as a protocol plugin for the Apache 
Directory server.  As a plugin, Kerberos leverages Apache SEDA for front-end 
services and the Apache Eve read-optimized backing store via JNDI for 
persistent directory services.</p>
+
+        <p>Apache Kerberos, in conjunction with SEDA and Eve, provides an 
easy-to-use yet fully-featured network authentication service.  As implemented 
within Apache Directory, Apache Kerberos will provide:
+            <ul>
+                <li>Authentication service (RFC 1510)</li>
+                <li>Ticket-granting service (RFC 1510)</li>
+                <li>Password-changing service (RFC 3244)</li>
+                <li>JMX remote management (JSR 160, JSR 28)</li>
+                <li>Optional LDAP management (Eve)</li>
+                <li>Standard schema, such as krb5-kdc and the DCE krbsch07 
(Eve)</li>
+                <li>UDP and TCP Support (SEDA)</li>
+                <li>Traffic throttling (SEDA)</li>
+                <li>Overload shielding (SEDA)</li>
+                <li>Easy POJO embeddability for containers such as Geronimo, 
JBoss, and OSGi</li>
+            </ul>
+            </p>
+        </section>
+    </body>
+</document>
+

Added: incubator/directory/kerberos/trunk/xdocs/navigation.xml
Url: 
http://svn.apache.org/viewcvs/incubator/directory/kerberos/trunk/xdocs/navigation.xml?view=auto&rev=109338
==============================================================================
--- (empty file)
+++ incubator/directory/kerberos/trunk/xdocs/navigation.xml     Wed Dec  1 
05:14:57 2004
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+
+ <title>Kerberos</title>
+
+ <body>
+    <links>
+      <!--
+      <item name="Apache" href="http://apache.org/"/>
+      -->
+      <item name="Directory" href="../../index.html"/>
+      <item name="Eve" href="../eve/index.html"/>
+      <item name="RMS" href="../rms/index.html"/>
+      <item name="LDAP" href="../directory-ldap/index.html"/>
+      <item name="Janus" href="../janus/index.html"/>
+      <item name="Naming" href="../directory-naming/index.html"/>
+      <item name="Snickers" href="../snickers/index.html"/>
+      <!--
+      <item name="Sitedocs" href="../sitedocs/index.html"/>
+      -->
+    </links>
+
+    <menu name="Kerberos">
+      <item name="Overview" href="/index.html"/>
+      <item name="News and Status" href="/news.html"/>
+      <item name="Roadmap" href="/roadmap.html"/>
+    </menu>
+    <menu name="Project Information">
+      <item name="Open Issues" 
href="http://nagoya.apache.org/jira/browse/DIRKERBEROS"/>
+      <item name="Source Repositories" 
href="http://svn.apache.org/viewcvs.cgi/incubator/directory/kerberos/trunk/?root=Apache-SVN"/>
+    </menu>
+ </body>
+</project>
+

Added: incubator/directory/kerberos/trunk/xdocs/news.xml
Url: 
http://svn.apache.org/viewcvs/incubator/directory/kerberos/trunk/xdocs/news.xml?view=auto&rev=109338
==============================================================================
--- (empty file)
+++ incubator/directory/kerberos/trunk/xdocs/news.xml   Wed Dec  1 05:14:57 2004
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+    <properties>
+        <author email="[EMAIL PROTECTED]">Enrique Rodriguez</author>
+        <title>News and Status</title>
+    </properties>
+  
+  <body>
+
+    <section name="Latest News">
+      <!-- insert new news items as a subsection here w/ most recent first -->
+
+      <subsection name="1 December 2004">
+        <p>
+        We're currently focusing on bringing the documentation up-to-date and
+        setting up an overall roadmap.  Thanks to Vincent Tence for the help.
+        </p>
+      </subsection>
+    </section>
+    
+    <section name="Status">
+      <!-- insert new news items as a subsection here w/ most recent first -->
+      <p>
+      We're refactoring Kerberos to improve the code readability, bring the 
codebase more in line
+with the rest of the Directory project, and to make better use of the SEDA 
framework.</p>
+<p>
+Currently implemented features include:
+      <ul>
+                <li>Authentication service (RFC 1510)</li>
+                <li>Ticket-granting service (RFC 1510)</li>
+                <li>Password-changing service (RFC 3244)<li>
+                <li>DES encryption systems (RFC 1510)</li>
+                <li>Triple-DES (DES3) encryption systems</li>
+                <li>Standard schema, such as krb5-kdc and the DCE krbsch07 
(Eve)</li>
+      </ul>
+      </p>
+    </section>
+  </body>
+</document>
+

Added: incubator/directory/kerberos/trunk/xdocs/roadmap.xml
Url: 
http://svn.apache.org/viewcvs/incubator/directory/kerberos/trunk/xdocs/roadmap.xml?view=auto&rev=109338
==============================================================================
--- (empty file)
+++ incubator/directory/kerberos/trunk/xdocs/roadmap.xml        Wed Dec  1 
05:14:57 2004
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+    <properties>
+        <author email="[EMAIL PROTECTED]">Enrique Rodriguez</author>
+        <title>Roadmap</title>
+    </properties>
+  
+  <body>
+
+    <section name="Roadmap">
+      <!-- insert new news items as a subsection here w/ most recent first -->
+
+      <subsection name="0.1 (Summer 2004)">
+        <p>
+        <ul>
+                <li>Authentication service (RFC 1510)</li>
+                <li>Ticket-granting service (RFC 1510)</li>
+                <li>DES encryption systems (RFC 1510)</li>
+                <li>Multi-threaded UDP frontend</li>
+        </ul>
+        </p>
+      </subsection>
+
+      <subsection name="0.2 (Fall 2004)">
+        <p>
+        <ul>
+                <li>krb5-kdc Schema support using OpenLDAP</li>
+                <li>SASL-GSSAPI-protected binding and searching using 
OpenLDAP</li>
+                <li>Triple-DES (DES3) encryption systems</li>
+                <li>Password-changing service (RFC 3244)</li>
+        </ul>
+        </p>
+      </subsection>
+
+      <subsection name="0.3 (15 DEC 2004)">
+        <p>
+        <ul>
+                <li>Pre-authentication support (RFC 1510)</li>
+                <li>UDP and TCP Support (SEDA)</li>
+                <li>Traffic throttling (SEDA)</li>
+                <li>Overload shielding (SEDA)</li>
+        </ul>
+        </p>
+      </subsection>
+
+      <subsection name="0.4 (1 JAN 2005)">
+        <p>
+        <ul>
+                <li>Optional LDAP management (Eve)</li>
+                <li>JMX remote management (JSR 160, JSR 28)</li>
+                <li>Easy POJO embeddability for containers such as Geronimo, 
JBoss, and OSGi</li>
+        </ul>
+        </p>
+      </subsection>
+
+      <subsection name="0.5 (no date set)">
+        <p>
+        <ul>
+                <li>2-Factor (hardware) authentication</li>
+                <li>Cross-realm (trust relationship) operation</li>
+                <li>Additional encryption systems</li>
+        </ul>
+        </p>
+      </subsection>
+    </section>
+  </body>
+</document>
+

Reply via email to