]> granicus.if.org Git - apache/log
apache
18 years ago* Sync with 2.2.x CHANGES file
Ruediger Pluem [Sat, 22 Apr 2006 15:25:18 +0000 (15:25 +0000)]
* Sync with 2.2.x CHANGES file

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

18 years ago* CHANGES: Make spacing consistent with the rest of the file.
Garrett Rooney [Sat, 22 Apr 2006 04:19:25 +0000 (04:19 +0000)]
* CHANGES: Make spacing consistent with the rest of the file.

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

18 years ago* support/fcgistarter.c
Garrett Rooney [Sat, 22 Apr 2006 03:55:02 +0000 (03:55 +0000)]
* support/fcgistarter.c
  (main): Oops, we need to detach before the fork, otherwise this all
   totally fails to work...

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

18 years ago* CHANGES: Note the addition of mod_proxy_fcgi.
Garrett Rooney [Sat, 22 Apr 2006 03:45:28 +0000 (03:45 +0000)]
* CHANGES: Note the addition of mod_proxy_fcgi.

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

18 years agoMerge the fcgi-proxy-dev branch to trunk, adding a FastCGI back end for
Garrett Rooney [Sat, 22 Apr 2006 03:44:05 +0000 (03:44 +0000)]
Merge the fcgi-proxy-dev branch to trunk, adding a FastCGI back end for
mod_proxy.  This log message is just a summary of the changes, for the
full original log messages see r357431:393955 in branches/fcgi-proxy-dev.

* modules/proxy/mod_proxy_fcgi.c: New file, holds the impementation of
  our new fcgi backend for mod_proxy.

* modules/proxy/fcgi_protocol.h: New file, holds constants and structures
  for the fcgi protocol.

* modules/proxy/mod_proxy_balancer.c
  (proxy_balancer_canon): Set up r->path_info, so the PATH_INFO env
   variable is correctly passed on to balancer workers.

* modules/proxy/config.m4: Build the new mod_proxy_fcgi module.

* support: Add fcgistarter to svn:ignore.

* support/Makefile.in: Build the new fcgistarter program.

* support/fcgistarter.c: New program, a helper for starting fcgi worker
  processes.

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

18 years agoupdate transformation
André Malo [Thu, 20 Apr 2006 15:42:03 +0000 (15:42 +0000)]
update transformation

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

18 years ago* modules/proxy/proxy_util.c (ap_proxy_initialize_worker): Fix
Joe Orton [Thu, 20 Apr 2006 10:35:41 +0000 (10:35 +0000)]
* modules/proxy/proxy_util.c (ap_proxy_initialize_worker): Fix
gcc strict-aliasing warning.

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

18 years ago Ahhh, this was missed in 395432, and the addition of httpd.rc needs
William A. Rowe Jr [Thu, 20 Apr 2006 01:47:54 +0000 (01:47 +0000)]
  Ahhh, this was missed in 395432, and the addition of httpd.rc needs
  to occur on each branch backported to (paying close attn to whether
  or not our IS_DEV flag is a boolean, or a define/undef).

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

18 years ago Not for backport; our boolean state is 1/0, not defined/undef.
William A. Rowe Jr [Wed, 19 Apr 2006 23:17:31 +0000 (23:17 +0000)]
  Not for backport; our boolean state is 1/0, not defined/undef.
  Remove win32ver.awk, it's now unused (but should be preserved
  on the 2.0 tree for anyone who leveraged it.)

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

18 years agorevert accidental copyright year changes
Roy T. Fielding [Wed, 19 Apr 2006 23:03:26 +0000 (23:03 +0000)]
revert accidental copyright year changes

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

18 years agorevert last change
Roy T. Fielding [Wed, 19 Apr 2006 22:52:45 +0000 (22:52 +0000)]
revert last change

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

18 years ago s|/GX |/EHsc | because they were always synonyms, and Visual Studio
William A. Rowe Jr [Wed, 19 Apr 2006 22:51:02 +0000 (22:51 +0000)]
  s|/GX |/EHsc | because they were always synonyms, and Visual Studio
  2005 edition complains bitterly and loudly that /GX is deprecated.

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

