1. 20 Jun, 2000 4 commits
    • Roy T. Fielding's avatar
      Removed the pointless ap_is_aborted macro. · 5b54cf9f
      Roy T. Fielding authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85626 13f79535-47bb-0310-9956-ffa450edef68
      5b54cf9f
    • William A. Rowe Jr's avatar
      · a137072d
      William A. Rowe Jr authored
        This Win32 patch adds the key HKCR/filetype/shell/execcgi/command as the
        preference over the HKCR/filetype/shell/open/command for registry-based
        script execution, allowing two behaviors to coexist peacefully (the pipe
        based console behavior and the Win32 shell behavior.)
      
        The new ScriptInterpreterSource registry-strict directive dismisses bth
        the HKCR/filetype/shell/open/command and the shebang processing for
        administrators who are interested in explicit authorization of file type
        execution allowed in the context of subscriber-created scripts.  The net
        result: only HKCR/filetype/shell/execcgi/command processing is permitted.
      
        Docs to follow shortly.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85625 13f79535-47bb-0310-9956-ffa450edef68
      a137072d
    • William A. Rowe Jr's avatar
      · 3c3d03f1
      William A. Rowe Jr authored
        This patch disallows bogus args to the ScriptInterpreterSource directive
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85624 13f79535-47bb-0310-9956-ffa450edef68
      3c3d03f1
    • William A. Rowe Jr's avatar
      · fe2be9ba
      William A. Rowe Jr authored
        This patch solves several specific issues:
      
           1.3.x truncated any open/command arguments following the %1 arg.
                 so this patch adds the char** arguments to several functions
      
           1.3.x did not expand environment strings (%userprofile% etc.)
                 *) This patch may still not do so, if we are running with a
                    subset of the 'normal' environment for security reasons.
      
           1.3.x did not parse the extension itself (eg. the .pl key itself)
                 for the command, failing the 'named' type (eg. perlscript),
                 so this patch first tests the 'named' key, then the .ext key
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85623 13f79535-47bb-0310-9956-ffa450edef68
      fe2be9ba
  2. 19 Jun, 2000 9 commits
  3. 18 Jun, 2000 7 commits
  4. 17 Jun, 2000 13 commits
  5. 16 Jun, 2000 3 commits
  6. 15 Jun, 2000 3 commits
  7. 14 Jun, 2000 1 commit