]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
21 years agoignore more helper files
André Malo [Fri, 16 Apr 2004 21:54:09 +0000 (21:54 +0000)] 
ignore more helper files

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103416 13f79535-47bb-0310-9956-ffa450edef68

21 years ago* server/util_xml.c (ap_xml_parse_input): Give a 413 (Request Entity
Joe Orton [Thu, 15 Apr 2004 20:10:38 +0000 (20:10 +0000)] 
* server/util_xml.c (ap_xml_parse_input): Give a 413 (Request Entity
Too Large) not a 400 if the client exceeds the configured XML request
body limit.

Reviewed by: Jeff Trawick, Brad Nicholes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103398 13f79535-47bb-0310-9956-ffa450edef68

21 years ago* modules/ssl/ssl_engine_init.c (ssl_init_ctx_session_cache): Disable
Joe Orton [Thu, 15 Apr 2004 19:54:51 +0000 (19:54 +0000)] 
* modules/ssl/ssl_engine_init.c (ssl_init_ctx_session_cache): Disable
all OpenSSL-internal session caching.

* modules/ssl/ssl_toolkit_compat.h: Define SSL_SESS_CACHE_NO_INTERNAL
as SSL_SESS_CACHE_NO_INTERNAL_LOOKUP if necessary.

PR: 26562
Submitted by: Madhusudan Mathihalli
Reviewed by: Joe Orton, Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103397 13f79535-47bb-0310-9956-ffa450edef68

21 years ago* modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup): Don't try and
Joe Orton [Thu, 15 Apr 2004 19:41:39 +0000 (19:41 +0000)] 
* modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup): Don't try and
send an SSL shutdown from a pool cleanup.

PR: 27945
Reviewed by: Jeff Trawick, Madhusudan Mathihalli

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103396 13f79535-47bb-0310-9956-ffa450edef68

21 years agoFix a typo and clean up some tab characters.
Bradley Nicholes [Wed, 14 Apr 2004 17:02:45 +0000 (17:02 +0000)] 
Fix a typo and clean up some tab characters.

Submitted by: Guenter Knauf <gk@gknw.de>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103389 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdd mod_forensic to the NetWare build
Bradley Nicholes [Wed, 14 Apr 2004 16:24:36 +0000 (16:24 +0000)] 
Add mod_forensic to the NetWare build

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103387 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdate the backport proposal for the ldap patch to eliminate the uncontrolled allocat...
Bradley Nicholes [Wed, 14 Apr 2004 14:45:28 +0000 (14:45 +0000)] 
Update the backport proposal for the ldap patch to eliminate the uncontrolled allocations of binddn and bindpw

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103385 13f79535-47bb-0310-9956-ffa450edef68

21 years agoreview/vote
Jeff Trawick [Tue, 13 Apr 2004 11:47:58 +0000 (11:47 +0000)] 
review/vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103380 13f79535-47bb-0310-9956-ffa450edef68

21 years agoDon't allocation large buffers on the stack to avoid over-running a fixed length...
Bradley Nicholes [Mon, 12 Apr 2004 21:34:18 +0000 (21:34 +0000)] 
Don't allocation large buffers on the stack to avoid over-running a fixed length stack when ap_build_cont_config() is called recursively (ie. nested <IfDefine> blocks).

Reviewed by: bnicholes, nd, trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103373 13f79535-47bb-0310-9956-ffa450edef68

21 years agoMake sure that if auth_ldap is loaded, mod_ldap is also loaded
Bradley Nicholes [Mon, 12 Apr 2004 21:26:26 +0000 (21:26 +0000)] 
Make sure that if auth_ldap is loaded, mod_ldap is also loaded

Reviewed by: bnicholes, minfrin, trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103372 13f79535-47bb-0310-9956-ffa450edef68