18 years ago Remove a host of dependencies upon awk, using the same template for
William A. Rowe Jr [Wed, 19 Apr 2006 22:47:49 +0000 (22:47 +0000)]
  Remove a host of dependencies upon awk, using the same template for
  nearly every .rc compilation (giving the output .res file a different
  name for each component).  Adds AP_SERVER_BASEPROJECT to ap_revision.h
  so we can display the proper name of "Apache HTTP Server" as opposed
  to AP_SERVER_BASEPRODUCT (which is, and should remain, simply "Apache"
  for the server string tokens.)

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

18 years agoRemoving 1.3 refs from 2.x docs
Noirin Plunkett [Wed, 19 Apr 2006 22:17:36 +0000 (22:17 +0000)]
Removing 1.3 refs from 2.x docs

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

18 years ago As a -fallback- install the release flavor of openssl when building
William A. Rowe Jr [Wed, 19 Apr 2006 21:16:02 +0000 (21:16 +0000)]
  As a -fallback- install the release flavor of openssl when building
  the debug flavor of apache httpd mod_ssl.

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

18 years ago With all the fun new features, mod_proxy's size (when built in
William A. Rowe Jr [Wed, 19 Apr 2006 21:01:31 +0000 (21:01 +0000)]
  With all the fun new features, mod_proxy's size (when built in
  debug mode) has grown a bit :)

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

18 years ago* Adjust comment as per niq's proposal in r395166 and as already adjusted by
Ruediger Pluem [Wed, 19 Apr 2006 20:07:22 +0000 (20:07 +0000)]
* Adjust comment as per niq's proposal in r395166 and as already adjusted by
  colm in the backport to 2.0.x (r395197).

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

18 years agoupdate transformation
André Malo [Wed, 19 Apr 2006 16:51:01 +0000 (16:51 +0000)]
update transformation

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

18 years agofix revision references
André Malo [Wed, 19 Apr 2006 16:45:09 +0000 (16:45 +0000)]
fix revision references

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

18 years agoUpdate the last year of copyright.
Colm MacCarthaigh [Wed, 19 Apr 2006 12:23:42 +0000 (12:23 +0000)]
Update the last year of copyright.

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

18 years agoUpdate the copyright year in all .c, .h and .xml files
Colm MacCarthaigh [Wed, 19 Apr 2006 12:11:27 +0000 (12:11 +0000)]
Update the copyright year in all .c, .h and .xml files

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

18 years ago* configure.in: Add --with-included-apr flag to force use of the
Joe Orton [Wed, 19 Apr 2006 10:57:20 +0000 (10:57 +0000)]
* configure.in: Add --with-included-apr flag to force use of the
bundled copies of APR and APR-util.

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

18 years agoFix for platforms without threads: inreslist exists only if APR_HAS_THREADS is set
Martin Kraemer [Wed, 19 Apr 2006 08:56:59 +0000 (08:56 +0000)]
Fix for platforms without threads: inreslist exists only if APR_HAS_THREADS is set

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

18 years agoIgnore generated doxygen output directory
Sander Temme [Wed, 19 Apr 2006 05:41:23 +0000 (05:41 +0000)]
Ignore generated doxygen output directory

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

18 years agoCorrectly handle internal redirects, by testing only for r-main == NULL.
Colm MacCarthaigh [Tue, 18 Apr 2006 22:51:55 +0000 (22:51 +0000)]
Correctly handle internal redirects, by testing only for r-main == NULL.
ap_is_initial_req() returns false for internal redirects.

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

18 years agoThiago Zaninotti reported to security@apache.org on 20060410 a possible
Mark J. Cox [Tue, 18 Apr 2006 15:30:13 +0000 (15:30 +0000)]
Thiago Zaninotti reported to security@apache.org on 20060410 a possible
cross-site scripting flaw because the Expect header error message isn't
escaped.  We couldn't find a way that this could be used by an attacker
however, as they can't influence the Expect header a victim will send to a
target site.  Thiago agreed and we're therefore not treating this as a
security flaw, but it is a bug that ought to get fixed.  I'll add to
STATUS for 1.3/2.0/2.2 shortly for acks.

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

18 years agoUpdate the copyright notice to reflect that changes have gone in this year
Colm MacCarthaigh [Mon, 17 Apr 2006 20:09:50 +0000 (20:09 +0000)]
Update the copyright notice to reflect that changes have gone in this year

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

18 years agoUpdate one of the more important copyright notices prior to any 2006
Colm MacCarthaigh [Sun, 16 Apr 2006 17:34:39 +0000 (17:34 +0000)]
Update one of the more important copyright notices prior to any 2006
releases.

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

