summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-09-10 00:15:39 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-09-10 00:15:39 +0000
commit9cdc0f0ce946f8c088ab7bedb6747310e6bbdabe (patch)
tree2df5888ed2f5dc054b6d27bbb852e9b0f192b3a0 /CHANGES
parent4aae1d59959494cc89cdaf0f0ee0b6e23f47d874 (diff)
downloadhttpd-9cdc0f0ce946f8c088ab7bedb6747310e6bbdabe.tar.gz
Stage #1 of the aaa rewrite - refactoring modules.
All modules are reorganized under the following scheme: - mod_auth_*: Front-end (basic, digest) - mod_authn_*: Authentication (anon, dbm, default, file) - mod_authz_*: Authorization (dbm, default, groupfile, host, user) This passes the httpd-test suite when it accounts for the renaming of aaa modules. Originally written by: Dirk-Willem van Gulik Completed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96728 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 dcc8bda723..7b8ea567c4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with Apache 2.0.41
+ *) Rewrite of aaa modules to an authn/authz model.
+ [Dirk-Willem van Gulik, Justin Erenkrantz]
+
*) Update OpenSSL detection to work on Darwin.
[Sander Temme <sctemme@covalent.net>]