1. 07 Oct, 2000 5 commits
    • William A. Rowe Jr's avatar
      · 46a6d28c
      William A. Rowe Jr authored
        Addresses the huge issue that Crypt::PasswdMD5 is probably not, and
        Digest::SHA1 is possibly not already installed, but the user may not
        even need it for their files!  Also inform the user what to grab and
        where.  Finally, assures that the old Crypt::PasswdMD5 (that didn't
        export apache_md5_crypt()) will work nonetheless.
      
        There is still one -big- problem ... the list of xDBM_Files options
        won't necessarily correspond to how Apache was built, nor if they
        are using mod_auth_db vs. mod_auth_dbm.  This has -got- to be fixed
        (although it's an old problem.)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86432 13f79535-47bb-0310-9956-ffa450edef68
      46a6d28c
    • Ryan Bloom's avatar
      The newest incarnation of http_filter. This is far from perfect, but it · c1da6489
      Ryan Bloom authored
      is a step in the right direction.  The idea is that the http_filter knows
      about the http protocol.  So, it uses that knowledge to discover HTTP
      request headers, and sends those headers up to getline.  However, it keeps
      the request body saved in it's ctx pointer.
      
      Later, when ap_get_client_block is called, we have set the remaining field
      in the conn_rec.  This tells the http_filter how much of the remaining
      data is request body, and how much isn't.  So, the http_filter can return
      the request body unparsed up throught ap_get_client_block.
      
      This doesn't even try to work with chunked input data, and there are still
      some other bugs in it, but it works for small-ish files in my tests, and
      it lets other people play with the concept of input filters.  I will try
      to play with this more, but others should feel free to hack around in it
      too.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86426 13f79535-47bb-0310-9956-ffa450edef68
      c1da6489
    • Greg Stein's avatar
      clean up the provider stuff some more: don't allow pick-and-choose of · 5860c5ce
      Greg Stein authored
      pieces, but just a complete provider. they aren't really separable anyways.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86425 13f79535-47bb-0310-9956-ffa450edef68
      5860c5ce
    • Greg Stein's avatar
      forward-port John Vasta's checkin to mod_dav 1.1.x (on Sep 25, 2000). this · 4092760d
      Greg Stein authored
      begins some work to upgrade the versioning support to some of the more
      recent drafts.
      
      - get_resource hook has new params
      - create_collection hook no longer takes a pool
      - new dav_auto_version_info structure to group up autoversion
        rollback/commit handling data
      - new functions for getting workspace, target-selector, etc
      - supportedlock hook now takes the resource in question (since different
        resources may have different locks)
      - new resource types; tweaks in props.c to support them
      - some tweaks with resource creation, Location header, etc.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86424 13f79535-47bb-0310-9956-ffa450edef68
      4092760d
    • Jim Jagielski's avatar
      This is ugly, but at least we compile again on platforms that lack · 7323d9bb
      Jim Jagielski authored
      sendfile().
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86423 13f79535-47bb-0310-9956-ffa450edef68
      7323d9bb
  2. 06 Oct, 2000 11 commits
  3. 05 Oct, 2000 16 commits
  4. 04 Oct, 2000 8 commits