]> granicus.if.org Git - apache/commitdiff
htpasswd is not my friend anymore.
authorAaron Bannert <aaron@apache.org>
Sun, 17 Feb 2002 23:22:07 +0000 (23:22 +0000)
committerAaron Bannert <aaron@apache.org>
Sun, 17 Feb 2002 23:22:07 +0000 (23:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93462 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 268deb878f17845fcb101debdead0212bd75a1d2..f191316e5323be6de89d9c7d3d42d1ce38dd5377 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2002/02/17 19:21:31 $]
+Last modified at [$Date: 2002/02/17 23:22:07 $]
 
 Release:
 
@@ -104,6 +104,13 @@ CURRENT VOTES:
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
+    * htpasswd blindly processes the file you give it, and does no
+      sanity checking before totally corrupting whatever file it was
+      you thought you had. It should check the input file and bail
+      if it finds non-comment lines that do not contain exactly 1
+      ':' character and bail.
+        Message-ID: <20020217150457.A31632@clove.org>
+
     * Can a static httpd be built reliably?
         Message-ID: <20020207142751.T31582@clove.org>