]>
granicus.if.org Git - apache/log
Nick Kew [Sun, 31 Oct 2004 18:00:43 +0000 (18:00 +0000)]
Change FilterDeclare/FilterProvider semantics as discussed in
http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=
109899588616670 &w=2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105646
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sun, 31 Oct 2004 16:21:19 +0000 (16:21 +0000)]
Remove double calculation of tranfered bytes to backend.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105645
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 30 Oct 2004 11:46:06 +0000 (11:46 +0000)]
fix prototypes in documentation to match actual const-ness
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105631
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Sat, 30 Oct 2004 04:49:58 +0000 (04:49 +0000)]
Don't display the cache statistics if the node is empty
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105629
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 29 Oct 2004 14:45:24 +0000 (14:45 +0000)]
add ap_log_cerror(); use it in a couple of places in core output filter
so that the client IP address is recorded in the log
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105625
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 28 Oct 2004 13:21:08 +0000 (13:21 +0000)]
Fixup broken handling of range header.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105613
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 27 Oct 2004 15:14:51 +0000 (15:14 +0000)]
Add the check for an upgraded https connection when responding to the state of a connection
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105606
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 27 Oct 2004 10:46:26 +0000 (10:46 +0000)]
Fix mod_filter to support the case where a provider sets its own f->ctx
in its filter_init [grumble about filter_init ....]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105604
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 27 Oct 2004 09:20:33 +0000 (09:20 +0000)]
Move ap_filter_provider_t back out of public API
(suggested by nd; makes sense to niq)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105603
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 25 Oct 2004 18:32:58 +0000 (18:32 +0000)]
Since the host will include a port if the default port is not used, always specify the default ports for the port parameter. This will allow a host string that contains multiple hosts the ability to mix some hosts with ports and some without. All hosts which do not specify a port will use the default port. #30592
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105596
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Mon, 25 Oct 2004 16:08:09 +0000 (16:08 +0000)]
fixed a type match warning on NetWare
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105594
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 25 Oct 2004 15:59:43 +0000 (15:59 +0000)]
Use a more descriptive error message, and make it an INFO insteead of NOTICE.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105593
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 25 Oct 2004 10:24:17 +0000 (10:24 +0000)]
PR: 31875
Fix URI parsing bug in case of a leading double-slash
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105586
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 25 Oct 2004 06:40:08 +0000 (06:40 +0000)]
This will put some messages in the error log when some people try a lame
DoS by just opening a socket, and never sending any data.
Ivan suggested such a change about a month ago, to match the 1.3 behavoir.
Today I helped OSU's Admins figure out that someone was trying this 'attack'
against their mirror server. The server status just showed hundreds of
Apache Children stuck in Reading. This will at least hint to the admins
where the problem is by telling them about it in the error log.
Inspired by: Rici Lake, Ivan Ristic <ivanr webkreator.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105583
13f79535 -47bb-0310-9956-
ffa450edef68
Jeon Jeongho [Mon, 25 Oct 2004 05:22:39 +0000 (05:22 +0000)]
new Korean translations and up-to-date patches
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105581
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Sat, 23 Oct 2004 22:39:53 +0000 (22:39 +0000)]
veto and revert win64 patch: 64bit changes must percolate from the
bottom (APR/system) up -- we can't give the client a 64bit API and
then cast it to 32bits internally without introducing security holes
on other platforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105572
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sat, 23 Oct 2004 17:45:55 +0000 (17:45 +0000)]
mod_cache: Add CacheIgnoreHeaders directive.
(Justin made some minor tweaks to the patch.)
PR: 30399
Submitted by: R�diger Pl�m <r.pluem@t-online.de>
Reviewed by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105569
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 23 Oct 2004 14:28:58 +0000 (14:28 +0000)]
Note a backport.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105565
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 23 Oct 2004 13:50:11 +0000 (13:50 +0000)]
Note a backport.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105562
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 23 Oct 2004 13:41:18 +0000 (13:41 +0000)]
Note a backport
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105560
13f79535 -47bb-0310-9956-
ffa450edef68
Allan K. Edwards [Fri, 22 Oct 2004 15:22:05 +0000 (15:22 +0000)]
WIN64: API changes to clean up Windows 64bit compile warnings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105545
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 19 Oct 2004 16:28:36 +0000 (16:28 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105526
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Tue, 19 Oct 2004 09:02:23 +0000 (09:02 +0000)]
Typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105522
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 18 Oct 2004 00:49:31 +0000 (00:49 +0000)]
use the correct struct for CacheDisable.
(cache_disable instead of cache_enable)
PR: 31128
Submitted by: Edward Rudd <eddie omegaware.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105510
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 17 Oct 2004 20:21:11 +0000 (20:21 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105509
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 17 Oct 2004 20:15:10 +0000 (20:15 +0000)]
new features
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105508
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 17 Oct 2004 18:31:44 +0000 (18:31 +0000)]
allow <= and >= for filter dispatcher
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105507
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 17 Oct 2004 17:05:59 +0000 (17:05 +0000)]
minor optimizations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105506
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 17 Oct 2004 16:58:10 +0000 (16:58 +0000)]
style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105505
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 17 Oct 2004 16:24:34 +0000 (16:24 +0000)]
actually reg_extended has no effect in pcre context.
It's probably more confusing for users
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105504
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 17 Oct 2004 16:01:24 +0000 (16:01 +0000)]
oops. removed a space too much
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105503
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 17 Oct 2004 16:00:02 +0000 (16:00 +0000)]
style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105502
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 17 Oct 2004 15:44:21 +0000 (15:44 +0000)]
use more speaking names
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105501
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 17 Oct 2004 15:18:56 +0000 (15:18 +0000)]
more style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105500
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 17 Oct 2004 14:25:04 +0000 (14:25 +0000)]
save spaces! Soon in future we're going to run out of spaces!!!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105499
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 17 Oct 2004 14:07:09 +0000 (14:07 +0000)]
style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105498
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 17 Oct 2004 14:03:09 +0000 (14:03 +0000)]
style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105497
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 17 Oct 2004 13:58:57 +0000 (13:58 +0000)]
- the bucket types already store their names; use them.
- use APR_SIZE_T_FMT for writing an apr_size_t value.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105496
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 17 Oct 2004 13:15:05 +0000 (13:15 +0000)]
use standard copyright notice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105495
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 16 Oct 2004 22:04:15 +0000 (22:04 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105492
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 16 Oct 2004 19:33:31 +0000 (19:33 +0000)]
reformatting an reordering (a bit more alphabetical ...)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105491
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 16 Oct 2004 18:38:48 +0000 (18:38 +0000)]
recent maf versions take the original url as base url for the pages.
this is not desired.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105489
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 16 Oct 2004 17:47:57 +0000 (17:47 +0000)]
update transformaion
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105485
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 16 Oct 2004 17:45:52 +0000 (17:45 +0000)]
images to images
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105484
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 16 Oct 2004 06:52:35 +0000 (06:52 +0000)]
Do not use reslist if it wasn't created. This fixes cases on prefork with
threads enabled and hmax set.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105480
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 15 Oct 2004 23:53:50 +0000 (23:53 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105479
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 15 Oct 2004 23:48:45 +0000 (23:48 +0000)]
reflect directive restrictions
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105478
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 15 Oct 2004 23:38:54 +0000 (23:38 +0000)]
OR_ALL is not a good choice. Use more restrictive permissions for the
mod_filter directives.
OR_OPTIONS for all but FilterTrace, which isn't allowed in htaccess,
because it could DoS the server (see docs).
We should consider to introduce an allowoverride filters or so.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105477
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 15 Oct 2004 23:30:47 +0000 (23:30 +0000)]
fix compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105476
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 15 Oct 2004 23:22:04 +0000 (23:22 +0000)]
style guide, no code changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105475
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 15 Oct 2004 23:21:31 +0000 (23:21 +0000)]
add mod_filter to the configure parameters
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105474
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 15 Oct 2004 22:48:45 +0000 (22:48 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105473
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 15 Oct 2004 22:32:20 +0000 (22:32 +0000)]
markup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105472
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 15 Oct 2004 21:51:46 +0000 (21:51 +0000)]
formatting
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105471
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 15 Oct 2004 21:36:23 +0000 (21:36 +0000)]
use white background
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105470
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 15 Oct 2004 21:21:46 +0000 (21:21 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105468
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 15 Oct 2004 21:16:25 +0000 (21:16 +0000)]
xml validation issues
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105467
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 15 Oct 2004 20:58:16 +0000 (20:58 +0000)]
maxredirects no longer exists
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105466
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 14 Oct 2004 17:10:30 +0000 (17:10 +0000)]
Track the status of an upgradeable socket so that the http_method and default_port hooks will report the correct information.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105458
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Thu, 14 Oct 2004 16:00:41 +0000 (16:00 +0000)]
Merge the proxy_status too. Thanks to Christian von Rouques for the patch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105457
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 14 Oct 2004 11:31:48 +0000 (11:31 +0000)]
mod_ldap: Fix format strings to use %APR_PID_T_FMT instead of %d.
PR:
Obtained from:
Submitted by: Jeff Trawick
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105453
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 14 Oct 2004 06:39:02 +0000 (06:39 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105449
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 13 Oct 2004 19:59:17 +0000 (19:59 +0000)]
* modules/filters/config.m4: Drop check for zutil.h. Add -lz to
MOD_DEFLATE_LDADD to correctly support shared mod_deflate against
static zlib (where possible).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105445
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 13 Oct 2004 18:34:40 +0000 (18:34 +0000)]
Today is washday :)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105442
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 13 Oct 2004 15:26:45 +0000 (15:26 +0000)]
Add a check for SSL_ENABLED_OPTIONAL to the http_method and default_port hook so that they return the correct values for an upgradeable connection.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105426
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Wed, 13 Oct 2004 13:27:39 +0000 (13:27 +0000)]
New translation. submitted by yoshiki.
Reveiewd by kawai.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105424
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Tue, 12 Oct 2004 13:22:02 +0000 (13:22 +0000)]
update translation.
reviewed by yoshiki and kawai.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105418
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 12 Oct 2004 12:27:18 +0000 (12:27 +0000)]
* modules/aaa/mod_authnz_ldap.c: Fix /*-within-comment warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105415
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 12 Oct 2004 12:16:42 +0000 (12:16 +0000)]
* modules/ldap/util_ldap.c (util_ldap_child_init): Don't segfault if
the cache has been disabled (when _cache_lock == NULL).
(util_ldap_post_config): Set mutex permissions if necessary.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105412
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 12 Oct 2004 11:55:30 +0000 (11:55 +0000)]
* os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS.
* modules/mappers/mod_rewrite.c, modules/ssl/ssl_engine_mutex.c: Use
AP_NEED_SET_MUTEX_PERMS to determine whether unixd_set_*_mutex_perms
calls are necessary.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105411
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 12 Oct 2004 11:40:00 +0000 (11:40 +0000)]
* modules/filters/mod_deflate.c: Remove use of zutil.h (not installed
by zlib 1.2.1) and OS_CODE. (deflate_out_filter): Simplify to use an
immortal brigade for the gzip header.
PR: 28673
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105410
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Mon, 11 Oct 2004 19:27:29 +0000 (19:27 +0000)]
Minor comment fixes, no code changes:
- 'sub request' -> 'subrequest'
- @retrn -> @return
- ...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105408
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Mon, 11 Oct 2004 19:25:31 +0000 (19:25 +0000)]
Improve german translation.
Submitted by: Carsten Gaebler <cg schlund.de>
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105406
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 11 Oct 2004 10:46:17 +0000 (10:46 +0000)]
Use the ap_is_initial_req() function to test for a subrequest instead of using r->main.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105403
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 10 Oct 2004 15:44:30 +0000 (15:44 +0000)]
ignore generated stuff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105400
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 10 Oct 2004 15:40:33 +0000 (15:40 +0000)]
remove the RewriteOption MaxRedirects; LimitInternalRecursion is sufficient
for the administrator
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105399
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 10 Oct 2004 15:29:15 +0000 (15:29 +0000)]
the compiler warns about possibly uninitialized values. He may be right.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105398
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 9 Oct 2004 19:44:23 +0000 (19:44 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105397
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 8 Oct 2004 11:59:33 +0000 (11:59 +0000)]
Fix CAN-2004-0885:
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Ensure that a
correct cipher suite has been negotiated, else deny access.
* modules/ssl/ssl_engine_init.c (ssl_init_ctx_protocol): With OpenSSL
0.9.7, prevent session resumption during a renegotiation to force the
client to negotiate a new (and acceptable) cipher suite.
Submitted by: Hartmut Keil <Hartmut.Keil adnovum.ch>, Joe Orton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105396
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 7 Oct 2004 21:51:27 +0000 (21:51 +0000)]
Fix some typos that were missed when the documentation was updated for the new version of authnz_ldap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105395
13f79535 -47bb-0310-9956-
ffa450edef68
Allan K. Edwards [Wed, 6 Oct 2004 19:40:47 +0000 (19:40 +0000)]
parm cast should be DWORD
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105394
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 6 Oct 2004 17:08:49 +0000 (17:08 +0000)]
As the first stage of a simplification of the default config in 2.1 (only!), I'm
going to remove all the html files under httpd-2.1/docs/docroot/ and replace them
with an index.html file containing only <html><body><h1>It works!</h1></body></html>
I'm going to do this because:
1. The old welcome page is a constant source of confusion to random web surfers who
stumble on unconfigured apache installs.
2. New users, when finding on a docroot with dozens of files, are often confused
about where to put their own content.
3. The international welcome page is a large source of bug reports from people
wanting to tweak grammar or provide new translations.
4. This will allow us to simplify the default config by removing the config stuff
necessary to handle the typemap.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105393
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 6 Oct 2004 14:23:15 +0000 (14:23 +0000)]
remove dead code
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105392
13f79535 -47bb-0310-9956-
ffa450edef68
Allan K. Edwards [Wed, 6 Oct 2004 13:49:19 +0000 (13:49 +0000)]
clarify select() usage on Windows
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105391
13f79535 -47bb-0310-9956-
ffa450edef68
Allan K. Edwards [Wed, 6 Oct 2004 13:33:29 +0000 (13:33 +0000)]
WIN64: fix some windows specific 64bit warnings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105390
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Wed, 6 Oct 2004 06:35:15 +0000 (06:35 +0000)]
Change Apache 2.1 to version 2.1 for political correctness.
Suggested by: nd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105389
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Wed, 6 Oct 2004 00:07:01 +0000 (00:07 +0000)]
Mention when these modules are introduced.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105388
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Wed, 6 Oct 2004 00:05:59 +0000 (00:05 +0000)]
Add reference to mod_proxy_ajp and mod_proxy_balancer.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105387
13f79535 -47bb-0310-9956-
ffa450edef68
Allan K. Edwards [Tue, 5 Oct 2004 21:04:19 +0000 (21:04 +0000)]
WIN64: SOCKET is not int on 64bit platforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105386
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Tue, 5 Oct 2004 13:27:18 +0000 (13:27 +0000)]
Markup improvement and typo fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105383
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 4 Oct 2004 23:43:20 +0000 (23:43 +0000)]
mod_auth_ldap: Handle the inconsistent way in which the MS LDAP
library handles special characters.
PR: 24437
Obtained from:
Submitted by: Jess Holle
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105379
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 3 Oct 2004 16:44:06 +0000 (16:44 +0000)]
mod_ldap: fix a bogus error message to tell the user which file
is causing a potential problem with the LDAP shared memory cache.
PR: 31431
Obtained from:
Submitted by: Graham Leggett
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105375
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 3 Oct 2004 16:24:53 +0000 (16:24 +0000)]
mod_ldap: prevent the possiblity of an infinite loop in the LDAP
statistics display.
PR: 29216
Obtained from:
Submitted by: Graham Leggett
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105373
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sat, 2 Oct 2004 16:59:52 +0000 (16:59 +0000)]
mod_disk_cache: don't store hop-by-hop headers on-disk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105368
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sat, 2 Oct 2004 11:40:22 +0000 (11:40 +0000)]
Markup fix and improvements.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105365
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 1 Oct 2004 20:35:59 +0000 (20:35 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105363
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Fri, 1 Oct 2004 16:03:08 +0000 (16:03 +0000)]
Move the few BS2000 specific in unixd.c
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105361
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 1 Oct 2004 13:32:24 +0000 (13:32 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105357
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 1 Oct 2004 13:26:16 +0000 (13:26 +0000)]
Fix missing gcc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105356
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Thu, 30 Sep 2004 15:59:17 +0000 (15:59 +0000)]
Use the right length.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105354
13f79535 -47bb-0310-9956-
ffa450edef68