1. 03 Oct, 1998 14 commits
  2. 02 Oct, 1998 3 commits
    • Ken Coar's avatar
      · 29128ac3
      Ken Coar authored
      	Back off a portion of the incremental-IndexOptions patch;
      	unprefixed keywords should clear all inherited options and
      	start setting the local directory's options from scratch.
      	Otherwise, 'keyword' and '+keyword' are essentially identical,
      	and clearing inheritance a pain.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@82195 13f79535-47bb-0310-9956-ffa450edef68
      29128ac3
    • Ken Coar's avatar
      · 1bb66b7c
      Ken Coar authored
      	Note another patch to fix Win32 bugs..
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@82193 13f79535-47bb-0310-9956-ffa450edef68
      1bb66b7c
    • Ken Coar's avatar
      · 95bf60a2
      Ken Coar authored
      	When the pipe handles are created, the security descriptor
      	indicates that the handle can be inherited.  However, we do not
      	want the server side handles to the pipe to be inherited by the
      	child CGI process. If the child CGI does inherit the server
      	side handles, then the child may be left around if the server
      	closes its handles (e.g. if the http connection is aborted),
      	because the child will have a valid copy of handles to both
      	sides of the pipes, and no I/O error will occur.  Microsoft
      	recommends using DuplicateHandle to turn off the inherit bit
      	under NT and Win95.
      
      PR:		2884, 2910
      Submitted by:	Ken Parzygnat <kparz@raleigh.ibm.com>
      Reviewed by:	Ken Coar
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@82192 13f79535-47bb-0310-9956-ffa450edef68
      95bf60a2
  3. 01 Oct, 1998 4 commits
  4. 30 Sep, 1998 5 commits
  5. 29 Sep, 1998 3 commits
  6. 28 Sep, 1998 4 commits
  7. 27 Sep, 1998 1 commit
  8. 26 Sep, 1998 2 commits
  9. 25 Sep, 1998 4 commits