Skip to content
  1. Jan 15, 2003
    • Andre Malo's avatar
      as announced and with no objections: · 983db328
      Andre Malo authored
      mod_authz_owner: forward port of require file-owner/file-group functionality
      
      The goal of the module is to do all the neccessary file system work to
      figure out username and groupname. "Require file-owner" is completely
      resolved within the module. "file-group" is only determined there and the
      groupname will be extracted from the stat call and stored within the
      r->notes. Done that, the module will decline, so that the group database
      modules (mod_authz_groupfile, mod_authz_dbm) can verify the groupname with
      their lists.
      Thus every group module that supports the file-group requirement must be
      hooked after mod_authz_owner. They have to recognize "file-group" and read
      the groupname from r->notes. (If there's no name stored, the modules should
      ignore the file-group requirement). The backstopper module will do its work
      in worst case.
      
      not solved yet:
      - the module doesn't work as one could expect if the file doesn't exist in
        the first request round (consider MultiViews) (the 1.3 version has the
        same problem). I played around with some subrequest techniques, but got
        no helpful result. Is there any magic to recognize the actual resulting
        filename (if there is)?
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98281 13f79535-47bb-0310-9956-ffa450edef68
      983db328
    • William A. Rowe Jr's avatar
      · ed2941cd
      William A. Rowe Jr authored
        It's up to apr-iconv to install it's own ces/ccs .pdb symbols.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98279 13f79535-47bb-0310-9956-ffa450edef68
      ed2941cd
    • Jeff Trawick's avatar
      Change the ulimit command used by apachectl on AIX so that it · 6cd3fc79
      Jeff Trawick authored
      works in all locales.
      
      the standard command fails in a non-English locale if the hard
      limit is unlimited since the display of the limit will translate
      "unlimited", but ulimit only accepts English "unlimited" on input
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98277 13f79535-47bb-0310-9956-ffa450edef68
      6cd3fc79
    • Jeff Trawick's avatar
      fix the type of the idlers field to match what apr_atomic_cas() expects · b31aeb23
      Jeff Trawick authored
      this fixes the compile when using the native compiler for AIX (and likely
      other non-gcc compilers)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98272 13f79535-47bb-0310-9956-ffa450edef68
      b31aeb23
  2. Jan 14, 2003
  3. Jan 13, 2003
  4. Jan 12, 2003
  5. Jan 11, 2003
  6. Jan 10, 2003
  7. Jan 09, 2003
  8. Jan 08, 2003
  9. Jan 07, 2003
  10. Jan 06, 2003