18 years ago* Also initialize local data structures for workers of a balancer.
Ruediger Pluem [Sun, 16 Apr 2006 09:12:24 +0000 (09:12 +0000)]
* Also initialize local data structures for workers of a balancer.

PR: 38227, 39267
Submitted by: James A. Robinson <jim.robinson stanford.edu>
Reviewed by: rpluem

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

18 years agoPR#39321 - don't segfault if a bad URL is specified in ProxyPass
Nick Kew [Sat, 15 Apr 2006 22:45:00 +0000 (22:45 +0000)]
PR#39321 - don't segfault if a bad URL is specified in ProxyPass

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

18 years agodecouple the two scoreboard full messages
Greg Ames [Fri, 14 Apr 2006 15:12:35 +0000 (15:12 +0000)]
decouple the two scoreboard full messages

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

18 years ago* Sync with 2.2.x CHANGES
Ruediger Pluem [Fri, 14 Apr 2006 13:26:34 +0000 (13:26 +0000)]
* Sync with 2.2.x CHANGES

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

18 years ago* Avoid calling ap_proxy_http_cleanup twice as this releases a connection
Ruediger Pluem [Fri, 14 Apr 2006 13:20:28 +0000 (13:20 +0000)]
* Avoid calling ap_proxy_http_cleanup twice as this releases a connection
  from the connection pool twice. This causes this connection to be present
  in the connection pool twice. Thus it may be used by different threads
  at the same time which causes many troubles (segfaults in this case).
  Furthermore implement a logic to prevent double releases to the connection
  pool if they are triggered by buggy code and log an error message in this
  case.

  - mod_proxy_http.c: remove double calls to ap_proxy_http_cleanup
  - proxy_util.c: Add logic to prevent double releases of a
    connection to the connection pool.

PR: 38793

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

18 years ago* Initialize last_char as otherwise a random value will be compared
Ruediger Pluem [Fri, 14 Apr 2006 12:17:54 +0000 (12:17 +0000)]
* Initialize last_char as otherwise a random value will be compared
  against APR_ASCII_LF at the end of the loop if bb only contains an
  EOS bucket.

PR: 39282
Submitted by: Davi Arnaut <davi haxent.com.br>
Reviewed by: rpluem

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

18 years ago* After r377780 the condition in the if clause never becomes true, because
Ruediger Pluem [Fri, 14 Apr 2006 11:30:04 +0000 (11:30 +0000)]
* After r377780 the condition in the if clause never becomes true, because
  ap_proxy_initialize_worker_share is always left with PROXY_WORKER_INITIALIZED
  set in workers->s->status. So remove this code to save cycles and avoid
  confusion.

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

18 years agoMaxClients isn't the only reason the scoreboard can fill up. another
Greg Ames [Thu, 13 Apr 2006 17:53:04 +0000 (17:53 +0000)]
MaxClients isn't the only reason the scoreboard can fill up.  another
reason should be fixed soon.

also add a comment to explain an obscure line of code.

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

18 years agoIf we don't have a prototype for crypt() we shouldn't
Jeff Trawick [Wed, 12 Apr 2006 01:58:08 +0000 (01:58 +0000)]
If we don't have a prototype for crypt() we shouldn't
be calling it.

Casting to the desired pointer return type hides the
truncation of the return value when sizeof(ptr) >
sizeof(int) and no prototype was included.

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

18 years agoThe crypt() prototype is in <unistd.h> instead of <crypt.h>
Jeff Trawick [Wed, 12 Apr 2006 01:55:11 +0000 (01:55 +0000)]
The crypt() prototype is in <unistd.h> instead of <crypt.h>
on HP-UX.  We had no prototype for crypt() there.
In 64-bit mode, a crash occurred because the pointer
returned by crypt() was truncated before we passed
the pointer to apr_cpystrn().

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

18 years agomore explanation for a couple of subtle lines of code
Greg Ames [Tue, 11 Apr 2006 14:41:53 +0000 (14:41 +0000)]
more explanation for a couple of subtle lines of code

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

18 years ago* Rollback r393037 as this was vetoed by wrowe. Details see
Ruediger Pluem [Mon, 10 Apr 2006 22:07:02 +0000 (22:07 +0000)]
* Rollback r393037 as this was vetoed by wrowe. Details see
  http://mail-archives.apache.org/mod_mbox/httpd-dev/200604.mbox/%3c443ABE65.1060603@rowe-clan.net%3e

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

