]> granicus.if.org Git - apache/log
apache
16 years agosync with 2.2.x
Jeff Trawick [Fri, 9 May 2008 12:20:24 +0000 (12:20 +0000)]
sync with 2.2.x

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

16 years agoMerge r351614 from 2.2:
Takashi Sato [Fri, 9 May 2008 12:12:34 +0000 (12:12 +0000)]
Merge r351614 from 2.2:
It is mod_authN_file, not mod_auth_file

Merge r356658 from 2.2:
Mention mod_authz_user and mod_version, a new module in 2.2.

Merge r370945 from 2.2:
Fix spelling of occur.
Submitted By: Ãvar Arnfjörð Bjarmason <avarab gmail.com>

Merge r559984 from 2.2:
Fixed typo "separate" from PR 40454

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

16 years agoupdate transformation
Takashi Sato [Thu, 8 May 2008 16:57:02 +0000 (16:57 +0000)]
update transformation

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

16 years agomention the default for ProtocolEcho.
Takashi Sato [Thu, 8 May 2008 12:30:26 +0000 (12:30 +0000)]
mention the default for ProtocolEcho.

Pointed out by: Andrew Ford <A.Ford ford-mason.co.uk>

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

16 years agofix OS name for searchability
Jeff Trawick [Thu, 8 May 2008 12:20:13 +0000 (12:20 +0000)]
fix OS name for searchability

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

16 years agobackported to 2.2.x in r654348
Eric Covener [Thu, 8 May 2008 00:35:52 +0000 (00:35 +0000)]
backported to 2.2.x in r654348

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

16 years ago*) mod_cgid: Explicitly set permissions of the socket (ScriptSock) shared by
Eric Covener [Thu, 8 May 2008 00:09:53 +0000 (00:09 +0000)]
*) mod_cgid: Explicitly set permissions of the socket (ScriptSock) shared by
   mod_cgid and request processing threads, for OS'es such as HPUX and AIX
   that do not use umask for AF_UNIX socket permissions.
   [Eric Covener, Jeff Trawick]

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

16 years agomod_cgid: Don't try to restart the daemon if it fails to initialize the socket.
Jeff Trawick [Wed, 7 May 2008 19:38:50 +0000 (19:38 +0000)]
mod_cgid: Don't try to restart the daemon if it fails to initialize the socket.
It won't get any better without intervention, and it will fork() until some
sort of intervention.

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

16 years ago* Make code more readable by using OR (which is also Roys preference over AND)
Ruediger Pluem [Wed, 7 May 2008 19:24:54 +0000 (19:24 +0000)]
* Make code more readable by using OR (which is also Roys preference over AND)
  instead of XOR.

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

16 years agoFix the method used to detect the root of the request tree when subrequests
Graham Leggett [Wed, 7 May 2008 15:03:58 +0000 (15:03 +0000)]
Fix the method used to detect the root of the request tree when subrequests
are present.

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

16 years ago* modules/ssl/mod_ssl.c (ssl_cleanup_pre_config): Remove the call to
Joe Orton [Wed, 7 May 2008 14:17:31 +0000 (14:17 +0000)]
* modules/ssl/mod_ssl.c (ssl_cleanup_pre_config): Remove the call to
  CRYPTO_cleanup_all_ex_data here, fixing a per-connection memory leak
  which occurs if the client indicates support for a compression
  algorithm in the initial handshake, and mod_ssl is linked against
  OpenSSL >= 0.9.8f.

Thanks to Amund Elstad and Dr Stephen Henson for analysis of this
issue.

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

16 years agomention that KeepAliveTimeout will be ignored in a name-based virtual host context.
Takashi Sato [Tue, 6 May 2008 17:56:59 +0000 (17:56 +0000)]
mention that KeepAliveTimeout will be ignored in a name-based virtual host context.
PR: 36770

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

16 years agoBackported to 2.2.x in r653772
Jim Jagielski [Tue, 6 May 2008 13:38:42 +0000 (13:38 +0000)]
Backported to 2.2.x in r653772

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

16 years agoupdate transformation
Takashi Sato [Tue, 6 May 2008 08:31:14 +0000 (08:31 +0000)]
update transformation

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

16 years agoadd "DO NOT EDIT" warning to typemaps
Takashi Sato [Tue, 6 May 2008 08:03:34 +0000 (08:03 +0000)]
add "DO NOT EDIT" warning to typemaps

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

