]>
granicus.if.org Git - apache/log
Eric Covener [Tue, 3 Jan 2012 20:48:22 +0000 (20:48 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1226942 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 3 Jan 2012 13:26:45 +0000 (13:26 +0000)]
add heartbeat to list of lb methods living in other modules.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1226775 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 3 Jan 2012 02:11:25 +0000 (02:11 +0000)]
fill in the heartbeat modules' documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1226603 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 2 Jan 2012 22:52:11 +0000 (22:52 +0000)]
s/2011/2012/g
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1226563 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 2 Jan 2012 17:18:39 +0000 (17:18 +0000)]
add/enhance some hints about configuration section merging (or lack of it in
the case of mod_access_compat)
PR52406
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1226477 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Mon, 2 Jan 2012 09:00:55 +0000 (09:00 +0000)]
Add a bit of debug logging
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1226375 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Mon, 2 Jan 2012 04:17:46 +0000 (04:17 +0000)]
Avoid using C++ reserved word 'new' in arg name in header
Doc tweaks
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1226339 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Fri, 30 Dec 2011 11:00:31 +0000 (11:00 +0000)]
Display registered providers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1225799 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Fri, 30 Dec 2011 10:55:00 +0000 (10:55 +0000)]
Add new ap_list_provider_groups() API for mod_info
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1225798 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Fri, 30 Dec 2011 10:52:51 +0000 (10:52 +0000)]
Sort list of modules
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1225796 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Fri, 30 Dec 2011 10:49:43 +0000 (10:49 +0000)]
Display all those shiny new hooks that we have in 2.4
Add new section "Other Hooks" for those that don't fit into "Startup Hooks"
or "Request Hooks"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1225795 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Fri, 30 Dec 2011 10:39:00 +0000 (10:39 +0000)]
Fix another case of #ifdef-within-a-macro (which was inadvertently
introduced a few days ago).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1225791 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Thu, 29 Dec 2011 09:07:48 +0000 (09:07 +0000)]
Document the unfortunate side effect of converting ap_log_*error into macros
with respect to #ifdef.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1225478 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Thu, 29 Dec 2011 08:57:55 +0000 (08:57 +0000)]
Don't use #ifdef inside macro calls
The behavior is undefined according to C99 6.10.3.11 and it breaks with
xlc on AIX
PR: 52394
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1225476 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 28 Dec 2011 23:15:04 +0000 (23:15 +0000)]
SECURITY: CVE-2012-0021 (cve.mitre.org)
Fix segfault when trying to log a nameless valueless cookie
PR: 52256
Submitted by: Rainer Canavan <rainer-apache 7val com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1225380 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 28 Dec 2011 16:33:11 +0000 (16:33 +0000)]
Fix handling of piped, syslog, or inherited ErrorLog entries
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1225223 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 28 Dec 2011 14:54:49 +0000 (14:54 +0000)]
Check during configtest that the directories for error logs exist
Testing under Windows is welcome
PR: 29941
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1225199 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 28 Dec 2011 14:50:44 +0000 (14:50 +0000)]
Fix -DDUMP_RUN_CFG output for piped and syslog loggers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1225198 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 28 Dec 2011 14:48:28 +0000 (14:48 +0000)]
Adapt loglevel of config errors during second pass
Don't use APLOG_STARTUP since at that point, the error log is already
available. This gives us timestamps if these errors happen during graceful
restart.
Use level 'emerg' as these errors are fatal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1225197 13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Wed, 28 Dec 2011 00:27:29 +0000 (00:27 +0000)]
Adjust the translations to r1223048 (Apache Tomcat link)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1225060 13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Sun, 25 Dec 2011 06:46:42 +0000 (06:46 +0000)]
Fix link to Apache Tomcat.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1223048 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Sat, 24 Dec 2011 07:31:50 +0000 (07:31 +0000)]
add missing #ifdef in ssl_cmd_protocol_parse (should have been in r1222921)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1222930 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Sat, 24 Dec 2011 06:50:55 +0000 (06:50 +0000)]
update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1222923 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Sat, 24 Dec 2011 06:40:10 +0000 (06:40 +0000)]
SSLProtocol: allow explicit control of TLSv1.1 and TLSv1.2 flavors when
compiled against OpenSSL 1.0.1 or later. Update documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1222921 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Sat, 24 Dec 2011 06:31:37 +0000 (06:31 +0000)]
Set OPENSSL_NO_SSL_INTERN when compiling against OpenSSL 1.0.1
or later, so that mod_ssl retains binary compatibility with future
versions when internal structures are changed. Use API functions
where available, and fall back to direct access for OpenSSL up
to 1.0.0, where needed.
Remove SSL_make_ciphersuite() from ssl_util_ssl.[ch], as it was
never used by any released version of mod_ssl.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1222917 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Sat, 24 Dec 2011 06:22:49 +0000 (06:22 +0000)]
REMOTE_ADDR is now r->useragent_ip, which is not/never available at
SSL_CB_HANDSHAKE_DONE time. ap_log_cerror() already logs c->client_ip
for us, however, so we can simply drop REMOTE_ADDR from the message.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1222915 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 22 Dec 2011 21:55:21 +0000 (21:55 +0000)]
Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1222475 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 22 Dec 2011 21:54:55 +0000 (21:54 +0000)]
Clarify how the filters are merged when defined using the AddOuputFilter
directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1222473 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 22 Dec 2011 17:48:17 +0000 (17:48 +0000)]
mod_mime: Don't arbitrarily bypass AddOutputFilter during a ProxyPass,
but then allow AddOutputFilter during a RewriteRule [P]. Make mod_mime
behave identically in both cases. PR52342.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1222370 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 22 Dec 2011 16:51:42 +0000 (16:51 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1222344 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 22 Dec 2011 16:51:15 +0000 (16:51 +0000)]
Add a link to the general HTTP compliance instructions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1222342 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 22 Dec 2011 16:38:24 +0000 (16:38 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1222336 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 22 Dec 2011 16:38:00 +0000 (16:38 +0000)]
Build the man page for httxt2dbm.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1222335 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 21 Dec 2011 11:51:00 +0000 (11:51 +0000)]
RPM: Add mod_policy to the RPM spec file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1221683 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 21 Dec 2011 10:47:19 +0000 (10:47 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1221671 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 21 Dec 2011 10:45:03 +0000 (10:45 +0000)]
Add documentation for mod_policy, as well as explanatory documentation
for developers or end users affected by each policy.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1221670 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 21 Dec 2011 10:42:34 +0000 (10:42 +0000)]
mod_policy: Add a new testing module to help server administrators
enforce a configurable level of protocol compliance on their
servers and application servers behind theirs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1221668 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 20 Dec 2011 14:51:10 +0000 (14:51 +0000)]
Move ab, logresolve, httxt2dbm and apxs to bin from sbin, along with
corresponding man pages.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1221292 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Tue, 20 Dec 2011 12:13:29 +0000 (12:13 +0000)]
Added mod_firehose and firehose to NetWare build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1221216 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Tue, 20 Dec 2011 11:55:03 +0000 (11:55 +0000)]
Some cosmetic NetWare makefile tweaks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1221213 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Tue, 20 Dec 2011 11:27:43 +0000 (11:27 +0000)]
Make mod_lua compile with lua 5.2.x.
MOdified patch submitted by NormW (nornw gknw net).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1221205 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 19 Dec 2011 17:13:55 +0000 (17:13 +0000)]
Fix the case where AP_DEBUG is unset.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1220850 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 19 Dec 2011 17:00:49 +0000 (17:00 +0000)]
Distinguish properly between the bindir and sbindir directories when
installing binaries. Previously all binaries were silently installed to
sbindir, whether they were system administration commands or not.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1220846 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 19 Dec 2011 16:20:26 +0000 (16:20 +0000)]
Fix warning: variable 'rv' set but not used.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1220826 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 19 Dec 2011 16:10:22 +0000 (16:10 +0000)]
Fix warning: 'nlen' may be used uninitialized in this function.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1220822 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 19 Dec 2011 15:26:06 +0000 (15:26 +0000)]
RPM: Remove fiddling with installbuilddir, this is correct by default
through the use of config.layout.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1220794 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 19 Dec 2011 14:35:23 +0000 (14:35 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1220772 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 19 Dec 2011 14:32:20 +0000 (14:32 +0000)]
Clarify which tarballs we are talking about.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1220768 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 19 Dec 2011 00:37:19 +0000 (00:37 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1220571 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 19 Dec 2011 00:36:39 +0000 (00:36 +0000)]
Add further explanation on RPM packaging.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1220570 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 18 Dec 2011 20:15:42 +0000 (20:15 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1220525 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 18 Dec 2011 20:14:28 +0000 (20:14 +0000)]
Document the RPM platform.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1220524 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 18 Dec 2011 17:52:59 +0000 (17:52 +0000)]
Various code cleanup to avoid compiler, cppcheck, or clang warnings:
modules/debugging/mod_firehose.c: Make some internal functions static
(to do: logs_cleanup() is unused)
modules/filters/mod_charset_lite.c: Remove dead assignments
modules/filters/mod_include.c: likewise
modules/metadata/mod_usertrack.c: likewise
modules/proxy/mod_proxy_ftp.c: likewise
modules/ssl/ssl_engine_pphrase.c: likewise
modules/proxy/mod_proxy_balancer.c: likewise;
Remove NULL check that can never happen
modules/proxy/proxy_util.c: Axe NULL-check that can never happen and if it
would, it would just mask another bug
os/unix/unixd.c: likewise
modules/http/http_filters.c: Remove sub-condition that is always true
modules/lua/mod_lua.c: Add default cases to switch statements
modules/generators/mod_autoindex.c: Unsigned value can never be < 0
server/util_expr_eval.c: Fix compiler warnings with VC and on OS2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1220493 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 18 Dec 2011 17:38:24 +0000 (17:38 +0000)]
Avoid segfault if url->hostname is NULL and filter->hostname is "*" or ".".
Found by clang.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1220467 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 18 Dec 2011 17:25:40 +0000 (17:25 +0000)]
remove some dead code
found by clang statical analyzer
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1220462 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 18 Dec 2011 17:21:36 +0000 (17:21 +0000)]
mod_firehose: Ensure directives are defined global only.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1220460 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 18 Dec 2011 17:10:42 +0000 (17:10 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1220457 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 18 Dec 2011 17:05:43 +0000 (17:05 +0000)]
mod_firehose: Support portable non blocking support, and make non blocking
support optional.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1220456 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 17 Dec 2011 17:57:27 +0000 (17:57 +0000)]
Remove unused variable.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1215538 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 17 Dec 2011 17:55:32 +0000 (17:55 +0000)]
Fix the test for APR_HAVE_SYS_SYSLIMITS_H.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1215537 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 17 Dec 2011 17:27:19 +0000 (17:27 +0000)]
RPM: add firehose and mod_firehose to the RPM.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1215533 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 17 Dec 2011 17:11:42 +0000 (17:11 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1215530 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 17 Dec 2011 17:11:17 +0000 (17:11 +0000)]
Add a seealso section to link mod_firehose to the firehose tool.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1215529 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 17 Dec 2011 17:06:08 +0000 (17:06 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1215526 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 17 Dec 2011 17:03:59 +0000 (17:03 +0000)]
mod_firehose: Add a new debugging module able to record traffic
passing through the server in such a way that connections and/or
requests be reconstructed and replayed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1215525 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 17 Dec 2011 15:33:23 +0000 (15:33 +0000)]
Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1215514 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 14 Dec 2011 15:29:19 +0000 (15:29 +0000)]
Allow for changing of string more easily...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1214296 13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 14 Dec 2011 08:14:29 +0000 (08:14 +0000)]
update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1214099 13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 14 Dec 2011 08:04:31 +0000 (08:04 +0000)]
New Turkish translation
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1214088 13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 14 Dec 2011 08:04:05 +0000 (08:04 +0000)]
update for sync with English doc.
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1214087 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 14 Dec 2011 01:25:00 +0000 (01:25 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1214021 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 14 Dec 2011 01:10:52 +0000 (01:10 +0000)]
Further clarify the naming of the entity that directly connects to us by
calling that entity a client instead of a peer.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1214015 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 14 Dec 2011 00:34:27 +0000 (00:34 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1214007 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 14 Dec 2011 00:33:46 +0000 (00:33 +0000)]
Further clarify the naming of the entity that originates the request by
calling that entity a useragent instead of a client.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1214005 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 14 Dec 2011 00:31:51 +0000 (00:31 +0000)]
Further clarify the naming of the entity that originates the request by
calling that entity a useragent instead of a client.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1214003 13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Tue, 13 Dec 2011 22:12:14 +0000 (22:12 +0000)]
update translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1213961 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Tue, 13 Dec 2011 05:53:50 +0000 (05:53 +0000)]
Explicitly cast function pointer, to remove 'const'.
Hopefully this makes the NetWare compiler happy.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1213567 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Mon, 12 Dec 2011 20:01:43 +0000 (20:01 +0000)]
logging adjustments:
- consistently call ssl_log_ssl_error after ap_log_error etc.
- ssl_init_ConfigureServer: add vhost_id to log message
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1213399 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 12 Dec 2011 19:47:19 +0000 (19:47 +0000)]
zap an unhelpful, out of date comment from httpd 1.2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1213391 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 12 Dec 2011 19:21:37 +0000 (19:21 +0000)]
definAtely
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1213381 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Mon, 12 Dec 2011 19:21:35 +0000 (19:21 +0000)]
Streamline TLS session ticket key handling (added in r1200040):
- drop the SSLTicketKeyDefault directive, and only support a single
ticket key per server/vhost
- rename the SSLTicketKeyFile directive to SSLSessionTicketKeyFile,
remove the keyname parameter
- move ticket key parameters from SSLSrvConfigRec to modssl_ctx_t
- configure the tlsext_ticket_key_cb only when in server mode
- add documentation for SSLSessionTicketKeyFile
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1213380 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Mon, 12 Dec 2011 17:50:33 +0000 (17:50 +0000)]
Limit length of lines in .htaccess to 8K again, to reduce DoS potential.
Make ap_varbuf_cfg_getline() strictly enforce the max_len parameter.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1213338 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sat, 10 Dec 2011 21:26:00 +0000 (21:26 +0000)]
Fix names of unary operators like '-s' being compared case insensitively.
Improve error message if op or function is not found. Document '-s' operator.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1212883 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 10 Dec 2011 21:03:19 +0000 (21:03 +0000)]
Typos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1212872 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 9 Dec 2011 13:27:07 +0000 (13:27 +0000)]
RPM: Update the spec file to require at least apr-util v1.4.x.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1212402 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 8 Dec 2011 16:41:57 +0000 (16:41 +0000)]
Typo correction.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1211968 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 7 Dec 2011 22:33:35 +0000 (22:33 +0000)]
Various fixes for log message tags:
- Remove tags in ssl_log_ssl_error() and ssl_log_cert_error()
- Instead add tags to various ssl_log_xerror, ssl_log_cxerror
calls (ssl_log_rxerror is unused).
- likewise for modssl_proxy_info_log()
- Fix spelling of APLOG_NOERRNO in coccinelle script
- add support for ssl_log_*error and ap_log_cserror
- add some more tags missing due to APLOG_NOERRNO spelling error
- Remove tags from example modules (we don't want people to blindly copy
those)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1211680 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 7 Dec 2011 21:59:16 +0000 (21:59 +0000)]
Remove usage of APLOG_NOERRNO. It has been a no-op since at least 2.0.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1211663 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 7 Dec 2011 21:13:57 +0000 (21:13 +0000)]
Remove unused variable
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1211637 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 7 Dec 2011 16:47:32 +0000 (16:47 +0000)]
Add reference to the mod_socache modules in the mod_ssl docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1211528 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 7 Dec 2011 16:13:30 +0000 (16:13 +0000)]
* modules/: More doxy group fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1211495 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 7 Dec 2011 16:06:16 +0000 (16:06 +0000)]
* include/httpd.h, server/mpm/*/*.h: Tidy up doxygen tree view by moving
private interfaces into a separate group.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1211490 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 7 Dec 2011 10:39:23 +0000 (10:39 +0000)]
Removed some proxy imports from NetWare build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1211380 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 7 Dec 2011 10:29:56 +0000 (10:29 +0000)]
Removed import file since now dynamically generated.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1211379 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 7 Dec 2011 10:06:21 +0000 (10:06 +0000)]
* include/: Various doxy markup tweaks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1211364 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Wed, 7 Dec 2011 09:41:51 +0000 (09:41 +0000)]
Adjust the OpenSSL session id context for SNI configurations, so that
sessions are tied to the proper vhost (subset of a patch I originally
proposed in November 2009, cf. message with ID <
4AF85A18 .
1000205 @velox.ch>).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1211352 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 7 Dec 2011 09:40:41 +0000 (09:40 +0000)]
* include/util_varbuf.h: Doxygen tweaks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1211351 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 6 Dec 2011 15:15:25 +0000 (15:15 +0000)]
The mod_socache* modules now have basic documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1210975 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 6 Dec 2011 14:56:19 +0000 (14:56 +0000)]
Update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1210955 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 6 Dec 2011 14:55:15 +0000 (14:55 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1210954 13f79535 -47bb-0310-9956-
ffa450edef68