1. 16 Feb, 2003 1 commit
    • Andre Malo's avatar
      drop the guess_domain function. · 8f14a069
      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/APACHE_2_0_BRANCH@98676 13f79535-47bb-0310-9956-ffa450edef68
      8f14a069
  2. 15 Feb, 2003 5 commits
  3. 14 Feb, 2003 5 commits
  4. 13 Feb, 2003 5 commits
  5. 12 Feb, 2003 9 commits
  6. 11 Feb, 2003 3 commits
  7. 10 Feb, 2003 1 commit
  8. 08 Feb, 2003 1 commit
  9. 07 Feb, 2003 3 commits
    • William A. Rowe Jr's avatar
      · 7df6cd8f
      William A. Rowe Jr authored
        *) Introduce debugging symbols for Win32 release builds, both .pdb
           and .dbg files (older debuggers and Dr. Watson-type utilities
           on WinNT or Win9x don't support the newer .pdb flavor.)
           [Allen Edwards, William Rowe]
      
        This backport is necessary in order to assure those debugging the Apache
        binaries are in a position to collect Crash Dump files from segfault bug
        reports, either to use locally ourselves, or for the user to merge into
        their {c:\windows}\symbols tree (for .dbg files) or leave in the same
        directories as the binaries (for .pdb files).
      
        This patch has no impact on optimization, performance, file size (of those
        binaries) or other attributes.  Although this will add 'heft' to the
        distribution, we can decide 1) to package them in a seperate .zip file
        from dist/httpd/binaries/win32/ or 2) to include them in the .msi, but
        install only in the custom install selection page, or finally, 3) set up
        our own symbols 'server' that can be configured with windbg to automatically
        retrieve the right symbol sets for a given release package.
      
        Discussion is free to follow on list; these are the results of Allen and
        my research into the murky depths of 9x v.s. NT v.s. 2000/XP debug symbols.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98597 13f79535-47bb-0310-9956-ffa450edef68
      7df6cd8f
    • William A. Rowe Jr's avatar
      · f5ab6cdd
      William A. Rowe Jr authored
        Clean up dependencies for apr-iconv ces/ccs modules and a bogus entry.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98594 13f79535-47bb-0310-9956-ffa450edef68
      f5ab6cdd
    • William A. Rowe Jr's avatar
      · a8034047
      William A. Rowe Jr authored
        Fix various inconsistencies between saving from the IDE and the current
        contents of these .dsp files.  Nothing serious.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98591 13f79535-47bb-0310-9956-ffa450edef68
      a8034047
  10. 06 Feb, 2003 2 commits
  11. 05 Feb, 2003 1 commit
  12. 04 Feb, 2003 2 commits
  13. 03 Feb, 2003 2 commits