You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2005/04/29 01:47:41 UTC

svn commit: r165235 - in /directory/protocol-providers: dhcp/trunk/xdocs/index.xml dns/trunk/xdocs/index.xml ldap/trunk/xdocs/index.xml ntp/trunk/xdocs/index.xml

Author: erodriguez
Date: Thu Apr 28 16:47:40 2005
New Revision: 165235

URL: http://svn.apache.org/viewcvs?rev=165235&view=rev
Log:
Initial commit of new doco for LDAP, NTP, DNS, and DHCP.

Added:
    directory/protocol-providers/dhcp/trunk/xdocs/index.xml   (with props)
    directory/protocol-providers/dns/trunk/xdocs/index.xml   (with props)
    directory/protocol-providers/ldap/trunk/xdocs/index.xml
    directory/protocol-providers/ntp/trunk/xdocs/index.xml   (with props)

Added: directory/protocol-providers/dhcp/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/directory/protocol-providers/dhcp/trunk/xdocs/index.xml?rev=165235&view=auto
==============================================================================
--- directory/protocol-providers/dhcp/trunk/xdocs/index.xml (added)
+++ directory/protocol-providers/dhcp/trunk/xdocs/index.xml Thu Apr 28 16:47:40 2005
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+	<properties>
+		<author email="erodriguez@apache.org">Enrique Rodriguez</author>
+		<title>Apache Dynamic Host Configuration Protocol</title>
+	</properties>
+	<body>
+		<section name="Introduction">
+			<p>The Apache Dynamic Host Configuration Protocol (DHCP) is a Java server that 
+				implements <a href="http://www.ietf.org/rfc/rfc2131.txt">RFC 2131</a> and <a 
+				href="http://www.ietf.org/rfc/rfc2132.txt">RFC 2132</a> to pass configuration 
+				information to hosts on a TCP/IP network.</p>
+			<p>Apache DHCP is implemented as a protocol-provider plugin for the Apache 
+				Directory server. As a plugin, DHCP leverages Apache MINA for front-end 
+				services and the Apache Directory read-optimized backing store via JNDI for 
+				persistent directory services.</p>
+			<p>Apache DHCP, in conjunction with MINA and the Apache Directory, provides an 
+				easy-to-use yet fully-featured dynamic configuration service. As implemented within 
+				the Apache Directory, Apache DHCP will provide:</p>
+			<ul>
+				<li>DHCP service (RFC 2131, 2132)</li>
+				<li>Vendor extensions (RFC 1497)</li>
+				<li>Service Location Protocol (SLP) support (RFC 2608)</li>
+				<li>JMX remote management (JSR 160, JSR 28)</li>
+				<li>Optional LDAP management</li>
+				<li>UDP and TCP Support (MINA)</li>
+				<li>Traffic throttling (MINA)</li>
+				<li>Overload shielding (MINA)</li>
+				<li>Easy POJO embeddability for containers such as Geronimo, JBoss, and OSGi</li>
+			</ul>
+		</section>
+	</body>
+</document>

Propchange: directory/protocol-providers/dhcp/trunk/xdocs/index.xml
------------------------------------------------------------------------------
    svn:executable = *

Added: directory/protocol-providers/dns/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/directory/protocol-providers/dns/trunk/xdocs/index.xml?rev=165235&view=auto
==============================================================================
--- directory/protocol-providers/dns/trunk/xdocs/index.xml (added)
+++ directory/protocol-providers/dns/trunk/xdocs/index.xml Thu Apr 28 16:47:40 2005
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+	<properties>
+		<author email="erodriguez@apache.org">Enrique Rodriguez</author>
+		<title>Apache Domain Name Service (DNS) Protocol</title>
+	</properties>
+	<body>
+		<section name="Introduction">
+			<p>The Apache Domain Name Service (DNS) is a Java server that implements <a 
+				href="http://www.ietf.org/rfc/rfc1034.txt">RFC 1034</a> and <a 
+				href="http://www.ietf.org/rfc/rfc1035.txt">RFC 1035</a> to service DNS Protocol 
+				requests.</p>
+			<p>Apache DNS is implemented as a protocol-provider plugin for the Apache 
+				Directory server. As a plugin, DNS leverages Apache MINA for front-end 
+				services and the Apache Directory read-optimized backing store via JNDI for 
+				persistent directory services.</p>
+			<p>Apache DNS, in conjunction with MINA and the Apache Directory, provides an 
+				easy-to-use yet fully-featured name resolution service. As implemented 
+				within the Apache Directory, Apache DNS will provide:</p>
+			<ul>
+				<li>Domain name service (RFC 1034, 1035)</li>
+				<li>Service location support (SRV) (RFC 2782)</li>
+				<li>Certificate support (CERT) (RFC 2782)</li>
+				<li>Security Extensions (DNSSEC) (RFC 2535)</li>
+				<li>Secure query and dynamic update support (GSS-TSIG) (RFC 3645)<li>
+				<li>JMX remote management (JSR 160, JSR 28)</li>
+				<li>Optional LDAP management</li>
+				<li>UDP and TCP Support (MINA)</li>
+				<li>Traffic throttling (MINA)</li>
+				<li>Overload shielding (MINA)</li>
+				<li>Easy POJO embeddability for containers such as Geronimo, JBoss, and OSGi</li>
+			</ul>
+		</section>
+	</body>
+</document>