16 years ago"proceeding" typo
Takashi Sato [Tue, 6 May 2008 06:55:46 +0000 (06:55 +0000)]
"proceeding" typo

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

16 years agoseems to work
Roy T. Fielding [Sat, 3 May 2008 04:25:37 +0000 (04:25 +0000)]
seems to work

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

16 years agojust a test of commits list
Roy T. Fielding [Sat, 3 May 2008 04:20:37 +0000 (04:20 +0000)]
just a test of commits list

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

16 years ago* Do not allow all options of ALL to be set when only a few of them are
Ruediger Pluem [Fri, 2 May 2008 20:04:34 +0000 (20:04 +0000)]
* Do not allow all options of ALL to be set when only a few of them are
  allowed.

PR: 44262
Submitted by: Michał Grzędzicki <lazy iq.pl>
Reviewed by: rpluem

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

16 years agoRemove C++ style comments.
Graham Leggett [Thu, 1 May 2008 21:59:13 +0000 (21:59 +0000)]
Remove C++ style comments.

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

16 years agoFor legacy VC6, there's no __CRTDECL or _tstoi yet, but the
William A. Rowe Jr [Thu, 1 May 2008 18:13:44 +0000 (18:13 +0000)]
For legacy VC6, there's no __CRTDECL or _tstoi yet, but the
former is only interesting for ".NET" builds, and the later
is identical to _ttoi (still supported in VC2005, at least).

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

16 years agoupdate transformation
André Malo [Tue, 22 Apr 2008 18:56:39 +0000 (18:56 +0000)]
update transformation

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

16 years agoremove duplicate section
André Malo [Tue, 22 Apr 2008 18:50:22 +0000 (18:50 +0000)]
remove duplicate section

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

16 years agosvn:eol-style = native
André Malo [Tue, 22 Apr 2008 18:41:04 +0000 (18:41 +0000)]
svn:eol-style = native

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

16 years agoAdd Joe Orton his SNI test case for client authentication
Dirk-Willem van Gulik [Tue, 22 Apr 2008 17:06:02 +0000 (17:06 +0000)]
Add Joe Orton his SNI test case for client authentication

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

16 years agoUpdate transformations
Vincent Bray [Tue, 22 Apr 2008 16:19:06 +0000 (16:19 +0000)]
Update transformations

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

16 years agoMinor cleanups
Vincent Bray [Tue, 22 Apr 2008 13:15:19 +0000 (13:15 +0000)]
Minor cleanups

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

16 years agoTypo fix (thanks noodl for pointing it out).
Nick Kew [Tue, 22 Apr 2008 09:54:00 +0000 (09:54 +0000)]
Typo fix (thanks noodl for pointing it out).

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

16 years agoClarify explanation of untainting.
Nick Kew [Tue, 22 Apr 2008 09:38:17 +0000 (09:38 +0000)]
Clarify explanation of untainting.

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

16 years agoDocument DBD taint checking and its necessity.
Nick Kew [Tue, 22 Apr 2008 01:07:42 +0000 (01:07 +0000)]
Document DBD taint checking and its necessity.

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

16 years ago* Update transformation
Ruediger Pluem [Mon, 21 Apr 2008 15:40:45 +0000 (15:40 +0000)]
* Update transformation

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

16 years ago* -b is an invalid option for htcacheclean.
Ruediger Pluem [Mon, 21 Apr 2008 15:37:55 +0000 (15:37 +0000)]
* -b is an invalid option for htcacheclean.

PR: 44845

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

16 years agoTypo.
Jean-Frederic Clere [Mon, 21 Apr 2008 06:50:36 +0000 (06:50 +0000)]
Typo.

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

16 years ago Finish cleanup.
Chris Pepper [Mon, 21 Apr 2008 03:18:47 +0000 (03:18 +0000)]
Finish cleanup.
Remove <em> around e.g. & i.e.

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

16 years agoSet at init time, and combine comments
Jim Jagielski [Sun, 20 Apr 2008 14:23:25 +0000 (14:23 +0000)]
Set at init time, and combine comments

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

16 years ago* Do not add the query string again in the case that we are using the
Ruediger Pluem [Sat, 19 Apr 2008 18:48:05 +0000 (18:48 +0000)]
* Do not add the query string again in the case that we are using the
  unparsed uri.

PR: 44803

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

16 years ago* We need to use the headers_out table we merged above, not the original one.
Ruediger Pluem [Sat, 19 Apr 2008 10:25:16 +0000 (10:25 +0000)]
* We need to use the headers_out table we merged above, not the original one.

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

