]> granicus.if.org Git - apache/log
apache
12 years agoBump it up because of r1361784.
Rainer Jung [Mon, 16 Jul 2012 13:06:37 +0000 (13:06 +0000)]
Bump it up because of r1361784.

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

12 years agoxforms
Daniel Gruno [Mon, 16 Jul 2012 09:26:34 +0000 (09:26 +0000)]
xforms

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

12 years agoAdd information about the possible values of ProxyExpressDBMType
Daniel Gruno [Mon, 16 Jul 2012 09:24:40 +0000 (09:24 +0000)]
Add information about the possible values of ProxyExpressDBMType

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

12 years agoCode clean up (remove useless memory allocation)
Stefan Fritsch [Sun, 15 Jul 2012 21:19:54 +0000 (21:19 +0000)]
Code clean up (remove useless memory allocation)

Submitted by: Christophe JAILLET <christophe jaillet wanadoo fr>
PR: 52648

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

12 years agoVarious code clean up
Stefan Fritsch [Sun, 15 Jul 2012 21:14:00 +0000 (21:14 +0000)]
Various code clean up

Submitted by: Christophe JAILLET <christophe jaillet wanadoo fr>
PR: 52893

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

12 years agoRemove some checking for out-of-mem conditions that cannot be hit
Stefan Fritsch [Sun, 15 Jul 2012 20:33:16 +0000 (20:33 +0000)]
Remove some checking for out-of-mem conditions that cannot be hit
because apr_pcalloc/apr_pool_create will call abort() anyway.

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

12 years agoFix indentation.
Rainer Jung [Sun, 15 Jul 2012 20:29:56 +0000 (20:29 +0000)]
Fix indentation.
No functional change.

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

12 years agoAdd missing HTTP status codes taken from
Rainer Jung [Sun, 15 Jul 2012 20:22:03 +0000 (20:22 +0000)]
Add missing HTTP status codes taken from

http://www.iana.org/assignments/http-status-codes/http-status-codes.xml

The new codes are now known and some canned error
strings are provided. The web server does not yet actually
produce them in responses or reacts on getting them
from an origin server when acting as a proxy or gateway.

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

12 years agoDon't count connections in lingering close state when
Stefan Fritsch [Sun, 15 Jul 2012 19:52:06 +0000 (19:52 +0000)]
Don't count connections in lingering close state when
calculating how many additional connections may be accepted

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

12 years agoKeep track of the number of clogged, lingering, and suspended connections
Stefan Fritsch [Sun, 15 Jul 2012 19:43:07 +0000 (19:43 +0000)]
Keep track of the number of clogged, lingering, and suspended connections

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

12 years agoSimplify handling of MaxConnectionsPerChild
Stefan Fritsch [Sun, 15 Jul 2012 19:31:49 +0000 (19:31 +0000)]
Simplify handling of MaxConnectionsPerChild

If we decrement the counter at accept time and not at close time,
we only need to access the counter in the listener thread and the
code gets much simpler.

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

12 years agoUpdates.
Lucien Gentis [Sun, 15 Jul 2012 13:41:32 +0000 (13:41 +0000)]
Updates.

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

12 years ago- Define LUA_COMPAT_ALL so mod_lua will be compatible with Lua 5.2
Daniel Gruno [Fri, 13 Jul 2012 16:59:07 +0000 (16:59 +0000)]
- Define LUA_COMPAT_ALL so mod_lua will be compatible with Lua 5.2
- Add an optional integer argument for parsebody, specifying the maximum size of POST that will be accepted.

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

12 years agoxforms
Daniel Gruno [Fri, 13 Jul 2012 11:16:01 +0000 (11:16 +0000)]
xforms

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

12 years agoAdd printf as a known function in Perl.
Daniel Gruno [Fri, 13 Jul 2012 11:15:45 +0000 (11:15 +0000)]
Add printf as a known function in Perl.

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

