1. 19 Mar, 2003 2 commits
  2. 05 Mar, 2003 1 commit
  3. 28 Feb, 2003 1 commit
  4. 27 Feb, 2003 1 commit
  5. 26 Feb, 2003 2 commits
  6. 22 Feb, 2003 3 commits
  7. 19 Feb, 2003 3 commits
  8. 18 Feb, 2003 1 commit
  9. 16 Feb, 2003 1 commit
    • Andre Malo's avatar
      drop the guess_domain function. · f0d392de
      Andre Malo authored
      Our docs say about AuthDigestDomain:
      This directive should always be specified and contain at least the (set of)
      root URI(s) for this space. Omitting to do so will cause the client to send
      the Authorization header for every request sent to this server.
      
      guessing the parameter is somewhat bogus. guess_domain() also resulted sometimes
      in relative URIs, non-URI strings or empty strings, which caused a lot of
      problems.
      According to the docs, the domain parameter will be omitted now,
      if not specified. This is exactly, what one would expect.
      
      PR: 16937 (related to)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98677 13f79535-47bb-0310-9956-ffa450edef68
      f0d392de
  10. 12 Feb, 2003 1 commit
  11. 10 Feb, 2003 1 commit
  12. 04 Feb, 2003 1 commit
  13. 03 Feb, 2003 1 commit
  14. 31 Jan, 2003 1 commit
  15. 26 Jan, 2003 2 commits
  16. 23 Jan, 2003 2 commits
  17. 22 Jan, 2003 1 commit
  18. 17 Jan, 2003 1 commit
  19. 16 Jan, 2003 2 commits
  20. 14 Jan, 2003 1 commit
  21. 09 Jan, 2003 2 commits
  22. 23 Dec, 2002 2 commits
  23. 19 Dec, 2002 1 commit
    • William A. Rowe Jr's avatar
      · dc9a7299
      William A. Rowe Jr authored
        Teach win32 about magic_cleanups to toggle the INHERIT bit for handles.
      
        This can only work for NT, since 9x cannot alter a handle's INHERIT bit
        without a DuplicateHandle() and then closing the original handle, which
        just doesn't fit into this API very well.
      
        {Actually, could be done with a bit of convolutions for FILE and fd,
        but this won't work by the ap_note_cleanups_for_h() api.)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98045 13f79535-47bb-0310-9956-ffa450edef68
      dc9a7299
  24. 18 Dec, 2002 6 commits