diff options
author | Jeff Trawick <trawick@apache.org> | 2006-04-10 15:31:14 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2006-04-10 15:31:14 +0200 |
commit | fb17956642143a5991f3cfb90d0b80e18ddc03a7 (patch) | |
tree | 131df5273c4733f821413b98b84a82fb314c09c8 /CHANGES | |
parent | * Check for an existing socket independant of an existing connection record. (diff) | |
download | apache2-fb17956642143a5991f3cfb90d0b80e18ddc03a7.tar.xz apache2-fb17956642143a5991f3cfb90d0b80e18ddc03a7.zip |
htdbm: Warn the user when adding a plaintext password on a platform
where it wouldn't work with the server (i.e., anywhere that has
crypt()).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@392944 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] + *) htdbm: Warn the user when adding a plaintext password on a platform + where it wouldn't work with the server (i.e., anywhere that has + crypt()). [Jeff Trawick] + *) mod_proxy: Forward proxy requests created by mod_rewrite to the correct backend server. PR 39253. [Ruediger Pluem] |