summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-09-10 03:00:50 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-09-10 03:00:50 +0000
commit3283ae992d86cda7ace322e7a18e5f30ddceac51 (patch)
tree179cc04e5c2f6c844404ed19e71e382b061f8410 /CHANGES
parent76480f6b72840bb167e784b324b8e826355adcc3 (diff)
downloadhttpd-3283ae992d86cda7ace322e7a18e5f30ddceac51.tar.gz
Add ability to htpasswd (via -5) to produce non-obfuscated MD5 hashes.
mod_auth_digest's passwords can not be obfuscated by the APR magic sequence (as we don't call apr_password_validate on them), therefore we need a tool to produce true MD5 hex hashes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96737 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7b8ea567c4..12cf300e25 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with Apache 2.0.41
+ *) Add ability to htpasswd (via -5) to produce non-obfuscated MD5 hashes.
+ [Justin Erenkrantz]
+
*) Rewrite of aaa modules to an authn/authz model.
[Dirk-Willem van Gulik, Justin Erenkrantz]