1. 14 Jul, 2000 3 commits
  2. 13 Jul, 2000 3 commits
  3. 12 Jul, 2000 1 commit
  4. 08 Jul, 2000 1 commit
  5. 05 Jul, 2000 1 commit
  6. 03 Jul, 2000 3 commits
    • William A. Rowe Jr's avatar
      · b00e4a8c
      William A. Rowe Jr authored
        Bringing these up to date.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85759 13f79535-47bb-0310-9956-ffa450edef68
      b00e4a8c
    • William A. Rowe Jr's avatar
      · 8f95c77e
      William A. Rowe Jr authored
        This patch for Win32 holds the console window open for up to 30 seconds
        on error until dismissed with the <ESC> key or timing out.
      
        It also traps every stderr logged message to the WinNT Application Event
        log for WinNT/2000 services.  Since Win95 services aren't, they will
        follow the first exception (holding the service console window open.)
      
      PR:
          Every "Apache just pops up and goes away" and
                "Error 1067 starting service" complaint.
      
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85758 13f79535-47bb-0310-9956-ffa450edef68
      8f95c77e
    • William A. Rowe Jr's avatar
      · f147f87f
      William A. Rowe Jr authored
        Although Apache's mak/dsp projects properly add src/os/win32 to the
        includes list, the 3rd party module authors don't necessarily do so.
      
        This patch fixes the reliance on os/win32/os.h for the rest of the
        1.3.x lifetime, but we shouldn't do so for Apache 2.0
      
      PR:
      Obtained from:  Keith Wannamaker [Keith@Wannamaker.org]
      Submitted by:
      Reviewed by:	William Rowe
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85757 13f79535-47bb-0310-9956-ffa450edef68
      f147f87f
  7. 30 Jun, 2000 2 commits
  8. 28 Jun, 2000 1 commit
  9. 26 Jun, 2000 2 commits
  10. 23 Jun, 2000 4 commits
    • William A. Rowe Jr's avatar
      · 7a16e7b5
      William A. Rowe Jr authored
        This incorporates Allen's fix into a broader set of potential Win32
        security holes.  With that I believe Marc's concerns are addressed, as
        the hold appears to be very Win32 specific.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85677 13f79535-47bb-0310-9956-ffa450edef68
      7a16e7b5
    • William A. Rowe Jr's avatar
      · f350af97
      William A. Rowe Jr authored
        Missed the debug target of gen_test_char on the os.h path patch.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85672 13f79535-47bb-0310-9956-ffa450edef68
      f350af97
    • William A. Rowe Jr's avatar
      · 0e0fee0f
      William A. Rowe Jr authored
        Back and forth... seems I transposed a .dsp for ap.mak, this unwinds
        that and applies all the intents of the last patch to ap.mak.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85671 13f79535-47bb-0310-9956-ffa450edef68
      0e0fee0f
    • William A. Rowe Jr's avatar
      · 61ac9124
      William A. Rowe Jr authored
        Revise the Win32 Build for three purposes;
      
          1) Remove libraries specified under the Apache.dsw 'dependencies' to
             eliminate duplicate link references in .mak files.  Exporting all
             make files from Apache.dsw, or building applications dependent on
             libraries within the IDE both consistently add the libraries to
             the linkage.
          2) Add the include path os/win32 to .dsp projects as appropriate,
             mostly to resolve to os.h in a manner consistent with unix.
          3) Remove entirely useless libraries that are auto included by MSVC.
      
        These changes level the field for deployment of other Win32 compilers.
      
        No source files were harmed durring this production :)
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85670 13f79535-47bb-0310-9956-ffa450edef68
      61ac9124
  11. 22 Jun, 2000 7 commits
  12. 21 Jun, 2000 3 commits
  13. 19 Jun, 2000 2 commits
  14. 17 Jun, 2000 3 commits
  15. 16 Jun, 2000 1 commit
    • William A. Rowe Jr's avatar
      · 10dc63ef
      William A. Rowe Jr authored
        Complete the Win32 NT isProcessService() test fixes.  The beauty of
        this patch is:
      
          * Services post-1.3.13 use the new --ntservice arg test in 1.3.13
          * Services installed pre-1.3.13 use the old isProcessService() in 1.3.13
          * Services installed post-1.3.13 use the old isProcessService() test
            if they launch a pre-1.3.13 apache.exe
      
        Nobody's broken, but any real args to 1.3.13 bypass the isProcessService()
        test, so the console API is not invoked, no extra resources are wasted,
        and developer's apps may launch Apache with hidden console, if they choose.
        Thanks again to Kevin Kiley <TOKILEY@aol.com> for his research & analysis.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85588 13f79535-47bb-0310-9956-ffa450edef68
      10dc63ef
  16. 15 Jun, 2000 3 commits
    • William A. Rowe Jr's avatar
      · 728ae8b6
      William A. Rowe Jr authored
        A newer hack to determine if we're running as a service without waiting
        for the SCM to fail; Testing both for isWindowsNT and the obscure but
        consistent flag STARTF_FORCEOFFFEEDBACK.
      
        William Rowe with great hints from Kevin Kiley <TOKILEY@aol.com>
      
      PR:		5657
      Submitted by:	Jim Patterson <jim-patterson@ncf.ca>,
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85584 13f79535-47bb-0310-9956-ffa450edef68
      728ae8b6
    • William A. Rowe Jr's avatar
      · a3ece246
      William A. Rowe Jr authored
        Export the Win32 .dll ap_start_shutdown and ap_start_restart symbols
        in order for dynamically linked modules to share.
      
      PR:		PR5657
      Obtained from:
      Submitted by:	Jim Patterson <jim-patterson@ncf.ca>
      Reviewed by:	William Rowe
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85583 13f79535-47bb-0310-9956-ffa450edef68
      a3ece246
    • William A. Rowe Jr's avatar
      · 5b0445ec
      William A. Rowe Jr authored
        Restore httpd.conf-dist-win ServerName to the same state as the
        stock .conf-dist version.
      
        Correct the problem where the only local host name that the IP stack
        can discover are 'undotted' private names.  If no fully qualified
        domain name can be identified, the default ServerName will be set to
        the machine's IP address string.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85581 13f79535-47bb-0310-9956-ffa450edef68
      5b0445ec