16 years ago* Style fixes. No functional changes.
Ruediger Pluem [Sat, 19 Apr 2008 10:15:14 +0000 (10:15 +0000)]
* Style fixes. No functional changes.

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

16 years ago* Use the correct headers_out table for overlaying.
Ruediger Pluem [Sat, 19 Apr 2008 10:13:34 +0000 (10:13 +0000)]
* Use the correct headers_out table for overlaying.

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

16 years agoCentralize the error-header collapsing done when sending out cached replies. Mark...
Dirk-Willem van Gulik [Fri, 18 Apr 2008 11:05:25 +0000 (11:05 +0000)]
Centralize the error-header collapsing done when sending out cached replies. Mark the change in CHANGES as it may have unforseen fall out and/or may need to be reverted or done more subtle.

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

16 years agoMake it compile on pre-C99 compilers
Martin Kraemer [Fri, 18 Apr 2008 10:06:20 +0000 (10:06 +0000)]
Make it compile on pre-C99 compilers

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

16 years ago* The previous patch did not work correctly with neither enable nor disable
Ruediger Pluem [Thu, 17 Apr 2008 20:24:52 +0000 (20:24 +0000)]
* The previous patch did not work correctly with neither enable nor disable
  set. It just set all mod_session_* to 'no'.

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

16 years ago* Require to explicitly enable mod_session_crypto since it requires the apr ssl
Ruediger Pluem [Thu, 17 Apr 2008 20:05:36 +0000 (20:05 +0000)]
* Require to explicitly enable mod_session_crypto since it requires the apr ssl
  code which is no longer present in apr trunk, but only in a separate branch.

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

16 years ago* Fix r649054: Do the correct thing when neither enable nor disable is specfied.
Ruediger Pluem [Thu, 17 Apr 2008 20:04:09 +0000 (20:04 +0000)]
* Fix r649054: Do the correct thing when neither enable nor disable is specfied.

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

16 years agohandle ? in cases where nocanon is in effect
Jim Jagielski [Thu, 17 Apr 2008 19:20:16 +0000 (19:20 +0000)]
handle ? in cases where nocanon is in effect

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

16 years ago* Style police. No functional changes.
Ruediger Pluem [Thu, 17 Apr 2008 18:48:18 +0000 (18:48 +0000)]
* Style police. No functional changes.

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

16 years agoCentralize hop-by-hop header handling in the main mod_cache code. This change is...
Dirk-Willem van Gulik [Thu, 17 Apr 2008 16:40:10 +0000 (16:40 +0000)]
Centralize hop-by-hop header handling in the main mod_cache code. This change is a no-op -- i.e. we call the same code path as prior to the API renaming. However this is propably wrong; and we should have been cleansing the content-types all along

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

16 years agoCentralize hop-by-hop header handling in the memory caching code.
Dirk-Willem van Gulik [Thu, 17 Apr 2008 16:38:36 +0000 (16:38 +0000)]
Centralize hop-by-hop header handling in the memory caching code.

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

16 years agoCentralize hop-by-hop header handling in the disk caching code. Note that 'out' now...
Dirk-Willem van Gulik [Thu, 17 Apr 2008 16:37:24 +0000 (16:37 +0000)]
Centralize hop-by-hop header handling in the disk caching code. Note that 'out' now has actual out semantics; hence the change in headers_in.

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

16 years agoand make mod_proxy_fcgi also nocanon aware
Jim Jagielski [Thu, 17 Apr 2008 16:24:16 +0000 (16:24 +0000)]
and make mod_proxy_fcgi also nocanon aware

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

16 years agoMake mod_proxy_ajp aware of the nocanon envvar
Jim Jagielski [Thu, 17 Apr 2008 16:22:36 +0000 (16:22 +0000)]
Make mod_proxy_ajp aware of the nocanon envvar

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

16 years agoMeta-file link fix courtesy of Takashi Sato
Vincent Bray [Thu, 17 Apr 2008 16:03:35 +0000 (16:03 +0000)]
Meta-file link fix courtesy of Takashi Sato

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

16 years agoCurrently each of the caching module includes logic to implement
Dirk-Willem van Gulik [Thu, 17 Apr 2008 16:03:13 +0000 (16:03 +0000)]
Currently each of the caching module includes logic to implement
the hop-by-hop rules of rfc 2616 along with the entity response
rules. To make sure that they stay in sync; and to make it easier
to add (http) caching modules - this change moves them all into
one place (cache_util) and exposes a in-bound and out-bound
version to operate on the headers.