12 years agowhitespace issue
Daniel Gruno [Fri, 13 Jul 2012 11:14:29 +0000 (11:14 +0000)]
whitespace issue

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

12 years agoxforms
Daniel Gruno [Fri, 13 Jul 2012 11:13:13 +0000 (11:13 +0000)]
xforms

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

12 years agoAdd missing highlighting
Daniel Gruno [Fri, 13 Jul 2012 11:12:06 +0000 (11:12 +0000)]
Add missing highlighting

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

12 years ago* Set content type in case we return stale content.
Ruediger Pluem [Fri, 13 Jul 2012 11:04:09 +0000 (11:04 +0000)]
* Set content type in case we return stale content.

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

12 years agoupdate transformation
André Malo [Fri, 13 Jul 2012 08:05:45 +0000 (08:05 +0000)]
update transformation

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

12 years agoupdate bootstrap stylesheets to reflect manual lang-targets changes.
André Malo [Fri, 13 Jul 2012 08:02:14 +0000 (08:02 +0000)]
update bootstrap stylesheets to reflect manual lang-targets changes.

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

12 years agoset svnmailer:content-charset
André Malo [Fri, 13 Jul 2012 07:55:06 +0000 (07:55 +0000)]
set svnmailer:content-charset

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

12 years agor1052419 changed the default value of Options to FollowSymlinks,
Eric Covener [Wed, 11 Jul 2012 01:48:48 +0000 (01:48 +0000)]
r1052419 changed the default value of Options to FollowSymlinks,
but inadvertently made "AllowOverride Options" behave like
"AllowOverride Options=FollowSymLinks".

PR53444

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

12 years agomake varbuf functions treat AP_VARBUF_UNKNOWN consistently, improve docs
Stefan Fritsch [Tue, 10 Jul 2012 20:19:03 +0000 (20:19 +0000)]
make varbuf functions treat AP_VARBUF_UNKNOWN consistently, improve docs

ap_varbuf_pdup(): copying the whole buffer in case strlen ==
AP_VARBUF_UNKNOWN does not make sense as the caller can not set
the exact buffer size, only a minimum. No API change as previously
the behavior with AP_VARBUF_UNKNOWN was undocumented.

regsub_core(): Checking for vb->buf is useless, it cannot be NULL
unless ap_varbuf_init has not been called.

ap_varbuf_cfg_getline(): Initially, allocate enough memory to hold
an empty line. If strlen == AP_VARBUF_UNKNOWN, use strlen(buf) instead
of undefined behavior.

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

12 years agostyle in the neighborhood of a bug
Eric Covener [Tue, 10 Jul 2012 20:10:27 +0000 (20:10 +0000)]
style in the neighborhood of a bug

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

12 years agostyle fix
Stefan Fritsch [Tue, 10 Jul 2012 19:45:27 +0000 (19:45 +0000)]
style fix

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

12 years agoMake mod_deflate skip compression if compression is enabled at SSL level.
Stefan Fritsch [Mon, 9 Jul 2012 10:58:22 +0000 (10:58 +0000)]
Make mod_deflate skip compression if compression is enabled at SSL level.

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

12 years agoxforms
Daniel Gruno [Mon, 9 Jul 2012 07:38:20 +0000 (07:38 +0000)]
xforms

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

12 years agoFix some more whitespace issues with anchors.
Daniel Gruno [Mon, 9 Jul 2012 07:36:20 +0000 (07:36 +0000)]
Fix some more whitespace issues with anchors.

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

12 years agoxforms
Daniel Gruno [Sun, 8 Jul 2012 21:04:12 +0000 (21:04 +0000)]
xforms

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

12 years agoFix whitespace issue in links.
Daniel Gruno [Sun, 8 Jul 2012 21:02:13 +0000 (21:02 +0000)]
Fix whitespace issue in links.

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

12 years agoRevert accidental commit.
Ben Laurie [Fri, 6 Jul 2012 12:42:00 +0000 (12:42 +0000)]
Revert accidental commit.

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

