Skip to content
  1. Jan 18, 2006
  2. Jan 17, 2006
  3. Jan 16, 2006
  4. Jan 15, 2006
  5. Jan 14, 2006
  6. Jan 13, 2006
  7. Jan 12, 2006
  8. Jan 11, 2006
    • Bradley Nicholes's avatar
      Update the NetWare makefiles to build the authz code · d9da6e9c
      Bradley Nicholes authored
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@368105 13f79535-47bb-0310-9956-ffa450edef68
      d9da6e9c
    • William A. Rowe Jr's avatar
      · 7f036e0f
      William A. Rowe Jr authored
        Correct version numbering for generated .rc files.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@368072 13f79535-47bb-0310-9956-ffa450edef68
      7f036e0f
    • Bradley Nicholes's avatar
      Authz refactoring · ce3c7628
      Bradley Nicholes authored
      Merge from branches/authz-dev
      
      Basically here is a list of what has been done:
      - Convert all of the authz modules from hook based to provider based
      - Remove the ap_requires field from the core_dir_config structure
      - Remove the function ap_requires() since its functionality is no
      longer supported or necessary in the refactoring
      - Remove the calls to ap_some_auth_required() in the core request
      handling to allow the  hooks to be called in all cases.
      - Add the new module mod_authz_core which will act as the authorization
      provider vector and contain common authz directives such as 'Require',
      'Reject' and  '<RequireAlias>'
      - Add the new module mod_authn_core which will contain common
      authentication directives such as 'AuthType', 'AuthName' and
      '<AuthnProviderAlias>'
      - Move the check for METHOD_MASK out of the authz providers and into
      the authz_core provider vector
      - Define the status codes that can be returned by the authz providers
      as AUTHZ_DENIED,  AUTHZ_GRANTED and AUTHZ_GENERAL_ERROR   
      - R...
      ce3c7628
  9. Jan 10, 2006
  10. Jan 09, 2006
  11. Jan 06, 2006
  12. Jan 05, 2006