]>
granicus.if.org Git - apache/log
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
André Malo [Mon, 9 Feb 2004 20:22:54 +0000 (20:22 +0000)]
fix name of The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102617
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 19:48:18 +0000 (19:48 +0000)]
fix search parameters (2.0 -> 2.1)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102608
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 19:18:28 +0000 (19:18 +0000)]
sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102604
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 14:25:31 +0000 (14:25 +0000)]
fix copyright date
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102594
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 14:18:26 +0000 (14:18 +0000)]
fix copyright dates accorsding to the first check in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102593
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 14:14:53 +0000 (14:14 +0000)]
fix copyright dates according the first cehck in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102592
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 14:05:43 +0000 (14:05 +0000)]
fix copyright date according to the first check in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102590
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 13:58:22 +0000 (13:58 +0000)]
fix copyright dates according to the first check in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102589
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 13:52:12 +0000 (13:52 +0000)]
fix copyright dates according to the first checkin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102587
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 13:49:07 +0000 (13:49 +0000)]
fix copyright date according to the first check in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102586
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 13:45:34 +0000 (13:45 +0000)]
fix copyright dates according to the first check in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102585
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 13:43:45 +0000 (13:43 +0000)]
fix copyright dates according to the first checkin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102584
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 13:41:23 +0000 (13:41 +0000)]
fix copyright dates according to the first check in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102583
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 13:39:09 +0000 (13:39 +0000)]
fix copyright dates according to the first check in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102582
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 13:35:39 +0000 (13:35 +0000)]
fix copyright dates according to the first check in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102581
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 13:13:10 +0000 (13:13 +0000)]
fix copyright dates according to the first check in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102579
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 13:09:10 +0000 (13:09 +0000)]
fix copyright dates according to the first check in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102578
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 13:05:40 +0000 (13:05 +0000)]
fix copyright dates according to the first check in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102577
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 13:03:58 +0000 (13:03 +0000)]
fix copyright dates according to the first check in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102576
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 12:58:27 +0000 (12:58 +0000)]
fix copyright dates and apply the license to one forgotten header file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102574
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 12:52:25 +0000 (12:52 +0000)]
fix copyright dates according to the first check in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102573
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 12:27:14 +0000 (12:27 +0000)]
fix copyright dates according to the first check in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102572
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 12:14:07 +0000 (12:14 +0000)]
oops
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102568
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 12:10:29 +0000 (12:10 +0000)]
fix copyright dates according to the first checkin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102566
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 8 Feb 2004 12:07:22 +0000 (12:07 +0000)]
fix copyright dates according to the first check in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102565
13f79535 -47bb-0310-9956-
ffa450edef68