12 years agoWork correctly with a development version of OpenSSL. I suspect
Ben Laurie [Fri, 6 Jul 2012 12:41:10 +0000 (12:41 +0000)]
Work correctly with a development version of OpenSSL. I suspect
something similar is needed when there are two OpenSSL installations,
one in a default location.

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

12 years ago* modules/ssl/ssl_util_ocsp.c (get_line): Don't set line[-1] to 0
Joe Orton [Fri, 6 Jul 2012 07:42:32 +0000 (07:42 +0000)]
* modules/ssl/ssl_util_ocsp.c (get_line): Don't set line[-1] to 0
  when len == 0.

Submitted by: Jim Meyering <meyering redhat.com>

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

12 years agoxforms ad libitum
Daniel Gruno [Thu, 5 Jul 2012 21:39:02 +0000 (21:39 +0000)]
xforms ad libitum

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

12 years agocomments.apache.org is live! Changing URL of the javascript to reflect this.
Daniel Gruno [Thu, 5 Jul 2012 21:29:58 +0000 (21:29 +0000)]
comments.apache.org is live! Changing URL of the javascript to reflect this.

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

12 years ago* modules/filters/mod_ext_filter.c (ef_unified_filter): Set hit_eos
Joe Orton [Thu, 5 Jul 2012 15:33:18 +0000 (15:33 +0000)]
* modules/filters/mod_ext_filter.c (ef_unified_filter): Set hit_eos
  flag on hitting EOS.
  (ef_input_filter): Give back EOS if filter is invoked after hitting
  EOS, rather than attempting (and failing) to read from the closed
  pipe to the child.

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

12 years agozap recent backports
Eric Covener [Wed, 4 Jul 2012 14:14:30 +0000 (14:14 +0000)]
zap recent backports

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

12 years agoxforms
Daniel Gruno [Wed, 4 Jul 2012 08:36:40 +0000 (08:36 +0000)]
xforms

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

12 years agoFix XML error.
Daniel Gruno [Wed, 4 Jul 2012 08:33:19 +0000 (08:33 +0000)]
Fix XML error.

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

12 years agoAdd examples of <Files ...> that don't involve regex.
Daniel Gruno [Wed, 4 Jul 2012 08:30:37 +0000 (08:30 +0000)]
Add examples of <Files ...> that don't involve regex.

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

12 years agoadd a pointer to 'rewriteoptions', without giving away the option name, if someone
Eric Covener [Tue, 3 Jul 2012 16:19:29 +0000 (16:19 +0000)]
add a pointer to 'rewriteoptions', without giving away the option name, if someone
happens to have rewrite trace on when mod_rewrite declines a non URL-path.

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

12 years agoTransforms.
Joe Orton [Mon, 2 Jul 2012 08:52:32 +0000 (08:52 +0000)]
Transforms.

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

12 years ago* modules/mappers/mod_rewrite.c (cmd_rewriteoptions, hook_uri2file):
Joe Orton [Mon, 2 Jul 2012 08:51:01 +0000 (08:51 +0000)]
* modules/mappers/mod_rewrite.c (cmd_rewriteoptions, hook_uri2file):
  Add "AllowAnyURI" flag which disables the strict URL-path input
  string check introduced to fix CVE-2011-3368/CVE-2011-4317.

* docs/manual: Update docs.

Inspired by: covener

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

12 years agoxforms
Daniel Gruno [Sun, 1 Jul 2012 15:36:46 +0000 (15:36 +0000)]
xforms

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

12 years agoAdd 'require' as a keyword for Lua scripts
Daniel Gruno [Sun, 1 Jul 2012 15:35:14 +0000 (15:35 +0000)]
Add 'require' as a keyword for Lua scripts

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

12 years agoFix titles of examples
Daniel Gruno [Sun, 1 Jul 2012 15:34:18 +0000 (15:34 +0000)]
Fix titles of examples

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

12 years agoxforms
Daniel Gruno [Sun, 1 Jul 2012 15:21:25 +0000 (15:21 +0000)]
xforms

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

