Skip to content
  1. Feb 18, 2003
  2. Feb 16, 2003
    • 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
  3. Feb 12, 2003
  4. Feb 10, 2003
  5. Feb 04, 2003
  6. Feb 03, 2003
  7. Jan 31, 2003
  8. Jan 26, 2003
  9. Jan 23, 2003
  10. Jan 22, 2003
  11. Jan 17, 2003
  12. Jan 16, 2003
  13. Jan 14, 2003
  14. Jan 09, 2003
  15. Dec 23, 2002
  16. Dec 19, 2002
    • 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
  17. Dec 18, 2002
  18. Dec 17, 2002
  19. Dec 16, 2002
  20. Dec 12, 2002
  21. Dec 11, 2002
  22. Dec 10, 2002
  23. Dec 09, 2002
  24. Dec 08, 2002