- Dec 30, 1997
-
-
brian authored
Environment variable "REQUEST_URI" set by util_script.c but not passed on to suexec until now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79806 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79805 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79804 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
Reviewed by: Marc Slemko, Brian Behlendorf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79803 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79802 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79801 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Obtained from: Submitted by: Jim Jagielski Reviewed by: Dean Gaudet, Dirk-Willem van Gulik, Ken Coar Idea by: Martin Kraemer The move from strncpy() to ap_cpystrn(), which is home-brewed and is located in ./src/ap git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79800 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 29, 1997
-
-
Marc Slemko authored
PR: 1600 Obtained from: Submitted by: "Daniel S.Lewart" <d-lewart@uiuc.edu> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79799 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
same key. PR: 1604 Submitted by: Stephen Scheck <sscheck@infonex.net>, Ben Reviewed by: Ben Laurie git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79797 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79796 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 28, 1997
-
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79795 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
PR: 1195 Reviewed by: Dean Gaudet, Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79794 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79793 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 27, 1997
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79792 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79791 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
the final link, so it should not affect DLL size - switch it on again to use it). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79790 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79789 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 26, 1997
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79788 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
Affects win32 only. Submitted by: Ben Hyde Reviewed by: Dean Gaudet, Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79787 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
Submitted by: Ben Hyde <bhyde@gensym.com> Reviewed by: Dean Gaudet, Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79786 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79785 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
PR: 1366 Submitted by: Ben Reser <breser@regnow.com> Reviewed by: Dean Gaudet, Dirk-Willem van Gulik, Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79784 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
Don't use large_write() when nbytes == 1... otherwise we have really bad performance at end of buffer with bputc(). Reviewed by: Rasmus Lerdorf, Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79783 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
the group that its invoked as. Submitted by: Gregory A Lundberg <lundberg@vr.net> Reviewed by: Dean Gaudet, Martin Kraemer, Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79782 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79781 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
Submitted by: Jim Patterson <Jim.Patterson@Cognos.COM> Reviewed by: Ben Laurie git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79780 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79779 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79778 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79777 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79776 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 24, 1997
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79775 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79774 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79773 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
has been moved to ap/ap_snprintf.c. Win32 project files still need to be updated to reflect this change. Reviewed by: Jim Jagielski, Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79772 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79771 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79770 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 23, 1997
-
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79769 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79768 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
now returns 0 without writing anything. Previously it would behave like sprintf(). Reviewed by: Jim Jagielski, Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79767 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
Reviewed by: Jim Jagielski, Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79766 13f79535-47bb-0310-9956-ffa450edef68
-