- Jan 07, 2006
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@366604 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@366602 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 06, 2006
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@366526 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@366524 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Remove the references to the Satisfy directive from the documentation since this directive no longer exists git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@366521 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Remove the references to all of the AuthzXXXAuthoritative directives in the documentation since these directives no longer exist git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@366519 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 31, 2005
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@360213 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@360208 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Remove the 'satisfy' directive and the ap_satisfy() and ap_requires() APIs since they no longer serve a purpose git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@360207 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 30, 2005
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@360029 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@360027 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Add 'granted' and 'denied' arguments to the authz 'all' provider to try to mimic the previous 'allow from all' and 'deny from all' functionality git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@359936 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
If there aren't any providers configured, then just decline allowing other hook based authorization modules to have a crack at it git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@359935 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@359930 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Remove all of the Satisfy functionality from the request handing. All the various auth hooks to be called all of the time without restriction git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@359929 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 29, 2005
-
-
Bradley Nicholes authored
After further review, it is determined that mod_authz_default needs to remain a authz hook rather than a provider git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@359928 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
First cut at converting the host based access control directives (allow, deny) into authz providers. Needs testing git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@359885 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 27, 2005
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@359176 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Remove the calls to ap_some_auth_required() from the request handling to allow the authn and authz hooks to be called without restriction git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@359172 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
debugged the require_one and require_all linked list set up to make sure that the lists are being created to match the logic that is layed out in the configuration file. Also debugged the authz provider handling to make sure that the 'and/or' logic is being followed as the providers are checked and return the authorization result git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@359160 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 21, 2005
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@358364 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 12, 2005
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@356323 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 10, 2005
-
-
Bradley Nicholes authored
authorization git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@355684 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
based authorization architecture git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@355681 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
modules. This functionality will be handled by the Satify directive when that gets refactored. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@355670 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 09, 2005
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@355655 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@355629 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@355627 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@355580 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@355577 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 08, 2005
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@354998 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@354979 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 07, 2005
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@354717 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Split the authz type from the arguments when the authz provider is registered and store the type in ->provider_name and the arguments in ->requirement Move the check for METHOD_MASK out of the authz providers and into the provider vector Change the status code to AUTHZ_DENIED, AUTHZ_GRANTED and AUTHZ_GENERAL_ERROR git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@354716 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@354699 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 06, 2005
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@354498 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
discussions on list. (This just renames the files - doesn't touch the content.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@354490 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Add general authn and authz modules to hold non-authxxx specific directives such as authtype, authname and require. Remove authtype and authname from mod_core. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@354331 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 05, 2005
-
-
Bradley Nicholes authored
referencing it git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@354141 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 03, 2005
-
-
Justin Erenkrantz authored
* modules/aaa/mod_authz_host.c: Tweak locations of some comments; reflow long lines; correct and simplify (I think) ap_some_auth_required logic. * modules/aaa/mod_auth.h: Remove AUTHZ_DECLINED for now; reflow long lines; improve comments; remove some no longer useful comments * modules/aaa/mod_authz_user.c: Reflow long lines and remove unneeded variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@351902 13f79535-47bb-0310-9956-ffa450edef68
-