Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
| | | | | | | | | | update license to 2003. Happy New Year! ;-)) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98573 13f79535-47bb-0310-9956-ffa450edef68 | ||||
* | mod_authn_anon should be a provider | Wilfredo Sanchez | 2002-12-08 | 1 | -33/+25 |
| | | | | | | | | | This drops the Anonymous_Authoritative directive Submitted by: Andre Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97805 13f79535-47bb-0310-9956-ffa450edef68 | ||||
* | Stage #1 of the aaa rewrite - refactoring modules. | Justin Erenkrantz | 2002-09-10 | 1 | -0/+258 |
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 |