From: Vincent Bray <noodl@apache.org> Date: Mon, 20 Aug 2007 07:21:41 +0000 (+0000) Subject: Add missing id attribute to second section of new password formats page, fix missing... X-Git-Tag: 2.3.0~1586 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d02cfe581d43a3d891816d03debb65c282dee926;p=apache Add missing id attribute to second section of new password formats page, fix missing newline and buildfluff git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@567574 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/invoking.xml.de b/docs/manual/invoking.xml.de index 3a1d487231..21c5383cf2 100644 --- a/docs/manual/invoking.xml.de +++ b/docs/manual/invoking.xml.de @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?> -<!-- English Revision: 395228:420990 (outdated) --> +<!-- English Revision: 395228:567441 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/invoking.xml.es b/docs/manual/invoking.xml.es index 0ffa5969b4..fa23c828c5 100644 --- a/docs/manual/invoking.xml.es +++ b/docs/manual/invoking.xml.es @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?> -<!-- English Revision: 105989:420990 (outdated) --> +<!-- English Revision: 105989:567441 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/invoking.xml.ja b/docs/manual/invoking.xml.ja index 046cb4c0fe..662b8239b7 100644 --- a/docs/manual/invoking.xml.ja +++ b/docs/manual/invoking.xml.ja @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='iso-2022-jp' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> -<!-- English Revision: 395228:420990 (outdated) --> +<!-- English Revision: 395228:567441 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/invoking.xml.ko b/docs/manual/invoking.xml.ko index 4610b709ce..5c4d963458 100644 --- a/docs/manual/invoking.xml.ko +++ b/docs/manual/invoking.xml.ko @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='EUC-KR' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?> -<!-- English Revision: 105989:420990 (outdated) --> +<!-- English Revision: 105989:567441 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/misc/password_encryptions.html.en b/docs/manual/misc/password_encryptions.html.en index f1836eede7..590bb6883b 100644 --- a/docs/manual/misc/password_encryptions.html.en +++ b/docs/manual/misc/password_encryptions.html.en @@ -25,7 +25,7 @@ Apache.</p> </div> <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#basic">Basic Authentication</a></li> -<li><img alt="" src="../images/down.gif" /> Digest Authentication</li> +<li><img alt="" src="../images/down.gif" /> <a href="#digest">Digest Authentication</a></li> </ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> @@ -121,7 +121,7 @@ <p>The SHA1 variant is probably the most useful format for DBD authentication. Since the SHA1-hash and Base64-encoding functions are commonly available, other software can populate a database with encrypted - passwords which are usable by Apache basic authentication.</p> + passwords that are usable by Apache basic authentication.</p> <p>To create Apache SHA1-variant basic-authentication passwords in various languages:</p> @@ -157,8 +157,8 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2>Digest Authentication</h2> - <p>There is only one format which Apache recognizes for +<h2><a name="digest" id="digest">Digest Authentication</a></h2> + <p>There is only one format that Apache recognizes for digest-authentication passwords. This format is the MD5 hash of the string <code>user:realm:password</code> as a 32-character string of hexadecimal digits. <code>realm</code> is the Authorization Realm argument to the @@ -168,7 +168,7 @@ <h3>Database password fields for mod_dbd</h3> <p>Since the MD5-hash function is commonly available, other software can - populate a database with encrypted passwords which are usable by Apache + populate a database with encrypted passwords that are usable by Apache digest authentication.</p> <p>To create Apache digest-authentication passwords in various diff --git a/docs/manual/misc/password_encryptions.xml b/docs/manual/misc/password_encryptions.xml index 91d32c788b..0723c5d1b4 100644 --- a/docs/manual/misc/password_encryptions.xml +++ b/docs/manual/misc/password_encryptions.xml @@ -158,7 +158,7 @@ </section> - <section><title>Digest Authentication</title> + <section id="digest"><title>Digest Authentication</title> <p>There is only one format that Apache recognizes for digest-authentication passwords. This format is the MD5 hash of the string <code>user:realm:password</code> as a 32-character string of hexadecimal @@ -202,4 +202,4 @@ </section> </section> -</manualpage> \ No newline at end of file +</manualpage>