In short: we retire ap_cache_cacheable_hdrs_out() which was used
for both in- and out-put headers; and replace it by a single
ap_cache_cacheable_headers() which understands the hop-by-hop
rules. And then wrap this into an in- and out-put specific
ap_cache_cacheable_headers_in()/out() which we can teach things
about entity responses and so on.. The latter which will also
merge error and ensure content-type.

This API change bumps up the minor MM by one.

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

16 years agoAll backported to 2.2.9-dev now
Jim Jagielski [Thu, 17 Apr 2008 14:12:13 +0000 (14:12 +0000)]
All backported to 2.2.9-dev now

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

16 years agoEnsure that the REMOTE_USER variable is correctly written when the user
Graham Leggett [Thu, 17 Apr 2008 14:03:14 +0000 (14:03 +0000)]
Ensure that the REMOTE_USER variable is correctly written when the user
has been authenticated from a session.

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

16 years agoBe defensive to ensure no segfault should the session entries table
Graham Leggett [Thu, 17 Apr 2008 14:01:21 +0000 (14:01 +0000)]
Be defensive to ensure no segfault should the session entries table
not be initialised.

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

16 years agoFix the optional declarations so that the modules will build clean in
Graham Leggett [Thu, 17 Apr 2008 13:59:51 +0000 (13:59 +0000)]
Fix the optional declarations so that the modules will build clean in
a mod_so environment.

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

16 years agoUpdate transformations
Vincent Bray [Thu, 17 Apr 2008 12:58:47 +0000 (12:58 +0000)]
Update transformations

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

16 years agoReplace reference to obsolete RFC. Submitted by: Igor Galić.
Vincent Bray [Thu, 17 Apr 2008 12:56:18 +0000 (12:56 +0000)]
Replace reference to obsolete RFC. Submitted by: Igor Galić.

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

16 years ago* modules/session/config.m4: Have --disable-session disable mod_session_*
Joe Orton [Thu, 17 Apr 2008 11:20:07 +0000 (11:20 +0000)]
* modules/session/config.m4: Have --disable-session disable mod_session_*
also.

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

16 years agoIncorperate feedback/requests for a bit more flexibility: 1)allow any domain and...
Dirk-Willem van Gulik [Thu, 17 Apr 2008 10:33:00 +0000 (10:33 +0000)]
Incorperate feedback/requests for a bit more flexibility: 1)allow any domain and IP address for the SNI demonstration and 2) make the index.html sample files a bit easier to recognize.

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

16 years ago General cleanup of rewrite guide.
Chris Pepper [Thu, 17 Apr 2008 04:13:22 +0000 (04:13 +0000)]
General cleanup of rewrite guide.

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

16 years ago Typo.
Chris Pepper [Thu, 17 Apr 2008 04:11:27 +0000 (04:11 +0000)]
Typo.

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

16 years agoremove const on socache module declarations to avoid segfault in
Chris Darroch [Wed, 16 Apr 2008 04:02:57 +0000 (04:02 +0000)]
remove const on socache module declarations to avoid segfault in
ap_setup_prelinked_modules() when modules linked in at compile time

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

16 years agoUpdate transformations
Vincent Bray [Tue, 15 Apr 2008 18:40:15 +0000 (18:40 +0000)]
Update transformations

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

16 years agoNumerous typo fixes courtesy of Luciene Gentis
Vincent Bray [Tue, 15 Apr 2008 18:39:14 +0000 (18:39 +0000)]
Numerous typo fixes courtesy of Luciene Gentis

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

16 years agoMove the public mod_request.h header out of the include directory and back to modules...
Graham Leggett [Tue, 15 Apr 2008 13:53:32 +0000 (13:53 +0000)]
Move the public mod_request.h header out of the include directory and back to modules/filters.
The current build of exports.c assumes that everything in include is part of the core, and so
putting the header there creates link errors.

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

16 years agoenabled Perl CGIs by default.
Guenter Knauf [Sun, 13 Apr 2008 22:22:14 +0000 (22:22 +0000)]
enabled Perl CGIs by default.

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

16 years agoRemove superannuated translations as pointed out by Takashi Sato
Vincent Bray [Sun, 13 Apr 2008 18:09:53 +0000 (18:09 +0000)]
Remove superannuated translations as pointed out by Takashi Sato

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