21 years agoStop locking all of the connections while trying to find an available connection...
Bradley Nicholes [Mon, 12 Apr 2004 21:17:42 +0000 (21:17 +0000)] 
Stop locking all of the connections while trying to find an available connection that meets the specified criteria.  If a connection doesn't meet the criteria, unlock it so that it remains available for other requests.

Reviewed by: bnicholes, minfrin, trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103371 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAllow make files to create a cc.opt compiler options file per NLM rather than a singl...
Bradley Nicholes [Mon, 12 Apr 2004 20:50:54 +0000 (20:50 +0000)] 
Allow make files to create a cc.opt compiler options file per NLM rather than a single file per directory

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103370 13f79535-47bb-0310-9956-ffa450edef68

21 years agomaintenance stuff
André Malo [Mon, 12 Apr 2004 17:38:39 +0000 (17:38 +0000)] 
maintenance stuff

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103361 13f79535-47bb-0310-9956-ffa450edef68

21 years agobackport accompanying check_forensic script
André Malo [Mon, 12 Apr 2004 17:32:16 +0000 (17:32 +0000)] 
backport accompanying check_forensic script

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103360 13f79535-47bb-0310-9956-ffa450edef68

21 years agoupdate transformation
André Malo [Mon, 12 Apr 2004 17:27:37 +0000 (17:27 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103359 13f79535-47bb-0310-9956-ffa450edef68

21 years agomod_log_forensic is now in 2.0
André Malo [Mon, 12 Apr 2004 17:23:20 +0000 (17:23 +0000)] 
mod_log_forensic is now in 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103358 13f79535-47bb-0310-9956-ffa450edef68

21 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Mon, 12 Apr 2004 17:23:20 +0000 (17:23 +0000)] 
This commit was manufactured by cvs2svn to create branch
'APACHE_2_0_BRANCH'.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103357 13f79535-47bb-0310-9956-ffa450edef68

21 years agofix invaliditiy
André Malo [Mon, 12 Apr 2004 17:12:39 +0000 (17:12 +0000)] 
fix invaliditiy

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103355 13f79535-47bb-0310-9956-ffa450edef68

21 years agofade out the different languages for print
André Malo [Mon, 12 Apr 2004 16:22:44 +0000 (16:22 +0000)] 
fade out the different languages for print

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103354 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdd mod_log_forensic.
Ben Laurie [Sun, 11 Apr 2004 18:36:58 +0000 (18:36 +0000)] 
Add mod_log_forensic.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103347 13f79535-47bb-0310-9956-ffa450edef68

21 years agoand another one
André Malo [Sat, 10 Apr 2004 22:27:58 +0000 (22:27 +0000)] 
and another one

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103343 13f79535-47bb-0310-9956-ffa450edef68

21 years agoyab
André Malo [Sat, 10 Apr 2004 21:51:08 +0000 (21:51 +0000)] 
yab

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103340 13f79535-47bb-0310-9956-ffa450edef68

21 years agopropose yet another merge
Jeff Trawick [Sat, 10 Apr 2004 21:35:28 +0000 (21:35 +0000)] 
propose yet another merge

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103338 13f79535-47bb-0310-9956-ffa450edef68

21 years agoreviewing and voting...
Jeff Trawick [Sat, 10 Apr 2004 21:06:45 +0000 (21:06 +0000)] 
reviewing and voting...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103337 13f79535-47bb-0310-9956-ffa450edef68

21 years agoyet another bugfix
André Malo [Sat, 10 Apr 2004 21:00:02 +0000 (21:00 +0000)] 
yet another bugfix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103336 13f79535-47bb-0310-9956-ffa450edef68

21 years agovote & note
André Malo [Sat, 10 Apr 2004 18:51:50 +0000 (18:51 +0000)] 
vote & note

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103334 13f79535-47bb-0310-9956-ffa450edef68

21 years agopropose a backport
André Malo [Sat, 10 Apr 2004 17:52:29 +0000 (17:52 +0000)] 
propose a backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103332 13f79535-47bb-0310-9956-ffa450edef68

21 years agoyet another backport
André Malo [Sat, 10 Apr 2004 14:03:51 +0000 (14:03 +0000)] 
yet another backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103329 13f79535-47bb-0310-9956-ffa450edef68

21 years agopropose a backport for 2.0 and 1.3
André Malo [Sat, 10 Apr 2004 13:19:48 +0000 (13:19 +0000)] 
propose a backport for 2.0 and 1.3

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103327 13f79535-47bb-0310-9956-ffa450edef68

21 years agopropose backport
Geoffrey Young [Fri, 9 Apr 2004 01:00:53 +0000 (01:00 +0000)] 
propose backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103311 13f79535-47bb-0310-9956-ffa450edef68

21 years agobuild check-all all
André Malo [Thu, 8 Apr 2004 21:21:11 +0000 (21:21 +0000)] 
build check-all all

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103306 13f79535-47bb-0310-9956-ffa450edef68

21 years agoBackport:
Joshua Slive [Thu, 8 Apr 2004 18:22:50 +0000 (18:22 +0000)] 
Backport:
   Add a cgi faq entry and point to the tutorial.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103302 13f79535-47bb-0310-9956-ffa450edef68

21 years agoBackport:
Joshua Slive [Thu, 8 Apr 2004 18:22:11 +0000 (18:22 +0000)] 
Backport:
  Make sure that the CGI tutorial answers
  all the CGI FAQs that I commonly
  see.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103301 13f79535-47bb-0310-9956-ffa450edef68

21 years agoRemove the autoload dependancy on util_ldap in order to allow auth_ldap to fail norma...
Bradley Nicholes [Thu, 8 Apr 2004 15:38:14 +0000 (15:38 +0000)] 
Remove the autoload dependancy on util_ldap in order to allow auth_ldap to fail normally if util_ldap is not loaded or loaded out of order

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103297 13f79535-47bb-0310-9956-ffa450edef68

21 years agoback port proposal
Bradley Nicholes [Wed, 7 Apr 2004 21:49:47 +0000 (21:49 +0000)] 
back port proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103291 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAllow the NetWare makefiles to clean up some files that were missed
Bradley Nicholes [Tue, 6 Apr 2004 22:49:23 +0000 (22:49 +0000)] 
Allow the NetWare makefiles to clean up some files that were missed

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103287 13f79535-47bb-0310-9956-ffa450edef68

21 years ago- Add my 2c
Graham Leggett [Tue, 6 Apr 2004 18:09:21 +0000 (18:09 +0000)] 
- Add my 2c
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103285 13f79535-47bb-0310-9956-ffa450edef68

21 years agovote
Bradley Nicholes [Tue, 6 Apr 2004 15:49:58 +0000 (15:49 +0000)] 
vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103283 13f79535-47bb-0310-9956-ffa450edef68

21 years agoPropose another ldap back port
Bradley Nicholes [Tue, 6 Apr 2004 15:17:15 +0000 (15:17 +0000)] 
Propose another ldap back port

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103282 13f79535-47bb-0310-9956-ffa450edef68

21 years agopropose yeat another backport
André Malo [Sat, 3 Apr 2004 23:24:25 +0000 (23:24 +0000)] 
propose yeat another backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103267 13f79535-47bb-0310-9956-ffa450edef68

21 years agopropose a bugfix for 2.0 and 1.3
André Malo [Sat, 3 Apr 2004 22:55:59 +0000 (22:55 +0000)] 
propose a bugfix for 2.0 and 1.3

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103265 13f79535-47bb-0310-9956-ffa450edef68

21 years agopropose mod_logio fix for backport
André Malo [Sat, 3 Apr 2004 20:56:02 +0000 (20:56 +0000)] 
propose mod_logio fix for backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103264 13f79535-47bb-0310-9956-ffa450edef68

21 years agoyet another backport
André Malo [Sat, 3 Apr 2004 20:32:14 +0000 (20:32 +0000)] 
yet another backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103262 13f79535-47bb-0310-9956-ffa450edef68

21 years agorefer to 2.0
André Malo [Sat, 3 Apr 2004 17:34:14 +0000 (17:34 +0000)] 
refer to 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103259 13f79535-47bb-0310-9956-ffa450edef68

21 years agobring these files up to date
André Malo [Sat, 3 Apr 2004 17:26:12 +0000 (17:26 +0000)] 
bring these files up to date

Reviewed by: Kess

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103258 13f79535-47bb-0310-9956-ffa450edef68

21 years ago`build check-all all`
André Malo [Sat, 3 Apr 2004 16:35:32 +0000 (16:35 +0000)] 
`build check-all all`

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103256 13f79535-47bb-0310-9956-ffa450edef68

21 years agoupdate transformation
André Malo [Sat, 3 Apr 2004 16:30:45 +0000 (16:30 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103255 13f79535-47bb-0310-9956-ffa450edef68

21 years agoPropose another mod_ldap back port
Bradley Nicholes [Fri, 2 Apr 2004 23:27:07 +0000 (23:27 +0000)] 
Propose another mod_ldap back port

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103251 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdd png versions of graphics for use by pdflatex.
Joshua Slive [Fri, 2 Apr 2004 20:19:29 +0000 (20:19 +0000)] 
Add png versions of graphics for use by pdflatex.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103242 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdd png versions of graphics for use by pdflatex.
Joshua Slive [Fri, 2 Apr 2004 20:18:57 +0000 (20:18 +0000)] 
Add png versions of graphics for use by pdflatex.
Sorry for the extra garbage.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103238 13f79535-47bb-0310-9956-ffa450edef68

21 years agoPut a little more detail (including copyright notice) into
Joshua Slive [Fri, 2 Apr 2004 20:11:38 +0000 (20:11 +0000)] 
Put a little more detail (including copyright notice) into
frontmatter of latex version.  Also prepare for inclusion
of png graphics.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103236 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdd <columnspec> and make a couple other very small changes
Joshua Slive [Fri, 2 Apr 2004 20:08:50 +0000 (20:08 +0000)] 
Add <columnspec> and make a couple other very small changes
to let latex render tables a little better.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103235 13f79535-47bb-0310-9956-ffa450edef68

21 years agothese files are now part of the build tools
André Malo [Thu, 1 Apr 2004 22:15:52 +0000 (22:15 +0000)] 
these files are now part of the build tools

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103230 13f79535-47bb-0310-9956-ffa450edef68

21 years agoPropose a back port
Bradley Nicholes [Wed, 31 Mar 2004 23:08:45 +0000 (23:08 +0000)] 
Propose a back port

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103226 13f79535-47bb-0310-9956-ffa450edef68

21 years agomerge this from 2.1-dev:
Jeff Trawick [Tue, 30 Mar 2004 21:07:10 +0000 (21:07 +0000)] 
merge this from 2.1-dev:

     logresolve: Allow size of log line buffer to be overridden at
     build time (MAXLINE).

PR:          27793
Reviewed by: stoddard, nd

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103221 13f79535-47bb-0310-9956-ffa450edef68

21 years agobackport this from 2.1-dev:
Jeff Trawick [Tue, 30 Mar 2004 20:53:06 +0000 (20:53 +0000)] 
backport this from 2.1-dev:

  Don't include newlines in strings passed to ap_log_error.

Reviewed by: geoff, nd

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103220 13f79535-47bb-0310-9956-ffa450edef68

21 years agocore_output_filter: tag the deferred write_pool
Jeff Trawick [Tue, 30 Mar 2004 20:49:07 +0000 (20:49 +0000)] 
core_output_filter: tag the deferred write_pool

Submitted by:   jorton
Reviewed by:    trawick, stoddard, nd

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103219 13f79535-47bb-0310-9956-ffa450edef68

21 years agobuild check-all
André Malo [Tue, 30 Mar 2004 20:12:19 +0000 (20:12 +0000)] 
build check-all

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103218 13f79535-47bb-0310-9956-ffa450edef68

21 years agotypos and wrong href
André Malo [Tue, 30 Mar 2004 20:08:51 +0000 (20:08 +0000)] 
typos and wrong href

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103217 13f79535-47bb-0310-9956-ffa450edef68

21 years agovote.
Madhusudan Mathihalli [Tue, 30 Mar 2004 17:38:07 +0000 (17:38 +0000)] 
vote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103214 13f79535-47bb-0310-9956-ffa450edef68

21 years agonot yet another merge request for once
Jeff Trawick [Tue, 30 Mar 2004 14:42:03 +0000 (14:42 +0000)] 
not yet another merge request for once

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103212 13f79535-47bb-0310-9956-ffa450edef68

21 years agoVotes and proposals.
Joe Orton [Tue, 30 Mar 2004 11:43:10 +0000 (11:43 +0000)] 
Votes and proposals.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103210 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUse apr_temp_dir_get for htpasswd
Bradley Nicholes [Mon, 29 Mar 2004 23:51:44 +0000 (23:51 +0000)] 
Use apr_temp_dir_get for htpasswd

Submitted by: Guenter Knauf <eflash gmx.net>
Reviewed by: thommay, bnicholes, jjclar

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103208 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUse apr_temp_dir_get for htdigest and remove the dependancy on the external cp/copy...
Bradley Nicholes [Mon, 29 Mar 2004 23:43:30 +0000 (23:43 +0000)] 
Use apr_temp_dir_get for htdigest and remove the dependancy on the external cp/copy command. Remove the OMIT_DELONCLOSE #ifdef because removing the temp file happens automatically through the apr_temp_dir_get() call.  Also some other misc cleanup of the code

Submitted by: Guenter Knauf <eflash gmx.net>
Reviewed by: bnicholes, jjclar, nd

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103207 13f79535-47bb-0310-9956-ffa450edef68

21 years agoFix the comment delimiter in htdbm
Bradley Nicholes [Mon, 29 Mar 2004 23:07:46 +0000 (23:07 +0000)] 
Fix the comment delimiter in htdbm

Submitted by:Guenter Knauf <eflash gmx.net>
Reviewed by: bnicholes, trawick, jjclar

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103205 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAllow the experimental modules to be built in the NetWare main line build process...
Bradley Nicholes [Mon, 29 Mar 2004 22:33:24 +0000 (22:33 +0000)] 
Allow the experimental modules to be built in the NetWare main line build process by defining the environment variable EXPERIMENTAL

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103203 13f79535-47bb-0310-9956-ffa450edef68

21 years agoFixed the truncated parameters when envoking a CGI program on NetWare
Bradley Nicholes [Mon, 29 Mar 2004 22:07:48 +0000 (22:07 +0000)] 
Fixed the truncated parameters when envoking a CGI program on NetWare

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103201 13f79535-47bb-0310-9956-ffa450edef68

21 years agopropose another backport and add some votes
André Malo [Mon, 29 Mar 2004 21:41:13 +0000 (21:41 +0000)] 
propose another backport and add some votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103200 13f79535-47bb-0310-9956-ffa450edef68

21 years agomod_log_forensic vote
Bill Stoddard [Mon, 29 Mar 2004 13:41:28 +0000 (13:41 +0000)] 
mod_log_forensic vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103188 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdd mod_log_forensic...
Ben Laurie [Mon, 29 Mar 2004 04:00:16 +0000 (04:00 +0000)] 
Add mod_log_forensic...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103187 13f79535-47bb-0310-9956-ffa450edef68

21 years agovote (does this even need a STATUS entry?)
Geoffrey Young [Mon, 29 Mar 2004 03:47:16 +0000 (03:47 +0000)] 
vote (does this even need a STATUS entry?)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103186 13f79535-47bb-0310-9956-ffa450edef68

21 years agovote
Bill Stoddard [Mon, 29 Mar 2004 03:01:22 +0000 (03:01 +0000)] 
vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103185 13f79535-47bb-0310-9956-ffa450edef68

21 years agoyet another merge
Jeff Trawick [Mon, 29 Mar 2004 02:37:57 +0000 (02:37 +0000)] 
yet another merge

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103183 13f79535-47bb-0310-9956-ffa450edef68

21 years agoteeny tiny merge
Jeff Trawick [Sun, 28 Mar 2004 18:44:48 +0000 (18:44 +0000)] 
teeny tiny merge

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103179 13f79535-47bb-0310-9956-ffa450edef68

21 years agotranslate outofdate message
André Malo [Sun, 28 Mar 2004 01:01:56 +0000 (01:01 +0000)] 
translate outofdate message

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103178 13f79535-47bb-0310-9956-ffa450edef68

21 years agoignore helper files
André Malo [Sun, 28 Mar 2004 00:27:23 +0000 (00:27 +0000)] 
ignore helper files

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103176 13f79535-47bb-0310-9956-ffa450edef68

21 years agoupdate translation
André Malo [Sat, 27 Mar 2004 22:56:05 +0000 (22:56 +0000)] 
update translation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103174 13f79535-47bb-0310-9956-ffa450edef68

21 years ago`build check-all`
André Malo [Sat, 27 Mar 2004 22:36:54 +0000 (22:36 +0000)] 
`build check-all`

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103172 13f79535-47bb-0310-9956-ffa450edef68

21 years agoupdate NTP homepage
André Malo [Sat, 27 Mar 2004 22:34:30 +0000 (22:34 +0000)] 
update NTP homepage

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103171 13f79535-47bb-0310-9956-ffa450edef68

21 years ago`build check-all all`
André Malo [Sat, 27 Mar 2004 20:02:26 +0000 (20:02 +0000)] 
`build check-all all`

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103170 13f79535-47bb-0310-9956-ffa450edef68

21 years agobackport outofdateness message
André Malo [Sat, 27 Mar 2004 19:23:01 +0000 (19:23 +0000)] 
backport outofdateness message

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103169 13f79535-47bb-0310-9956-ffa450edef68

21 years agopropose backports
André Malo [Sat, 27 Mar 2004 19:07:29 +0000 (19:07 +0000)] 
propose backports

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103168 13f79535-47bb-0310-9956-ffa450edef68

21 years agoPropose a backport in mod_ssl.
Madhusudan Mathihalli [Sat, 27 Mar 2004 00:18:03 +0000 (00:18 +0000)] 
Propose a backport in mod_ssl.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103167 13f79535-47bb-0310-9956-ffa450edef68

21 years agoLimit the concurrency to MAX_CONCURRENCY.
Madhusudan Mathihalli [Sat, 27 Mar 2004 00:08:41 +0000 (00:08 +0000)] 
Limit the concurrency to MAX_CONCURRENCY.
Otherwise, ab may dump core (calloc fails) when a arbitrarily huge value
is used.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103166 13f79535-47bb-0310-9956-ffa450edef68

21 years agoBackport: Yet another typo.
Joshua Slive [Thu, 25 Mar 2004 20:03:22 +0000 (20:03 +0000)] 
Backport: Yet another typo.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103160 13f79535-47bb-0310-9956-ffa450edef68

21 years agoBackport:
Joshua Slive [Thu, 25 Mar 2004 19:53:34 +0000 (19:53 +0000)] 
Backport:
  Intergrate Kess' configure docs in the docs tree and,
  in particular, integrate them into install.xml by removing
  large chunks of that document and making it a summary
  with pointers into configure.xml.

  (I also snuck in the odd fix to both install.xml and
  configure.xml.  Sorry for the mix.)

  (Including subsequent typo fix.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103158 13f79535-47bb-0310-9956-ffa450edef68

21 years agoThe (tm) thing breaks latex/pdf and I'm too lazy to figure
Joshua Slive [Thu, 25 Mar 2004 19:52:50 +0000 (19:52 +0000)] 
The (tm) thing breaks latex/pdf and I'm too lazy to figure
out why, so I'm going to remove it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103157 13f79535-47bb-0310-9956-ffa450edef68

21 years agono point or need to do this
Bill Stoddard [Thu, 25 Mar 2004 02:40:17 +0000 (02:40 +0000)] 
no point or need to do this

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103151 13f79535-47bb-0310-9956-ffa450edef68

21 years agocomment on proposal
Bill Stoddard [Thu, 25 Mar 2004 02:35:40 +0000 (02:35 +0000)] 
comment on proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103150 13f79535-47bb-0310-9956-ffa450edef68

21 years agoFix crash when Apache was started with no Listen directives.
Bill Stoddard [Thu, 25 Mar 2004 02:32:54 +0000 (02:32 +0000)] 
Fix crash when Apache was started with no Listen directives.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103148 13f79535-47bb-0310-9956-ffa450edef68

21 years agoCan't assume the filepointer is really 0 when offset is 0. A handler can create briga...
Bill Stoddard [Thu, 25 Mar 2004 02:20:27 +0000 (02:20 +0000)] 
Can't assume the filepointer is really 0 when offset is 0. A handler can create brigades containing multiple file buckets with arbitrary offsets

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103147 13f79535-47bb-0310-9956-ffa450edef68

21 years agooops. place change under 2.0.50.
Geoffrey Young [Thu, 25 Mar 2004 02:16:18 +0000 (02:16 +0000)] 
oops.  place change under 2.0.50.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103145 13f79535-47bb-0310-9956-ffa450edef68

21 years agoforgot this commit
Bill Stoddard [Thu, 25 Mar 2004 02:11:47 +0000 (02:11 +0000)] 
forgot this commit

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103143 13f79535-47bb-0310-9956-ffa450edef68

21 years agoFix memory corruption problem with ap_custom_response() function.
Bill Stoddard [Thu, 25 Mar 2004 02:07:28 +0000 (02:07 +0000)] 
Fix memory corruption problem with ap_custom_response() function.
The core per-dir config would later point to request pool data
that would be reused for different purposes on different requests.

This is based on an old 1.3 patch submitted by Will Lowe.
It needs a minor tweak before committing to 1.3, but he had
it pretty darn close.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103141 13f79535-47bb-0310-9956-ffa450edef68

21 years agoadded a bb proposal for ab fixes
Jean-Jacques Clar [Thu, 25 Mar 2004 00:15:21 +0000 (00:15 +0000)] 
added a bb proposal for ab fixes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103136 13f79535-47bb-0310-9956-ffa450edef68

21 years agomake it so.
Cliff Woolley [Wed, 24 Mar 2004 22:17:02 +0000 (22:17 +0000)] 
make it so.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103134 13f79535-47bb-0310-9956-ffa450edef68

21 years ago`build metafiles`
André Malo [Wed, 24 Mar 2004 21:14:16 +0000 (21:14 +0000)] 
`build metafiles`

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103132 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdd a vote.
Paul J. Reder [Wed, 24 Mar 2004 21:14:03 +0000 (21:14 +0000)] 
Add a vote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103131 13f79535-47bb-0310-9956-ffa450edef68

21 years agoremoved after backport
Geoffrey Young [Wed, 24 Mar 2004 20:30:52 +0000 (20:30 +0000)] 
removed after backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103128 13f79535-47bb-0310-9956-ffa450edef68

21 years agoTweak worker thread accounting routines to eliminate
Geoffrey Young [Wed, 24 Mar 2004 20:28:49 +0000 (20:28 +0000)] 
Tweak worker thread accounting routines to eliminate
server hang when number of Listen directives in httpd.conf
is greater than or equal to the setting of ThreadsPerChild.
Reviewed by:  stoddard, trawick, geoff

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103127 13f79535-47bb-0310-9956-ffa450edef68