Propchange: directory/protocol-providers/dns/trunk/xdocs/index.xml
------------------------------------------------------------------------------
    svn:executable = *

Added: directory/protocol-providers/ldap/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/directory/protocol-providers/ldap/trunk/xdocs/index.xml?rev=165235&view=auto
==============================================================================
--- directory/protocol-providers/ldap/trunk/xdocs/index.xml (added)
+++ directory/protocol-providers/ldap/trunk/xdocs/index.xml Thu Apr 28 16:47:40 2005
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+	<properties>
+		<author email="erodriguez@apache.org">Enrique Rodriguez</author>
+		<title>Overview</title>
+	</properties>
+	<body>
+		<section name="Introduction">
+			<p>Apache LDAP is a Java implementation of the <a 
+				href="http://www.ietf.org/rfc/rfc2251.txt">RFC 2251</a> Lightweight Directory 
+				Access Protocol. The purpose of LDAP is to provide access to directories supporting 
+				X.500 models. LDAP is specifically targeted at management applications and browser 
+				applications that provide read/write interactive access to directories.</p>
+			<p>Apache LDAP, in conjunction with MINA and the Apache Directory, provides an 
+				easy-to-use yet fully-featured lightweight directory access service. As implemented 
+				within the Apache Directory, Apache LDAP will provide:</p>
+			<ul>
+				<li>LDAPv3 service (RFC 2251)</li>
+				<li>Secure authentication methods (RFC 2829)</li>
+				<li>Extensions for Transport Layer Security (TLS) (RFC 2830)</li>
+				<li>JMX remote management (JSR 160, JSR 28)</li>
+				<li>UDP and TCP Support (MINA)</li>
+				<li>Traffic throttling (MINA)</li>
+				<li>Overload shielding (MINA)</li>
+				<li>Easy POJO embeddability for containers such as Geronimo, JBoss, and OSGi</li>
+			</ul>
+		</section>
+	</body>
+</document>

Added: directory/protocol-providers/ntp/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/directory/protocol-providers/ntp/trunk/xdocs/index.xml?rev=165235&view=auto
==============================================================================
--- directory/protocol-providers/ntp/trunk/xdocs/index.xml (added)
+++ directory/protocol-providers/ntp/trunk/xdocs/index.xml Thu Apr 28 16:47:40 2005
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+	<properties>
+		<author email="erodriguez@apache.org">Enrique Rodriguez</author>
+		<title>Apache Simple Network Time Protocol</title>
+	</properties>
+	<body>
+		<section name="Introduction">
+			<p>The Apache NTP Protocol Provider is a Java server that implements <a 
+				href="http://www.ietf.org/rfc/rfc2030.txt">RFC 2030</a> to service Simple Network 
+				Time Protocol requests. The Network Time Protocol is used to synchronize computer
+				clocks on the Internet.</p>
+			<p>Apache NTP, in conjunction with MINA and the Apache Directory, provides an 
+				easy-to-use yet fully-featured network time synchronization service. As implemented 
+				within the Apache Directory, Apache NTP will provide:</p>
+			<ul>
+				<li>Simple Network Time Protocol (SNTP) service (RFC 2030)</li>
+				<li>JMX remote management (JSR 160, JSR 28)</li>
+				<li>UDP and TCP Support (MINA)</li>
+				<li>Traffic throttling (MINA)</li>
+				<li>Overload shielding (MINA)</li>
+				<li>Easy POJO embeddability for containers such as Geronimo, JBoss, and OSGi</li>
+			</ul>
+		</section>
+	</body>
+</document>

Propchange: directory/protocol-providers/ntp/trunk/xdocs/index.xml
------------------------------------------------------------------------------
    svn:executable = *