12 years agoRe-add r:parsebody() as a valid function
Daniel Gruno [Sun, 1 Jul 2012 15:19:14 +0000 (15:19 +0000)]
Re-add r:parsebody() as a valid function

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

12 years agoAdd LuaAuthzProvider as a valid Directive.
Daniel Gruno [Sun, 1 Jul 2012 15:16:29 +0000 (15:16 +0000)]
Add LuaAuthzProvider as a valid Directive.

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

12 years agobump CVE to the top of CHANGES
Eric Covener [Sat, 30 Jun 2012 22:50:15 +0000 (22:50 +0000)]
bump CVE to the top of CHANGES

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

12 years agoUpdates.
Lucien Gentis [Sat, 30 Jun 2012 17:04:32 +0000 (17:04 +0000)]
Updates.

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

12 years agore-emphasize this paragraph in ProxyRequests is for fwd proxy
Eric Covener [Wed, 27 Jun 2012 11:19:43 +0000 (11:19 +0000)]
re-emphasize this paragraph in ProxyRequests is for fwd proxy

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

12 years agoFixes to XML. rebuild.
Rich Bowen [Tue, 26 Jun 2012 16:14:44 +0000 (16:14 +0000)]
Fixes to XML. rebuild.

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

12 years agoApplies patch from PR 53201, from Walter (wgoulet)
Rich Bowen [Tue, 26 Jun 2012 14:13:11 +0000 (14:13 +0000)]
Applies patch from PR 53201, from Walter (wgoulet)

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

12 years agoxforms
Daniel Gruno [Tue, 26 Jun 2012 11:16:36 +0000 (11:16 +0000)]
xforms

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

12 years agoUpdates
Daniel Gruno [Tue, 26 Jun 2012 11:15:11 +0000 (11:15 +0000)]
Updates

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

12 years agoxforms
Daniel Gruno [Tue, 26 Jun 2012 06:45:17 +0000 (06:45 +0000)]
xforms

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

12 years agoMove SSLCACertificate* into the correct (allowed) context in the examples.
Daniel Gruno [Tue, 26 Jun 2012 06:43:26 +0000 (06:43 +0000)]
Move SSLCACertificate* into the correct (allowed) context in the examples.

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

12 years agoxforms
Daniel Gruno [Mon, 25 Jun 2012 13:01:57 +0000 (13:01 +0000)]
xforms

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

12 years agoFix the wording of r1353263 a bit.
Daniel Gruno [Mon, 25 Jun 2012 13:01:12 +0000 (13:01 +0000)]
Fix the wording of r1353263 a bit.

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

12 years agoxforms
Daniel Gruno [Sun, 24 Jun 2012 13:14:25 +0000 (13:14 +0000)]
xforms

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

12 years agoAdd a link to sections.html and change the example to accomodate suggestions in PR20414.
Daniel Gruno [Sun, 24 Jun 2012 13:13:10 +0000 (13:13 +0000)]
Add a link to sections.html and change the example to accomodate suggestions in PR20414.

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

12 years agoUpdates.
Lucien Gentis [Sun, 24 Jun 2012 12:49:01 +0000 (12:49 +0000)]
Updates.

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

12 years agoxforms
Daniel Gruno [Sun, 24 Jun 2012 11:52:01 +0000 (11:52 +0000)]
xforms

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

12 years agoAdd a note about DirectoryIndex adding resources instead of replacing them when calle...
Daniel Gruno [Sun, 24 Jun 2012 11:49:00 +0000 (11:49 +0000)]
Add a note about DirectoryIndex adding resources instead of replacing them when called twice or more within the same context.

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

12 years agoxforms
Stefan Fritsch [Fri, 22 Jun 2012 15:15:59 +0000 (15:15 +0000)]
xforms

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

12 years agoThe compiled in limit has been removed in r149269, as noted by Bojan
Stefan Fritsch [Fri, 22 Jun 2012 14:58:19 +0000 (14:58 +0000)]
The compiled in limit has been removed in r149269, as noted by Bojan

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

