]>
granicus.if.org Git - apache/log
Joe Orton [Sun, 7 Mar 2004 22:07:55 +0000 (22:07 +0000)]
Synch with 2.0 branch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102881
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Sun, 7 Mar 2004 03:08:21 +0000 (03:08 +0000)]
Add the ssl_is_https() and ssl_var_lookup() optional functions to the mod_nw_ssl module for Netware
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102877
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Sun, 7 Mar 2004 03:04:51 +0000 (03:04 +0000)]
Allow make files to create a cc.opt compiler options file per NLM rather than a single file per directory
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102876
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Sat, 6 Mar 2004 22:26:51 +0000 (22:26 +0000)]
Add the include path to modules/ssl to resolve the include of mod_ssl.h
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102875
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Sat, 6 Mar 2004 22:22:38 +0000 (22:22 +0000)]
Add eoc_bucket.c to the NetWare makefile
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102874
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 6 Mar 2004 16:47:41 +0000 (16:47 +0000)]
Fix use of mod_ssl as a DSO linked against static SSL libraries; also
stop linking all of support/* against the SSL libraries:
* acinclude.m4 (APACHE_MODULE): Define MOD_FOO_LDADD which each
module .la library will be linked against.
(APACHE_MODPATH_ADD): Link static modules against the provided libraries.
(APACHE_CHECK_SSL_TOOLKIT): Put SSL libraries in SSL_LIBS and export
that to config_vars.mk.
* support/Makefile.in: Link ab against SSL_LIBS.
* modules/ssl/config.m4: Add SSL_LIBS and distcache libraries to
MOD_SSL_LDADD.
PR: 17217
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102870
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 6 Mar 2004 14:50:55 +0000 (14:50 +0000)]
* include/mpm_common.h (ap_pod_t): Remove 'sa' field.
* server/mpm_common.c (ap_mpm_pod_open, dummy_connection): Use
ap_listeners->bind_addr for the dummy connection rather than doing a
name lookup on the first listener's hostname and using one of the
addresses returned.
PR: 27313
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102869
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 5 Mar 2004 19:31:24 +0000 (19:31 +0000)]
Add maxmemfree as a default for the netware mpm
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102866
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Fri, 5 Mar 2004 18:52:01 +0000 (18:52 +0000)]
Revert a change to the link flags that were accidentally committed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102864
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 5 Mar 2004 02:44:40 +0000 (02:44 +0000)]
Allow the enabled flag to be set to more than just TRUE or FALSE so that
the OPTIONAL flag can be correctly merged within the
ssl_config_server_merge() function.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102860
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 5 Mar 2004 02:41:39 +0000 (02:41 +0000)]
Allow the enabled flag to be set to more that just TRUE or FALSE so that
the OPTIONAL flag is correctly merged within the
ssl_config_server_merge() function.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102859
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 4 Mar 2004 22:00:25 +0000 (22:00 +0000)]
* modules/ssl/ssl_engine_init.c (ssl_init_Engine): Log the OpenSSL
error stack contents if engine load/init fails.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102857
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 4 Mar 2004 21:54:09 +0000 (21:54 +0000)]
* modules/ssl/ssl_engine_log.c (ssl_log_ssl_error): Use %lu to print
an unsigned long.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102856
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 4 Mar 2004 20:44:13 +0000 (20:44 +0000)]
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup,
ssl_var_lookup_ssl_cipher): Use apr_itoa instead of psprintf %d.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102855
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 4 Mar 2004 20:39:53 +0000 (20:39 +0000)]
* modules/ssl/ssl_engine_vars (ssl_var_lookup): const'ify result and
drop a bunch of casts; use apr_table_get directly in place of
ssl_var_lookup_header.
(ssl_var_lookup_header): Remove function.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102854
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 4 Mar 2004 13:42:09 +0000 (13:42 +0000)]
* modules/ssl/ssl_engine_vars (ssl_var_lookup): Optimise such that
lookup of SSL_* variables (the common case) requires 2 rather than 29
strcasecmp calls before getting to ssl_var_lookup_ssl().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102851
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 4 Mar 2004 13:06:54 +0000 (13:06 +0000)]
* modules/ssl/mod_ssl.h: Declare ssl_is_https optional function.
* modules/ssl/ssl_engine_vars (ssl_is_https): New function.
(ssl_var_register): Register it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102850
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 4 Mar 2004 07:59:30 +0000 (07:59 +0000)]
* modules/ssl/ssl_engine_vars (ssl_var_lookup): Fix potential
segfaults if called with r=NULL, c!=NULL, spotted by Andr��.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102849
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 3 Mar 2004 11:09:35 +0000 (11:09 +0000)]
sync with 2.0.49-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102846
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Mon, 1 Mar 2004 21:40:44 +0000 (21:40 +0000)]
*) Remove compile-time length limit on request strings. Length is
now enforced solely with the LimitRequestLine config directive.
[Paul J. Reder]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102840
13f79535 -47bb-0310-9956-
ffa450edef68
Allan K. Edwards [Mon, 1 Mar 2004 18:06:08 +0000 (18:06 +0000)]
fix windows build: add path to mod_ssl.h
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102837
13f79535 -47bb-0310-9956-
ffa450edef68
Allan K. Edwards [Mon, 1 Mar 2004 17:49:52 +0000 (17:49 +0000)]
add eoc_bucket.c to project
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102834
13f79535 -47bb-0310-9956-
ffa450edef68
Allan K. Edwards [Mon, 1 Mar 2004 15:55:54 +0000 (15:55 +0000)]
enable IPv6 for Windows XP and 2003. In addition this this
we need a way to set APR_HAVE_IPV6 at build time in apr.hw
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102833
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 1 Mar 2004 15:51:25 +0000 (15:51 +0000)]
* modules/metadata/mod_headers.c (header_inout_cmd): Remove redundant
conditional.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102832
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 29 Feb 2004 18:05:28 +0000 (18:05 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102828
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Sun, 29 Feb 2004 16:19:18 +0000 (16:19 +0000)]
Win32: Taking down the child process on accept errors opens the possibility of a DoS attack.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102827
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 29 Feb 2004 14:54:24 +0000 (14:54 +0000)]
sync with stable branch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102826
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Sun, 29 Feb 2004 13:47:02 +0000 (13:47 +0000)]
Win32: find_read_listeners was not correctly handling multiple listeners on the Win32DisableAcceptEx path
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102823
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sun, 29 Feb 2004 00:33:16 +0000 (00:33 +0000)]
* Makefile.in: Link httpd against user-supplied $(LIBS).
PR: 7882
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102820
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sun, 29 Feb 2004 00:29:20 +0000 (00:29 +0000)]
* modules/ssl/ssl_engine_io.c (ssl_io_filter_disable,
ssl_io_filter_error): Clear the SSL * pointer in the SSLConnRec too.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102819
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sun, 29 Feb 2004 00:25:48 +0000 (00:25 +0000)]
* server/core.c (core_output_filter): Avoid using EOC bucket after
deleting it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102818
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 28 Feb 2004 23:36:14 +0000 (23:36 +0000)]
Attempt to document the new cert DN lookup feature.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102817
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 28 Feb 2004 23:24:58 +0000 (23:24 +0000)]
Document the %s format specifier.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102816
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 28 Feb 2004 23:03:15 +0000 (23:03 +0000)]
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): Simplify
to use apr_pstrmemdup.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102815
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 28 Feb 2004 22:59:23 +0000 (22:59 +0000)]
sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102814
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 28 Feb 2004 22:56:01 +0000 (22:56 +0000)]
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): For a DN
which includes several RDNs with the same OID, allow lookup of any
particular RDN using an "_<n>" suffix on the name.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102813
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 28 Feb 2004 22:37:19 +0000 (22:37 +0000)]
update transformaation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102812
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 28 Feb 2004 21:44:30 +0000 (21:44 +0000)]
Add 's' format tag to mod_headers to allow access to mod_ssl variables
without the overhead of SSLOptions +StdEnvVars/+ExportCertData; also
ensure that any multi-line envvars are unwrapped onto a single line.
* modules/metadata/mod_headers.c (header_request_ssl_var, unwrap_header,
header_post_config): New functions.
(header_pre_config): Register the 's' tag type.
(register_hooks): Add the post_config hook.
PR: 23223
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102809
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Sat, 28 Feb 2004 20:50:01 +0000 (20:50 +0000)]
Win32: Log each listener thread
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102806
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Sat, 28 Feb 2004 19:14:12 +0000 (19:14 +0000)]
Win32: Eliminate a Sleep(100) that always occurs on certain errors on AcceptEx(). Apply err_count threshold to all AcceptEx error conditions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102805
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Sat, 28 Feb 2004 19:02:24 +0000 (19:02 +0000)]
Win32: Shutdown the server on critical child failures that will prevent the server from operating
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102804
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 28 Feb 2004 18:06:35 +0000 (18:06 +0000)]
Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.h
to be included even when mod_ssl is not enabled.
* Makefile.in (install-include): Only install mod_ssl.h.
* modules/ssl/ssl_private.h: New file.
* modules/ssl/mod_ssl.h: Move everything apart from than the optional
hook definitions into ssl_private.h.
* modules/ssl/*.c: Include ssl_private.h not mod_ssl.h
* modules/ssl/config.m4: Always add the mod_ssl directory to the
include path so other modules can find mod_ssl.h.
* modules/proxy/mod_proxy.c: Include mod_ssl.h to pick up the optional
hook definitions rather than copy'n'pasting them.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102803
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 28 Feb 2004 17:09:55 +0000 (17:09 +0000)]
Use SSL_CLIENT_CERT_CHAIN_<n> with an underscore before the <n>.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102802
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 28 Feb 2004 12:08:30 +0000 (12:08 +0000)]
* server/connection.c (ap_flush_conn): Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102800
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 28 Feb 2004 11:55:46 +0000 (11:55 +0000)]
Relicense.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102799
13f79535 -47bb-0310-9956-
ffa450edef68
Madhusudan Mathihalli [Sat, 28 Feb 2004 00:48:28 +0000 (00:48 +0000)]
Include the new eoc_bucket.c for compilation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102794
13f79535 -47bb-0310-9956-
ffa450edef68
Madhusudan Mathihalli [Sat, 28 Feb 2004 00:45:26 +0000 (00:45 +0000)]
Send the 'Close Alert' message to the peer upon closing a SSL session. This
required creating a new EOC (End-Of-Connection) bucket type to notify mod_ssl
that the connection is about to be closed.
Reviewed by: Joe Orton, Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102793
13f79535 -47bb-0310-9956-
ffa450edef68
Madhusudan Mathihalli [Sat, 28 Feb 2004 00:38:21 +0000 (00:38 +0000)]
New file for defining the End Of Connection (EOC) bucket type.
The new bucket type was introduced for connection level filters (Ex. SSL)
that need to send special data to the peer just before the socket is closed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102792
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Fri, 27 Feb 2004 21:27:18 +0000 (21:27 +0000)]
directive name changed a while back
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102790
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 26 Feb 2004 20:36:29 +0000 (20:36 +0000)]
sync with stable branch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102787
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 26 Feb 2004 20:15:26 +0000 (20:15 +0000)]
fix an old misfeature: "BufferedLogs Off" would sort-of turn
buffered logging on as it set the log writer to the buffered log
writer, though it would leave the are-logs-buffered flag off
this misfeature combined with recent mutex logic for buffered logs
led to a segfault with "BufferedLogs Off"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102783
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 26 Feb 2004 20:00:55 +0000 (20:00 +0000)]
a kind fix for a compile error unfortunately broke an order
dependency... the buffered logs array needs to be initialized
prior to opening the logs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102781
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 26 Feb 2004 13:32:34 +0000 (13:32 +0000)]
* include/httpd.h: Double DYNAMIC_MODULE_LIMIT, httpd alone includes
about 60 modules already.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102777
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 25 Feb 2004 11:55:31 +0000 (11:55 +0000)]
* server/mpm_common.c (ap_process_child_status): Remove an escaped \n
in the error log and add some political correctness.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102772
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 25 Feb 2004 10:54:29 +0000 (10:54 +0000)]
* modules/ssl/ssl_engine_io.c (ssl_io_filter_disable): Don't leak an
SSL structure for each plain-HTTP-on-SSL-port request.
PR: 27106
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102770
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 25 Feb 2004 05:36:04 +0000 (05:36 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102769
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Pepper [Tue, 24 Feb 2004 18:58:04 +0000 (18:58 +0000)]
Various language nits picked.
ID consistently uppercased.
Brought in line with 1.3 version.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102764
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Tue, 24 Feb 2004 09:18:05 +0000 (09:18 +0000)]
Backported mod_auth_digest change to 2.0.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102759
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sun, 22 Feb 2004 10:27:21 +0000 (10:27 +0000)]
* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Wording
tweaks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102747
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sun, 22 Feb 2004 10:23:01 +0000 (10:23 +0000)]
* modules/ssl/ssl_scache_shmcb.c (ssl_scache_shmcb_init): Use an
anonymous shm segment by default or fall back on name-based shm.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102746
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Sun, 22 Feb 2004 03:27:49 +0000 (03:27 +0000)]
Win32: Fix compile breakage
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102745
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 22 Feb 2004 01:58:31 +0000 (01:58 +0000)]
add properties
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102742
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 21 Feb 2004 18:58:02 +0000 (18:58 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102738
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 21 Feb 2004 18:56:49 +0000 (18:56 +0000)]
fix anchor reference
PR 26767
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102736
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 21 Feb 2004 18:28:30 +0000 (18:28 +0000)]
remove support for Remote_User variable, which never worked at all.
PR: 25725
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102734
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 21 Feb 2004 17:44:59 +0000 (17:44 +0000)]
update according to apr
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102733
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 21 Feb 2004 17:44:27 +0000 (17:44 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102732
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 21 Feb 2004 17:40:48 +0000 (17:40 +0000)]
add initial documentation for mod_log_forensic. please review.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102731
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 21 Feb 2004 17:09:20 +0000 (17:09 +0000)]
forward port to not log twice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102730
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 21 Feb 2004 16:38:36 +0000 (16:38 +0000)]
do not exit() from inside a module!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102729
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 21 Feb 2004 15:53:49 +0000 (15:53 +0000)]
ugh! Fix log open error condition, which never matched.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102728
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 21 Feb 2004 15:45:02 +0000 (15:45 +0000)]
allow log pipes to be relative to serverroot as well
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102727
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 21 Feb 2004 15:23:24 +0000 (15:23 +0000)]
there's no such default
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102725
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 21 Feb 2004 15:11:33 +0000 (15:11 +0000)]
fix type of .rm extension
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102723
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Sat, 21 Feb 2004 00:53:18 +0000 (00:53 +0000)]
minor mod_auth_basic and mod_auth_digest sync. mod_auth_basic
now populates r->user with the (possibly unauthenticated) user,
and mod_auth_digest returns 500 when a provider returns
AUTH_GENERAL_ERROR
Reviewed by: justin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102719
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Sat, 21 Feb 2004 00:50:20 +0000 (00:50 +0000)]
Fix segfault in util_ald_create_cache() when shared memory caching has been disabled
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102717
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 21 Feb 2004 00:31:45 +0000 (00:31 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102714
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 21 Feb 2004 00:20:40 +0000 (00:20 +0000)]
fix missing character
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102712
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 21 Feb 2004 00:05:13 +0000 (00:05 +0000)]
- add reference to the 2.0 license.
- TRANSLATORS: replaced "maintainedby" message by "licensed"
- don't display copyright and license bold
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102710
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 20 Feb 2004 23:04:49 +0000 (23:04 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102708
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 20 Feb 2004 22:54:53 +0000 (22:54 +0000)]
replace the "maintained by" sentence in the footer with
Copyright 1999-currentyear The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102706
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 20 Feb 2004 18:41:18 +0000 (18:41 +0000)]
The phrasing was rather confusing regarding the second argument to
Redirect, which should be a fully-qualified URL, rather than an absolute
path.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102696
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 19 Feb 2004 17:47:44 +0000 (17:47 +0000)]
Document Win32DisableAcceptEx directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102691
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 19 Feb 2004 11:19:43 +0000 (11:19 +0000)]
Add a new directive EnableExceptionHook that must be specified for
exception hooks to be called (in addition to the build time
requirements).
The 2.1-dev feature is now more aligned with the 1.3.30-dev feature,
in that there is a build-time requirement as well as a configuration
requirement.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102686
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Wed, 18 Feb 2004 15:44:48 +0000 (15:44 +0000)]
fix "Expected </Foo>> but saw </Foo>" errors in nested,
argumentless containers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102670
13f79535 -47bb-0310-9956-
ffa450edef68
Mads Toftum [Tue, 17 Feb 2004 11:20:34 +0000 (11:20 +0000)]
Typo spotted by Sascha Kersken
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102658
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 16 Feb 2004 22:07:10 +0000 (22:07 +0000)]
add Turkish translation
Submitted by: emre sokullu <mugeist yahoo.com>
Reviewed by: muge erdogmus <muge_erdogmus yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102654
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 16 Feb 2004 21:17:54 +0000 (21:17 +0000)]
reorder alphabetically
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102653
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 16 Feb 2004 17:57:26 +0000 (17:57 +0000)]
mod_isapi: GetServerVariable returned improperly terminated header
fields given "ALL_HTTP" or "ALL_RAW".
PR: 20656
Submitted by: Jesse Pelton <jsp pkc.com>
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102643
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 16 Feb 2004 17:50:29 +0000 (17:50 +0000)]
mod_isapi: send_response_header() failed to copy status string's
last character.
PR: 20619
Submitted by: Jesse Pelton <jsp pkc.com>
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102642
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 16 Feb 2004 17:39:56 +0000 (17:39 +0000)]
mod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer
size.
PR: 20617
Submitted by: Jesse Pelton <jsp pkc.com>
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102641
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 13 Feb 2004 16:45:57 +0000 (16:45 +0000)]
Added doc for LDAPSharedCacheFile directive in mod_ldap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102639
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 12 Feb 2004 19:14:18 +0000 (19:14 +0000)]
Building changes from XML. Correct path and more useful example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102638
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 12 Feb 2004 02:42:17 +0000 (02:42 +0000)]
This was wrong and misleading. Correct the file path, and give a more
useful example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102634
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 11 Feb 2004 18:12:49 +0000 (18:12 +0000)]
Backport of the shared memory caching issues in util_ldap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102633
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Tue, 10 Feb 2004 17:50:43 +0000 (17:50 +0000)]
adding 304 support for if-Modified-Since request header,
if a fresh cached entity is present.
Reviewed by: Paul J. Reder
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102630
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 10 Feb 2004 12:17:44 +0000 (12:17 +0000)]
* modules/ssl/ssl_engine_pphrase.c: Note that the ERR_clear_error()
call is not merely a cosmetic fix in light of PR 21160.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102628
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 9 Feb 2004 20:47:48 +0000 (20:47 +0000)]
update forgotten transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102621
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 9 Feb 2004 20:40:53 +0000 (20:40 +0000)]
fix name of The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102619
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 9 Feb 2004 20:31:03 +0000 (20:31 +0000)]
fix name of The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102618
13f79535 -47bb-0310-9956-
ffa450edef68