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