12 years agoMake sure that a triggering LimitRequestFieldSize is always logged, even if the
Stefan Fritsch [Fri, 22 Jun 2012 14:57:30 +0000 (14:57 +0000)]
Make sure that a triggering LimitRequestFieldSize is always logged, even if the
first read already exeeds the limit and ap_rgetline does not return a header
name.

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

12 years agonote more prominently that SHA and crypt are insecure
Stefan Fritsch [Fri, 22 Jun 2012 14:56:44 +0000 (14:56 +0000)]
note more prominently that SHA and crypt are insecure

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

12 years agoimprove dump_allocator, add dump_one_pool
Stefan Fritsch [Fri, 22 Jun 2012 14:55:07 +0000 (14:55 +0000)]
improve dump_allocator, add dump_one_pool

- dump_one_pool dumps the size of a pool not including child pools
- dump_allocator now dumps the size of the memnodes and not the last used
  free size. Also dump the total size.

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

12 years agoRFC 5878 support.
Ben Laurie [Thu, 21 Jun 2012 16:17:41 +0000 (16:17 +0000)]
RFC 5878 support.

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

12 years agoUpdates.
Lucien Gentis [Thu, 21 Jun 2012 16:07:42 +0000 (16:07 +0000)]
Updates.

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

12 years ago* modules/cache/cache_util.c (write_write_order): Remove redundant
Joe Orton [Thu, 21 Jun 2012 14:01:57 +0000 (14:01 +0000)]
* modules/cache/cache_util.c (write_write_order): Remove redundant
  double assignment, caught by Coverity.  No functional change.

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

12 years agoxforms
Daniel Gruno [Wed, 20 Jun 2012 14:20:11 +0000 (14:20 +0000)]
xforms

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

12 years agoUpdate (fix) the POST data retrieval example.
Daniel Gruno [Wed, 20 Jun 2012 14:19:45 +0000 (14:19 +0000)]
Update (fix) the POST data retrieval example.

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

12 years agoadd a warning in the LDAP AuthnProviderAlias and expecting to have a configured
Eric Covener [Wed, 20 Jun 2012 13:12:36 +0000 (13:12 +0000)]
add a warning in the LDAP AuthnProviderAlias and expecting to have a configured
LDAP authorization provider.

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

12 years agoxforms
Daniel Gruno [Wed, 20 Jun 2012 11:26:16 +0000 (11:26 +0000)]
xforms

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

12 years agoAdd back the parsebody reference in the handler example.
Daniel Gruno [Wed, 20 Jun 2012 11:24:28 +0000 (11:24 +0000)]
Add back the parsebody reference in the handler example.

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

12 years agoAdd the missing parsebody function to mod_lua, for parsing POST data.
Daniel Gruno [Wed, 20 Jun 2012 11:20:36 +0000 (11:20 +0000)]
Add the missing parsebody function to mod_lua, for parsing POST data.
PR 53064.

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

12 years agoxforms
Daniel Gruno [Wed, 20 Jun 2012 07:43:37 +0000 (07:43 +0000)]
xforms

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

12 years agoFix a whitespace issue
Daniel Gruno [Wed, 20 Jun 2012 07:40:20 +0000 (07:40 +0000)]
Fix a whitespace issue

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

12 years ago* support/ab.c (test, start_connect): Only bind the local end of the
Joe Orton [Tue, 19 Jun 2012 15:13:37 +0000 (15:13 +0000)]
* support/ab.c (test, start_connect): Only bind the local end of the
  socket (and look up an address for it) if -B is specified.

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

12 years agoUpdates.
Lucien Gentis [Sun, 17 Jun 2012 12:26:34 +0000 (12:26 +0000)]
Updates.

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

12 years agoLog the actual problem if parsing of 'Require expr' fails
Stefan Fritsch [Sun, 17 Jun 2012 08:46:56 +0000 (08:46 +0000)]
Log the actual problem if parsing of 'Require expr' fails

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