18 years ago* Prevent r->parsed_uri.path from being NULL as this can cause segmentation
Ruediger Pluem [Mon, 10 Apr 2006 19:59:33 +0000 (19:59 +0000)]
* Prevent r->parsed_uri.path from being NULL as this can cause segmentation
  faults e.g. in mod_cache. Set it to "/" in this case.

PR: 39259
Submitted by: Davi Arnaut <davi haxent.com.br>
Reviewed by: rpluem

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

18 years agoexpand on a comment for a rather subtle line of code so I have a chance of
Greg Ames [Mon, 10 Apr 2006 19:24:33 +0000 (19:24 +0000)]
expand on a comment for a rather subtle line of code so I have a chance of
understanding how it helps in the future

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

18 years agoremove unnecessary whitespace
Jeff Trawick [Mon, 10 Apr 2006 17:54:59 +0000 (17:54 +0000)]
remove unnecessary whitespace

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

18 years agohtdbm: Warn the user when adding a plaintext password on a platform
Jeff Trawick [Mon, 10 Apr 2006 13:31:14 +0000 (13:31 +0000)]
htdbm: Warn the user when adding a plaintext password on a platform
where it wouldn't work with the server (i.e., anywhere that has
crypt()).

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

18 years ago* Check for an existing socket independant of an existing connection record.
Ruediger Pluem [Sat, 8 Apr 2006 21:43:24 +0000 (21:43 +0000)]
* Check for an existing socket independant of an existing connection record.
  This ensures that requests handled by the '*' worker are sent to the correct
  backend server.

PR: 39253

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

18 years agoupdate convenience map
André Malo [Fri, 7 Apr 2006 21:22:02 +0000 (21:22 +0000)]
update convenience map

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

18 years agoset svnmailer:content-charset for better diff mails
André Malo [Fri, 7 Apr 2006 20:54:48 +0000 (20:54 +0000)]
set svnmailer:content-charset for better diff mails

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

18 years agoupdate transformation
André Malo [Fri, 7 Apr 2006 20:49:13 +0000 (20:49 +0000)]
update transformation

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

18 years agosvn:eol-style = native
André Malo [Fri, 7 Apr 2006 20:20:50 +0000 (20:20 +0000)]
svn:eol-style = native

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

18 years agoWe actually want to reach the rest of the code :)
Jim Jagielski [Mon, 3 Apr 2006 12:10:22 +0000 (12:10 +0000)]
We actually want to reach the rest of the code :)

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

18 years agoDefault handler: Don't return output filter apr_status_t values.
Jeff Trawick [Sun, 2 Apr 2006 23:36:27 +0000 (23:36 +0000)]
Default handler: Don't return output filter apr_status_t values.

PR: 31759
Helped by: Ruediger Pluem, Joe Orton

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

18 years agoremove charset turds left by last commit
Roy T. Fielding [Sun, 2 Apr 2006 19:42:12 +0000 (19:42 +0000)]
remove charset turds left by last commit

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

18 years ago* Sync with CHANGES files of 2.2.x and 2.0.x
Ruediger Pluem [Sat, 1 Apr 2006 21:23:56 +0000 (21:23 +0000)]
* Sync with CHANGES files of 2.2.x and 2.0.x

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

18 years ago* Actually increase MODULE_MAGIC_NUMBER_MINOR by one as r390210 only added
Ruediger Pluem [Sat, 1 Apr 2006 08:28:39 +0000 (08:28 +0000)]
* Actually increase MODULE_MAGIC_NUMBER_MINOR by one as r390210 only added
  a comment to do so.

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

18 years ago* Sync with 2.2.x CHANGES file
Ruediger Pluem [Sat, 1 Apr 2006 08:12:45 +0000 (08:12 +0000)]
* Sync with 2.2.x CHANGES file

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

18 years ago With all of the, uhm, interesting manners in which httpd
William A. Rowe Jr [Sat, 1 Apr 2006 02:48:24 +0000 (02:48 +0000)]
  With all of the, uhm, interesting manners in which httpd
  can be built and installed, let's ensure httpd -V gives the
  reporter a chance to identify the APR flavor used to compile
  and to run httpd when reporting bugs.

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