16 years agodrop upgrading.xml.de as its outdated too much.
André Malo [Sun, 13 Apr 2008 17:38:03 +0000 (17:38 +0000)]
drop upgrading.xml.de as its outdated too much.

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

16 years agoUpdate transformations
Vincent Bray [Sun, 13 Apr 2008 16:39:49 +0000 (16:39 +0000)]
Update transformations

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

16 years agoTypo fix courtesy of Luciene Gentis
Vincent Bray [Sun, 13 Apr 2008 16:35:17 +0000 (16:35 +0000)]
Typo fix courtesy of Luciene Gentis

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

16 years agoUpdate transformations
Vincent Bray [Sat, 12 Apr 2008 11:14:08 +0000 (11:14 +0000)]
Update transformations

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

16 years agoMinor grammar fix (s/not accessible/inaccessible/)
Vincent Bray [Sat, 12 Apr 2008 11:08:12 +0000 (11:08 +0000)]
Minor grammar fix (s/not accessible/inaccessible/)

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

16 years ago* Allow Cookie option to set secure and HttpOnly flags
Ruediger Pluem [Sat, 12 Apr 2008 08:44:36 +0000 (08:44 +0000)]
* Allow Cookie option to set secure and HttpOnly flags

PR: 44799
Submitted by: Christian Wenz <christian wenz.org>
Reviewed by: rpluem

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

16 years agoMove the KeptBodySize directive, kept_body filters and the
Graham Leggett [Fri, 11 Apr 2008 18:41:53 +0000 (18:41 +0000)]
Move the KeptBodySize directive, kept_body filters and the
ap_parse_request_body function out of the http module and into a
new module called mod_request, reducing the size of the core.

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

16 years agoFix socache modules' APACHE_MODULE() definitions.
Chris Darroch [Thu, 10 Apr 2008 20:24:42 +0000 (20:24 +0000)]
Fix socache modules' APACHE_MODULE() definitions.

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

16 years agorotatelogs: Log the current file size and error code/description
Jeff Trawick [Thu, 10 Apr 2008 15:33:05 +0000 (15:33 +0000)]
rotatelogs: Log the current file size and error code/description
when failing to write to the log file.

Sometimes users have a hard time believing that their little log
file was really big enough to reach quota/filesystem/other limit
back at the time of the error.

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

16 years agoMove the initialization of rebind to the post_config handler so that it is done durin...
Bradley Nicholes [Wed, 9 Apr 2008 22:49:31 +0000 (22:49 +0000)]
Move the initialization of rebind to the post_config handler so that it is done during the actual module load stage rather than the preload stage.  If done during the preload stage, the pool passed into the initialization function will be cleared and all allocations will be freed.

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

16 years agoHandle integer configuration directive parameters with a dedicated
Chris Darroch [Wed, 9 Apr 2008 18:01:53 +0000 (18:01 +0000)]
Handle integer configuration directive parameters with a dedicated
function, akin to dbd_param_flag().  Only needed when APR_HAS_THREADS.

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

16 years agoLet each consumer of authn providers redefine the list_provider_names
Chris Darroch [Wed, 9 Apr 2008 17:25:33 +0000 (17:25 +0000)]
Let each consumer of authn providers redefine the list_provider_names
callback in case they are loaded individually without mod_authn_core.

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

16 years ago* modules/cache/ap_socache.h: Doxify.
Joe Orton [Wed, 9 Apr 2008 16:13:02 +0000 (16:13 +0000)]
* modules/cache/ap_socache.h: Doxify.

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

16 years agoAdd the LastChangedRevision keyword.
Graham Leggett [Wed, 9 Apr 2008 13:15:44 +0000 (13:15 +0000)]
Add the LastChangedRevision keyword.

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

16 years agomake use of var for output name.
Guenter Knauf [Wed, 9 Apr 2008 12:46:27 +0000 (12:46 +0000)]
make use of var for output name.

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

16 years agoFixed export list for mod_session.
Guenter Knauf [Wed, 9 Apr 2008 12:43:15 +0000 (12:43 +0000)]
Fixed export list for mod_session.

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

16 years agoadded mod_auth_form to NetWare build.
Guenter Knauf [Wed, 9 Apr 2008 12:42:26 +0000 (12:42 +0000)]
added mod_auth_form to NetWare build.

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

