]> granicus.if.org Git - apache/commit
Stage #1 of the aaa rewrite - refactoring modules.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 10 Sep 2002 00:15:39 +0000 (00:15 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 10 Sep 2002 00:15:39 +0000 (00:15 +0000)
commite032292cdb9908ce1d7977f6b5f08fc5367919cf
tree2df5888ed2f5dc054b6d27bbb852e9b0f192b3a0
parentf890b126c4fe7ba3b5d06b5057a71b66b3ef6a98
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
23 files changed:
CHANGES
modules/aaa/NWGNUauthanon [deleted file]
modules/aaa/NWGNUauthdbm [deleted file]
modules/aaa/config.m4
modules/aaa/mod_access.dsp [deleted file]
modules/aaa/mod_access.exp [deleted file]
modules/aaa/mod_auth.dsp [deleted file]
modules/aaa/mod_auth.exp [deleted file]
modules/aaa/mod_auth_anon.dsp [deleted file]
modules/aaa/mod_auth_anon.exp [deleted file]
modules/aaa/mod_auth_basic.c [moved from modules/aaa/mod_auth.c with 94% similarity]
modules/aaa/mod_auth_dbm.dsp [deleted file]
modules/aaa/mod_auth_dbm.exp [deleted file]
modules/aaa/mod_auth_digest.c
modules/aaa/mod_authn_anon.c [moved from modules/aaa/mod_auth_anon.c with 68% similarity]
modules/aaa/mod_authn_dbm.c [new file with mode: 0644]
modules/aaa/mod_authn_default.c [new file with mode: 0644]
modules/aaa/mod_authn_file.c [new file with mode: 0644]
modules/aaa/mod_authz_dbm.c [moved from modules/aaa/mod_auth_dbm.c with 54% similarity]
modules/aaa/mod_authz_default.c [new file with mode: 0644]
modules/aaa/mod_authz_groupfile.c [new file with mode: 0644]
modules/aaa/mod_authz_host.c [moved from modules/aaa/mod_access.c with 70% similarity]
modules/aaa/mod_authz_user.c [new file with mode: 0644]