]> granicus.if.org Git - apache/commitdiff
xforms
authorStefan Fritsch <sf@apache.org>
Fri, 22 Jun 2012 15:15:59 +0000 (15:15 +0000)
committerStefan Fritsch <sf@apache.org>
Fri, 22 Jun 2012 15:15:59 +0000 (15:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1352921 13f79535-47bb-0310-9956-ffa450edef68

16 files changed:
docs/man/htpasswd.1
docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.es
docs/manual/mod/core.xml.fr
docs/manual/mod/core.xml.ja
docs/manual/mod/core.xml.tr
docs/manual/mod/mod_authn_core.html.en
docs/manual/mod/mod_authn_core.html.fr
docs/manual/mod/mod_lua.html.fr
docs/manual/mod/mod_lua.xml.meta
docs/manual/programs/htpasswd.html.en
docs/manual/programs/htpasswd.html.tr.utf8
docs/manual/programs/htpasswd.xml.ko
docs/manual/programs/htpasswd.xml.meta
docs/manual/programs/htpasswd.xml.tr

index 17fc3c6943f649ebbed014dfcd57cfa1a53b783e..c4724a910abdf65228fdc10eec9765ad0c1575a9 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "HTPASSWD" 1 "2009-10-19" "Apache HTTP Server" "htpasswd"
+.TH "HTPASSWD" 1 "2012-06-22" "Apache HTTP Server" "htpasswd"
 
 .SH NAME
 htpasswd \- Manage user files for basic authentication
@@ -71,10 +71,10 @@ Display the results on standard output rather than updating a file\&. This is us
 Use MD5 encryption for passwords\&. This is the default\&.  
 .TP
 -d
-Use crypt() encryption for passwords\&. This is not supported by the httpd server on Windows and Netware\&.  
+Use crypt() encryption for passwords\&. This is not supported by the httpd server on Windows and Netware\&. This algorithm limits the password length to 8 characters\&. This algorithm is \fBinsecure\fR by today's standards\&.  
 .TP
 -s
-Use SHA encryption for passwords\&. Facilitates migration from/to Netscape servers using the LDAP Directory Interchange Format (ldif)\&.  
+Use SHA encryption for passwords\&. Facilitates migration from/to Netscape servers using the LDAP Directory Interchange Format (ldif)\&. This algorithm is \fBinsecure\fR by today's standards\&.  
 .TP
 -p
 Use plaintext passwords\&. Though htpasswd will support creation on all platforms, the httpd daemon will only accept plain text passwords on Windows and Netware\&.  
@@ -142,6 +142,9 @@ When using the crypt() algorithm, note that only the first 8 characters of the p
 .PP
 The SHA encryption format does not use salting: for a given password, there is only one encrypted representation\&. The crypt() and MD5 formats permute the representation by prepending a random salt string, to make dictionary attacks against the passwords more difficult\&.
  
+.PP
+The SHA and crypt() formats are insecure by today's standards\&.
 .SH "RESTRICTIONS"
  
 .PP
index 2a962e85e678e381990d32bfc61c5a8ab7ff5282..6f00e935de4bf26ae51af9cc0a261c3da318f7d4 100644 (file)
@@ -2497,8 +2497,7 @@ client</td></tr>
 
 
     <div class="note">Under normal conditions, the value should not be changed from
-    the default. Also, you can't set this higher than 8190 without
-    modifying the source code and rebuilding.</div>
+    the default.</div>
 
     <div class="warning"><h3>Warning</h3>
     <p> When name-based virtual hosting is used, the value for this
index fc1cde902d72f1ff6bcca03e1c023a93fae34a2b..deabdd9284ffccec9dbc524c9a95a0115fd8fb1d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 344972:1351967 (outdated) -->
+<!-- English Revision: 344972:1352912 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 6900f6d938fe807c599011baae3d16cac7d4781a..5553539b4f9674bca11f0d47fa457e851870fd0e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- English Revision: 1040494:1351967 (outdated) -->
+<!-- English Revision: 1040494:1352912 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 3e2a419d69703bfa3ed0ffcbace5395892dfbae2..fa64664a3459285a2a1c5e2e4ca3d9277fb392ff 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1351967 -->
+<!-- English Revision: 1351967:1352912 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 739fccc8802f6736b19e585d37646ada3517c976..cfd1a40652a6c836174de507ef226eb630a17139 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 669847:1351967 (outdated) -->
+<!-- English Revision: 669847:1352912 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index ed9e2c46c718477380c6dd874747f3eb470b5d17..1a26876f802d31c358bc6288c531e09fa332c10b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1302855:1351967 (outdated) -->
+<!-- English Revision: 1302855:1352912 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 57f5c9b99f82b23abab813c6f4a13ab16ff22884..9d220642e5e6e231a42d3861f7e19b50e8ca7e32 100644 (file)
@@ -116,6 +116,9 @@ Alias /secure /webpages/secure
     AuthType Basic
     AuthName "LDAP Protected Place"
     Require valid-user
+    # Note that Require ldap-* would not work here, since the 
+    # AuthnProviderAlias does not provide the config to authorization providers
+    # that are implemented in the same module as the authentication provider.
 &lt;/Directory&gt;
           </pre>
 </div>
index a7446a00b445f009003190b3fd555514621d602a..e2020b54730bb123a06e1eeaab20e5d70dc81889 100644 (file)
@@ -123,6 +123,10 @@ Alias /secure /webpages/secure
     AuthType Basic
     AuthName LDAP_Protected Place
     Require valid-user
+    # Notez que Require ldap-* ne fonctionnerait pas ici, car
+    # AuthnProviderAlias ne fournit pas de configuration pour les
+    # fournisseurs d'autorisation implémentés dans le même module que le
+    # fournisseur d'authentification.
 &lt;/Directory&gt;
           </pre>
 </div>
index 6cbbca9703f18ac59864ed7eeeedf242933fd0b1..61012afa96b7b304e1505ca73efbbb4bcb763295 100644 (file)
@@ -27,8 +27,6 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_lua.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mod_lua.html" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
-<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
-            anglaise pour les changements récents.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Fournit des points d'entrée Lua dans différentes parties du
 traitement des requêtes httpd</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Expérimental</td></tr>
@@ -149,7 +147,11 @@ function handle(r)
     if r.method == 'GET' then
         for k, v in pairs( r:parseargs() ) do
             r:puts( string.format("%s: %s\n", k, v) )
-        end    
+        end
+    elseif r.method == 'POST' then
+        for k, v in pairs( r:parsebody() ) do
+            r:puts( string.format("%s: %s\n", k, v) )
+        end
     else
         r:puts("Unsupported HTTP method " .. r.method)
     end
index 8fc1a0efdf34e8b8870065a1ce5d7c523d3f652c..b55c7710e95c9f695fe435d176007bdf28716825 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
   </variants>
 </metafile>
index afadb510ea7fa814df0fef3e5d36c61ec8c9f805..dcbb2017f444170bea9f969e8ffe2ef41b326c5e 100644 (file)
@@ -113,11 +113,13 @@ distribution.</li></ul><ul class="seealso"><li><a href="#comments_section">Comme
     <dt><code>-d</code></dt>
     <dd>Use <code>crypt()</code> encryption for passwords. This is not
     supported by the <code class="program"><a href="../programs/httpd.html">httpd</a></code> server on Windows and
-    Netware.</dd>
+    Netware. This algorithm limits the password length to 8 characters.
+    This algorithm is <strong>insecure</strong> by today's standards.</dd>
 
     <dt><code>-s</code></dt>
     <dd>Use SHA encryption for passwords. Facilitates migration from/to Netscape
-    servers using the LDAP Directory Interchange Format (ldif).</dd>
+    servers using the LDAP Directory Interchange Format (ldif).
+    This algorithm is <strong>insecure</strong> by today's standards.</dd>
 
     <dt><code>-p</code></dt>
     <dd>Use plaintext passwords. Though <code>htpasswd</code> will support
@@ -205,6 +207,9 @@ distribution.</li></ul><ul class="seealso"><li><a href="#comments_section">Comme
     there is only one encrypted representation. The <code>crypt()</code> and
     MD5 formats permute the representation by prepending a random salt string,
     to make dictionary attacks against the passwords more difficult.</p>
+
+    <p>The SHA and <code>crypt()</code> formats are insecure by today's
+    standards.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="restrictions" id="restrictions">Restrictions</a></h2>
index 7875040743fbc5d424dd61dc1e9f910067839281..e52c8fc04b759f9190b85ba131a098eefdc9f7d0 100644 (file)
@@ -25,6 +25,7 @@
 <a href="../ko/programs/htpasswd.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/htpasswd.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
     <p><code><strong>htpasswd</strong></code>, HTTP kullanıcılarının temel
     kimlik doğrulaması için kullanıcı isimlerinin ve parolalarının
index c69d6708d7dc380a3519bf488b5270a9e09eb039..61d7f7be3c128fcbbb56049c55839286cd27964c 100644 (file)
@@ -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:1174747 (outdated) -->
+<!-- English Revision: 105989:1352910 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index c9a12dce027fe5847f514a4e7a24ee2ed0551254..2ac1370b0c9f836759a0e7338392eef08cef25dc 100644 (file)
@@ -9,6 +9,6 @@
   <variants>
     <variant>en</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index e3f6d04359c082bfb940c439d7b11d37c8d1da92..781f1ab3b80bef55d896e7b6bdd146e20efea4d0 100644 (file)
@@ -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.tr.xsl"?>
-<!-- English Revision: 1174747 -->
+<!-- English Revision: 1174747:1352910 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>