From a44736f9656e4a49a42a1b784f7fe65c56db0176 Mon Sep 17 00:00:00 2001 From: Aaron Bannert Date: Sun, 17 Feb 2002 23:22:07 +0000 Subject: [PATCH] htpasswd is not my friend anymore. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93462 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index 268deb878f..f191316e53 100644 --- 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> -- 2.50.1