18 years agoCorrect a dumb typo
Colm MacCarthaigh [Fri, 31 Mar 2006 22:06:14 +0000 (22:06 +0000)]
Correct a dumb typo

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

18 years ago * Add siege-like behaviour to ApacheBench; output the results, as they have
Colm MacCarthaigh [Fri, 31 Mar 2006 21:54:25 +0000 (21:54 +0000)]
  * Add siege-like behaviour to ApacheBench; output the results, as they have
    accrued so far, when the user interrupts with ctrl-c. As the signal handler
    is non-reentrant, we don't need volatiles, and the operations all look
    signal-safe.

  * Update the base version, since handling a signal differently is an external
    API change of sorts.

  * set the LastChangedRevision svn property, as ab.c has $Rev $ embedded, so
    it really should be.

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

18 years ago* Sync with 2.2.x CHANGES file
Ruediger Pluem [Fri, 31 Mar 2006 21:36:38 +0000 (21:36 +0000)]
* Sync with 2.2.x CHANGES file

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

18 years agoClean up some stuff found by Coverity.
Garrett Rooney [Fri, 31 Mar 2006 21:35:44 +0000 (21:35 +0000)]
Clean up some stuff found by Coverity.

* modules/aaa/mod_authz_core.c
  (check_provider_list): Remove redundant code.
* modules/aaa/mod_auth.h
  (AUTHZ_DEFAULT_PROVIDER): Remove redundant definition.

Submitted by: Max Bowsher <maxb apache.org>
Reviewed by: bnicholes, rooneg

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

18 years agoGive users the ability to set the window size for apache bench runs. Useful
Colm MacCarthaigh [Fri, 31 Mar 2006 21:28:36 +0000 (21:28 +0000)]
Give users the ability to set the window size for apache bench runs. Useful
for benchmarking largefile downloads.

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

18 years ago* As per discussion on the list: Return error code of apr_file_write_full
Ruediger Pluem [Fri, 31 Mar 2006 21:09:58 +0000 (21:09 +0000)]
* As per discussion on the list: Return error code of apr_file_write_full
  or apr_bucket_read instead of APR_EGENERAL if they fail.

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

18 years agoNote backports to be in 2.2.1
Jim Jagielski [Fri, 31 Mar 2006 20:33:48 +0000 (20:33 +0000)]
Note backports to be in 2.2.1

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

18 years agoDocument the removal of the flushing bandaid to a
Jim Jagielski [Thu, 30 Mar 2006 18:32:53 +0000 (18:32 +0000)]
Document the removal of the flushing bandaid to a
runtime param. Since other protocols might benefit
from this, remove the ajp_ prefixes, to make it
more generic looking.

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

18 years agoDocs update...
Jim Jagielski [Thu, 30 Mar 2006 18:26:50 +0000 (18:26 +0000)]
Docs update...

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

18 years agoNote merged backport
Jim Jagielski [Thu, 30 Mar 2006 17:47:26 +0000 (17:47 +0000)]
Note merged backport

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

18 years agoBackported to 2.2.1...
Jim Jagielski [Thu, 30 Mar 2006 17:38:15 +0000 (17:38 +0000)]
Backported to 2.2.1...

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

18 years ago* build/instdso.sh: Fix syntax error with some sed implementations.
Joe Orton [Wed, 29 Mar 2006 14:04:08 +0000 (14:04 +0000)]
* build/instdso.sh: Fix syntax error with some sed implementations.

PR: 38108
Submitted by: Masaoki Kobayashi <masaoki techfirm.co.jp>

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

18 years ago* Check return value of apr_bucket_read when storing the response body to disk.
Ruediger Pluem [Wed, 29 Mar 2006 06:53:51 +0000 (06:53 +0000)]
* Check return value of apr_bucket_read when storing the response body to disk.
  Delete already cached data if an error occurs.

Submitted by: Brian Akins <brian.akins turner.com>
Reviewed by: Ruediger Pluem

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

18 years agoPR#39133
Nick Kew [Tue, 28 Mar 2006 19:40:37 +0000 (19:40 +0000)]
PR#39133
Remove "cyberthugs.com" and other real (or potentially real)
examples from deny lists in access control howto in trunk.

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

18 years agoupdate URL and remove old/dead site
Ian Holsman [Sat, 25 Mar 2006 19:47:31 +0000 (19:47 +0000)]
update URL and remove old/dead site

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