16 years agoNo var declarations in the middle of the code.
Guenter Knauf [Wed, 9 Apr 2008 12:40:14 +0000 (12:40 +0000)]
No var declarations in the middle of the code.

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

16 years agoChange the directives within the mod_session* modules to be valid
Graham Leggett [Wed, 9 Apr 2008 12:39:33 +0000 (12:39 +0000)]
Change the directives within the mod_session* modules to be valid
both inside and outside the location/directory sections, as suggested
by wrowe.

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

16 years agoUpdate transformations.
Graham Leggett [Wed, 9 Apr 2008 12:03:33 +0000 (12:03 +0000)]
Update transformations.

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

16 years agomod_auth_form: Add a module capable of allowing end users to log
Graham Leggett [Wed, 9 Apr 2008 11:46:46 +0000 (11:46 +0000)]
mod_auth_form: Add a module capable of allowing end users to log
in using an HTML form, storing the credentials within mod_session.

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

16 years agoAdd a function to the http filters that is able to parse an HTML
Graham Leggett [Wed, 9 Apr 2008 11:39:58 +0000 (11:39 +0000)]
Add a function to the http filters that is able to parse an HTML
form request with the type of application/x-www-form-urlencoded.

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

16 years agooops - checked in wrong makefile.
Guenter Knauf [Wed, 9 Apr 2008 02:45:08 +0000 (02:45 +0000)]
oops - checked in wrong makefile.

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

16 years ago* Fix eol-style
Guenter Knauf [Wed, 9 Apr 2008 02:23:48 +0000 (02:23 +0000)]
* Fix eol-style

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

16 years agoadded new chache modules to NetWare build.
Guenter Knauf [Wed, 9 Apr 2008 02:01:27 +0000 (02:01 +0000)]
added new chache modules to NetWare build.

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

16 years agoInsert prototypes to remove compiler warnings. [Joe Orton]
Graham Leggett [Tue, 8 Apr 2008 23:12:12 +0000 (23:12 +0000)]
Insert prototypes to remove compiler warnings. [Joe Orton]

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

16 years agoadded include dir.
Guenter Knauf [Tue, 8 Apr 2008 19:58:50 +0000 (19:58 +0000)]
added include dir.

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

16 years ago* modules/cache/mod_socache_dbm.c: Fix some dodgy formatting, thanks rpluem.
Joe Orton [Tue, 8 Apr 2008 16:04:12 +0000 (16:04 +0000)]
* modules/cache/mod_socache_dbm.c: Fix some dodgy formatting, thanks rpluem.

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

16 years agoAdjust socache init interface to take sizing hints, and namespace tag
Joe Orton [Tue, 8 Apr 2008 15:47:48 +0000 (15:47 +0000)]
Adjust socache init interface to take sizing hints, and namespace tag
for memcache:

* modules/cache/ap_socache.h (struct ap_socache_hints): New structure.
  Change init callback to take namespace string and hints structure pointer.

* modules/cache/mod_socache_dc.c (socache_dc_init): Adjust accordingly.

* modules/cache/mod_socache_dbm.c (struct ap_socache_instance_t): Rename
  timeout field to expiry_interval.
  (socache_dbm_init, socache_dbm_create): Take expiry interval from
  hints rather than hard-code to 30.
  (socache_dbm_expire): Update for timeout field rename.

* modules/cache/mod_socache_shmcb.c (socache_shmcb_init): Adjust for
  hints and namespace; adjust subcache index sizing heuristics to use
  passed-in hints.

* modules/cache/mod_socache_memcache.c (struct ap_socache_instance_t):
  Add tag, taglen fields.
  (socache_mc_init): Store the passed-in namespace in instance
  structure.
  (mc_session_id2sz): Adjust to not take context, use configured
  tag as string prefix, and not use a return value.
  (socache_mc_store, socache_mc_retrieve, socache_mc_remove):
  Adjust for mc_session_id2sz interface changes.

* modules/ssl/ssl_scache.c (ssl_scache_init): Pass namespace and hints
  to socache provider init function.

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

16 years agoadded session modules to NetWare build.
Guenter Knauf [Tue, 8 Apr 2008 15:03:29 +0000 (15:03 +0000)]
added session modules to NetWare build.

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

16 years agoMissed in r645940:
Joe Orton [Tue, 8 Apr 2008 14:30:41 +0000 (14:30 +0000)]
Missed in r645940:

* modules/ssl/ssl_scache.c: Switch to using socache constants.

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