12 years agoxforms
Stefan Fritsch [Sun, 17 Jun 2012 08:43:45 +0000 (08:43 +0000)]
xforms

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

12 years agoIf an expression in "Require expr" returns denied and
Stefan Fritsch [Sun, 17 Jun 2012 08:39:45 +0000 (08:39 +0000)]
If an expression in "Require expr" returns denied and
references %{REMOTE_USER}, trigger authentication and retry

PR: 52892

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

12 years agoLog error if 'Require expr' fails
Stefan Fritsch [Sun, 17 Jun 2012 08:34:01 +0000 (08:34 +0000)]
Log error if 'Require expr' fails

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

12 years agoxforms
Stefan Fritsch [Sat, 16 Jun 2012 22:53:33 +0000 (22:53 +0000)]
xforms

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

12 years agoAdd new directive LuaAuthzProvider to allow implementing an
Stefan Fritsch [Sat, 16 Jun 2012 22:51:19 +0000 (22:51 +0000)]
Add new directive LuaAuthzProvider to allow implementing an
authorization provider in lua

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

12 years agouse macro to make definition of integer fields more compact
Stefan Fritsch [Sat, 16 Jun 2012 22:47:48 +0000 (22:47 +0000)]
use macro to make definition of integer fields more compact

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

12 years agofactor common code into utility function
Stefan Fritsch [Sat, 16 Jun 2012 22:46:30 +0000 (22:46 +0000)]
factor common code into utility function

also improve logging a bit and adjust some log levels

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

12 years agochange various strings from char * to const char *
Stefan Fritsch [Sat, 16 Jun 2012 22:45:33 +0000 (22:45 +0000)]
change various strings from char * to const char *

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

12 years agopass the provider name to parse_require_line as pool userdata
Stefan Fritsch [Sat, 16 Jun 2012 22:44:36 +0000 (22:44 +0000)]
pass the provider name to parse_require_line as pool userdata

This allows a single C function to implement several authz providers.

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

12 years agoAdjust log message: Condition can be caused by configuration error
Stefan Fritsch [Sat, 16 Jun 2012 22:42:15 +0000 (22:42 +0000)]
Adjust log message: Condition can be caused by configuration error
not only by bugs

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

12 years agomod_lua: Add a few missing request_rec fields. Rename remote_ip to
Stefan Fritsch [Sat, 16 Jun 2012 22:41:01 +0000 (22:41 +0000)]
mod_lua: Add a few missing request_rec fields. Rename remote_ip to
client_ip to match conn_rec

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

12 years agoallow tail call optimization in log methods, remove foo method
Stefan Fritsch [Sat, 16 Jun 2012 22:39:54 +0000 (22:39 +0000)]
allow tail call optimization in log methods, remove foo method

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

12 years agoChange prototype of vm_construct, to work around gcc bug which
Stefan Fritsch [Sat, 16 Jun 2012 22:38:58 +0000 (22:38 +0000)]
Change prototype of vm_construct, to work around gcc bug which
causes a segfault.

PR: 52779
Submitted by: Dick Snippe <Dick Snippe tech omroep nl>

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

12 years agoExpand the SRP reference documentation
Stefan Fritsch [Thu, 14 Jun 2012 20:22:41 +0000 (20:22 +0000)]
Expand the SRP reference documentation

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

12 years agoSECURITY: CVE-2012-2687 (cve.mitre.org):
Joe Orton [Wed, 13 Jun 2012 15:33:48 +0000 (15:33 +0000)]
SECURITY: CVE-2012-2687 (cve.mitre.org):

mod_negotiation: Escape filenames in variant list to prevent an
possible XSS for a site where untrusted users can upload files to a
location with MultiViews enabled.

* modules/mappers/mod_negotiation.c (make_variant_list): Escape
  filenames in variant list.

Submitted by: Niels Heinen <heinenn google.com>

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