18 years agoSync context of LDAPConnectionTimeout and LDAPVerifyServerCert
Jeff Trawick [Thu, 23 Mar 2006 23:55:20 +0000 (23:55 +0000)]
Sync context of LDAPConnectionTimeout and LDAPVerifyServerCert
with latest changes to mod_ldap
  (http://svn.apache.org/viewcvs?rev=387675&view=rev)

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

18 years ago Axe a previously axed reference to an unused build-time
William A. Rowe Jr [Wed, 22 Mar 2006 05:59:02 +0000 (05:59 +0000)]
  Axe a previously axed reference to an unused build-time
  generator.

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

18 years agorevert the LDAPConnectionTimeout and LDAPVerifyServerCert directives back to GLOBAL_O...
Bradley Nicholes [Wed, 22 Mar 2006 00:08:05 +0000 (00:08 +0000)]
revert the LDAPConnectionTimeout and LDAPVerifyServerCert directives back to GLOBAL_ONLY since the various LDAP SDK's don't allow these settings on a per-connection basis

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

18 years ago Eliminate last win32-isms, SetLastError becomes apr's set_os_error
William A. Rowe Jr [Sat, 18 Mar 2006 07:43:07 +0000 (07:43 +0000)]
  Eliminate last win32-isms, SetLastError becomes apr's set_os_error
  operation.  It unfolds the error code on win32, so we have to pre-fold it.
  On unix there is no folding.

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

18 years ago* acinclude.m4: When enabling a static library, ensure that the module's
Justin Erenkrantz [Sat, 18 Mar 2006 02:26:19 +0000 (02:26 +0000)]
* acinclude.m4: When enabling a static library, ensure that the module's
  dependent libraries are passed to the httpd link line.  Some supported
  versions of GNU libtool as well as APR's jlibtool do not bubble-up static
  library dependencies.

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

18 years ago Escape from casting purgatory, which the Solaris cc compiler
William A. Rowe Jr [Sat, 18 Mar 2006 02:14:45 +0000 (02:14 +0000)]
  Escape from casting purgatory, which the Solaris cc compiler
  will not treat as lvalues.

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

18 years agoLDAPConnectionTimeout and LDAPVerifyServerCert can be configured
Jeff Trawick [Sat, 18 Mar 2006 00:48:14 +0000 (00:48 +0000)]
LDAPConnectionTimeout and LDAPVerifyServerCert can be configured
per-vhost

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

18 years agoRemove the global only flag from the LDAPConnectionTimeout directive and add it to...
Bradley Nicholes [Fri, 17 Mar 2006 22:52:21 +0000 (22:52 +0000)]
Remove the global only flag from the LDAPConnectionTimeout directive and add it to all of the caching directives

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

18 years agoFix the server_merge so that the memory pools and mutexes that were created during...
Bradley Nicholes [Fri, 17 Mar 2006 19:26:27 +0000 (19:26 +0000)]
Fix the server_merge so that the memory pools and mutexes that were created during the server_create, are used.  Allow the settings that can be overwritten in a vhost to use the vhost values

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

18 years agoAdd mod_authz_dbd to the NetWare build
Bradley Nicholes [Fri, 17 Mar 2006 00:04:43 +0000 (00:04 +0000)]
Add mod_authz_dbd to the NetWare build

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

18 years agoremove the race condition when creating the connection pool mutex. Also eliminate...
Bradley Nicholes [Thu, 16 Mar 2006 23:02:57 +0000 (23:02 +0000)]
remove the race condition when creating the connection pool mutex.  Also eliminate some unnecessary uses of the global memory pool

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

18 years agoClean up some string manipulation.
Jeff Trawick [Thu, 16 Mar 2006 19:39:38 +0000 (19:39 +0000)]
Clean up some string manipulation.

Submitted by: Christophe JAILLET <christophe.jaillet wanadoo.fr>
Reviewed by: Jeff Trawick
PR: 38701

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

18 years agoLog a better error message if initialisation fails on prepared statements.
Nick Kew [Thu, 16 Mar 2006 12:47:53 +0000 (12:47 +0000)]
Log a better error message if initialisation fails on prepared statements.

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

18 years agoreflect a couple of items merged into 2.2.1-dev
Jeff Trawick [Mon, 13 Mar 2006 16:16:17 +0000 (16:16 +0000)]
reflect a couple of items merged into 2.2.1-dev

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

18 years agoDocument DBD Connection Strings
Nick Kew [Sun, 12 Mar 2006 20:11:34 +0000 (20:11 +0000)]
Document DBD Connection Strings

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

18 years agoupdate transformation
André Malo [Fri, 10 Mar 2006 23:22:12 +0000 (23:22 +0000)]
update transformation

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

18 years agoupdate pt-br translation
André Malo [Fri, 10 Mar 2006 23:17:00 +0000 (23:17 +0000)]
update pt-br translation

Translated by: Eduardo Tompson Pereira <eduardo.tompson itelefonica.com.br>
Reviewed by: Bremm <bremm vtnc.org>

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

18 years ago Unsure why win32 never noticed this, but the value returned is a const char*
William A. Rowe Jr [Fri, 10 Mar 2006 08:58:56 +0000 (08:58 +0000)]
  Unsure why win32 never noticed this, but the value returned is a const char*

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

18 years ago Not an extern; correct a build failure, static suggested by dreid.
William A. Rowe Jr [Thu, 9 Mar 2006 23:29:41 +0000 (23:29 +0000)]
  Not an extern; correct a build failure, static suggested by dreid.

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

18 years agoDrop the LogLevel of the messages for the deprecated access control directives from...
Bradley Nicholes [Thu, 9 Mar 2006 22:02:40 +0000 (22:02 +0000)]
Drop the LogLevel of the messages for the deprecated access control directives from WARN to INFO.

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

18 years ago uri_delims moved to apr-util EONS ago.
William A. Rowe Jr [Thu, 9 Mar 2006 21:29:20 +0000 (21:29 +0000)]
  uri_delims moved to apr-util EONS ago.

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

18 years ago We no longer generate uri_delims for apr 1.x, but the table
William A. Rowe Jr [Thu, 9 Mar 2006 20:36:27 +0000 (20:36 +0000)]
  We no longer generate uri_delims for apr 1.x, but the table
  is hardcoded in apr_uri.c.

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

18 years agoMake AJP flushing admin configurable.
Jim Jagielski [Thu, 9 Mar 2006 18:39:16 +0000 (18:39 +0000)]
Make AJP flushing admin configurable.

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

18 years ago* modules/aaa/mod_auth_digest.c (hdr): Remove function.
Joe Orton [Thu, 9 Mar 2006 09:07:08 +0000 (09:07 +0000)]
* modules/aaa/mod_auth_digest.c (hdr): Remove function.
(add_auth_info): Remove dead #if 0'ed code to support 2069-style
entity-digest.

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

18 years ago* Crosscheck the length of the body chunk with the length of the ajp message
Ruediger Pluem [Sun, 5 Mar 2006 15:22:18 +0000 (15:22 +0000)]
* Crosscheck the length of the body chunk with the length of the ajp message
  to prevent readings beyond the buffer boundaries which possibly could reveal
  sensitive memory contents to the client.

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

18 years ago* modules/ssl/ssl_scache_shmcb.c (shmcb_safe_clear): Mark with
Joe Orton [Fri, 3 Mar 2006 13:11:39 +0000 (13:11 +0000)]
* modules/ssl/ssl_scache_shmcb.c (shmcb_safe_clear): Mark with
"noinline" attribute for GCC > 3.

PR: 38838

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

18 years ago APR_FILEPATH_NOTABOVEROOT was undefined with a left-hand NULL
William A. Rowe Jr [Wed, 1 Mar 2006 20:40:25 +0000 (20:40 +0000)]
  APR_FILEPATH_NOTABOVEROOT was undefined with a left-hand NULL
  or empty path.  The SECUREROOTPATH and NOTABSOLUTE tests were
  sufficient for this application.  Adjusts for a bug in earlier
  versions of APR with this undefined value.

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

18 years agoDoh! Mixed up commenting in and out
Noirin Plunkett [Tue, 28 Feb 2006 22:32:27 +0000 (22:32 +0000)]
Doh! Mixed up commenting in and out

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

18 years agoMake trunk build with -DDEBUG on just about all the platforms under my roof (FreeBSD...
Sander Temme [Tue, 28 Feb 2006 21:14:36 +0000 (21:14 +0000)]
Make trunk build with -DDEBUG on just about all the platforms under my roof (FreeBSD, Darwin, Ubuntu Breezy)

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