summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change <RequireAll><RequireOne> to <SatisfyAll><SatisfyOne>. The keyword 'Sa...authz-devBradley Nicholes2006-01-103-33/+33
* Fix a few minor compiler errors in the merge of mod_authn_alias into mod_auth...Bradley Nicholes2006-01-072-6/+6
* Update the configuration file templates to use the new authorization syntaxBradley Nicholes2006-01-077-25/+12
* Merge mod_authn_alias into mod_authn_coreBradley Nicholes2006-01-062-6/+167
* Clean up the #defines for the Satisfy directive that no longer existsBradley Nicholes2006-01-061-7/+0
* Remove the references to the Satisfy directive from the documentation since t...Bradley Nicholes2006-01-067-51/+6
* Remove the references to all of the AuthzXXXAuthoritative directives in the d...Bradley Nicholes2006-01-068-209/+1
* Clean up and remove dead codeBradley Nicholes2005-12-3111-1344/+0
* update the todo listBradley Nicholes2005-12-311-2/+6
* Remove the 'satisfy' directive and the ap_satisfy() and ap_requires() APIs si...Bradley Nicholes2005-12-312-15/+28
* Update the module list docBradley Nicholes2005-12-301-0/+2
* Update the documentation to show the new provider based authorizationBradley Nicholes2005-12-307-494/+558
* Add 'granted' and 'denied' arguments to the authz 'all' provider to try to mi...Bradley Nicholes2005-12-301-3/+9
* If there aren't any providers configured, then just decline allowing other ho...Bradley Nicholes2005-12-301-4/+5
* If there isn't any authentication configured for the location, then do nothin...Bradley Nicholes2005-12-301-1/+3
* Remove all of the Satisfy functionality from the request handing. All the va...Bradley Nicholes2005-12-301-0/+14
* After further review, it is determined that mod_authz_default needs to remain...Bradley Nicholes2005-12-291-13/+29
* First cut at converting the host based access control directives (allow, deny...Bradley Nicholes2005-12-292-10/+184
* Implement the 'Reject' directive into authz. The 'Reject' directive acts jus...Bradley Nicholes2005-12-272-0/+13
* Remove the calls to ap_some_auth_required() from the request handling to allo...Bradley Nicholes2005-12-272-19/+14
* debugged the require_one and require_all linked list set up to make sure that...Bradley Nicholes2005-12-272-195/+284
* added the directives <RequireAll>, <RequireOne> and <RequireAlias>Bradley Nicholes2005-12-212-63/+331
* Make the authz provider changes build on NetWareBradley Nicholes2005-12-127-3/+507
* initial conversion of mod_authz_default to the provider basedBradley Nicholes2005-12-102-55/+13
* Remove the ap_requires API since it no longer fits with the new providerBradley Nicholes2005-12-101-17/+3
* Remove the AuthzXXXAuthoritative directives from all of the authzBradley Nicholes2005-12-107-66/+7
* Initial conversion of mod_authz_dbd to provider based authorizationBradley Nicholes2005-12-091-1/+81
* Initial conversion of mod_authnz_ldap to provider based authorizationBradley Nicholes2005-12-091-3/+675
* Replace the wrong get_word function with the right one.Bradley Nicholes2005-12-091-1/+1
* initial conversion of mod_authz_dbm to provider based authorizationBradley Nicholes2005-12-091-2/+149
* clean up a few loose endsBradley Nicholes2005-12-091-4/+19
* Initial conversion of mod_authz_groupfile to be provider basedBradley Nicholes2005-12-081-2/+120
* Finish initial conversion of mod_authz_ownerBradley Nicholes2005-12-082-23/+90
* start conversion of mod_authz_ownerBradley Nicholes2005-12-071-0/+66
* Split the authz type from the arguments when theBradley Nicholes2005-12-073-33/+22
* switch the internal names from authn to authn_core and authz to authz_coreBradley Nicholes2005-12-073-45/+45
* Add some to-do items to the listBradley Nicholes2005-12-062-0/+43
* Rename mod_authn -> mod_authn_core & mod_authz -> mod_authz_core perJustin Erenkrantz2005-12-062-0/+0
* Add general authn and authz modules to hold non-authxxx specific directives s...Bradley Nicholes2005-12-068-355/+459
* Still need AUTHZ_DECLINED for now, The converted mod_authz_user isBradley Nicholes2005-12-051-0/+1
* Take a quick pass through the refactored authz code. No real big changes here.Justin Erenkrantz2005-12-033-77/+57
* work out a few more bugs and now it works. Still needs some clean up and the...Bradley Nicholes2005-12-024-17/+33
* Reimplement ap_some_auth_required as an optional function since the data has ...Bradley Nicholes2005-12-024-1/+52
* convert mod_authz_user to register its require providersBradley Nicholes2005-12-013-5/+67
* first cut at moving the require directive out of mod_core and implementing it...Bradley Nicholes2005-11-304-42/+337
* Location for authz refactoring developmentBradley Nicholes2005-11-290-0/+0
* Remove the problematic block which is causing problems with the latest versionsColm MacCarthaigh2005-11-291-6/+0
* update transformationAndré Malo2005-11-2920-50/+63
* upgrading.html.fr no longer exists, but the the entry commented for referenceAndré Malo2005-11-291-1/+1
* Adding mod_authn_dbd to the Windows build environments.Colm MacCarthaigh2005-11-292-0/+32