]> granicus.if.org Git - apache/log
apache
20 years ago* server/connection.c (ap_flush_conn): Fix typo.
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

20 years agoRelicense.
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

20 years agoInclude the new eoc_bucket.c for compilation.
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

20 years agoSend the 'Close Alert' message to the peer upon closing a SSL session. This
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

20 years agoNew file for defining the End Of Connection (EOC) bucket type.
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

20 years agodirective name changed a while back
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

20 years agosync with stable branch
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

20 years agofix an old misfeature: "BufferedLogs Off" would sort-of turn
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

20 years agoa kind fix for a compile error unfortunately broke an order
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

20 years ago* include/httpd.h: Double DYNAMIC_MODULE_LIMIT, httpd alone includes
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

20 years ago* server/mpm_common.c (ap_process_child_status): Remove an escaped \n
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

20 years ago* modules/ssl/ssl_engine_io.c (ssl_io_filter_disable): Don't leak an
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

20 years agoupdate transformation
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

20 years ago Various language nits picked.
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

20 years agoBackported mod_auth_digest change to 2.0.
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

20 years ago* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Wording
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

20 years ago* modules/ssl/ssl_scache_shmcb.c (ssl_scache_shmcb_init): Use an
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

20 years agoWin32: Fix compile breakage
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

20 years agoadd properties
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

20 years agoupdate transformation
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

20 years agofix anchor reference
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

20 years agoremove support for Remote_User variable, which never worked at all.
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

20 years agoupdate according to apr
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

20 years agoupdate transformation
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

20 years agoadd initial documentation for mod_log_forensic. please review.
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

20 years agoforward port to not log twice
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

20 years agodo not exit() from inside a module!
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

20 years agough! Fix log open error condition, which never matched.
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

20 years agoallow log pipes to be relative to serverroot as well
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

20 years agothere's no such default
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

20 years agofix type of .rm extension
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

20 years agominor mod_auth_basic and mod_auth_digest sync. mod_auth_basic
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

20 years agoFix segfault in util_ald_create_cache() when shared memory caching has been disabled
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

20 years agoupdate transformation
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

20 years agofix missing character
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

20 years ago- add reference to the 2.0 license.
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

20 years agoupdate transformation
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

20 years agoreplace the "maintained by" sentence in the footer with
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

20 years agoThe phrasing was rather confusing regarding the second argument to
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

20 years agoDocument Win32DisableAcceptEx directive
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

20 years agoAdd a new directive EnableExceptionHook that must be specified for
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

20 years agofix "Expected </Foo>> but saw </Foo>" errors in nested,
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

20 years agoTypo spotted by Sascha Kersken
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

20 years agoadd Turkish translation
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

20 years agoreorder alphabetically
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

20 years agomod_isapi: GetServerVariable returned improperly terminated header
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

20 years agomod_isapi: send_response_header() failed to copy status string's
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

20 years agomod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer
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

20 years agoAdded doc for LDAPSharedCacheFile directive in mod_ldap
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

20 years agoBuilding changes from XML. Correct path and more useful example.
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

20 years agoThis was wrong and misleading. Correct the file path, and give a more
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

20 years agoBackport of the shared memory caching issues in util_ldap
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

20 years agoadding 304 support for if-Modified-Since request header,
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

20 years ago* modules/ssl/ssl_engine_pphrase.c: Note that the ERR_clear_error()
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

20 years agoupdate forgotten transformation
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

20 years agofix name of The Apache Software Foundation
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

20 years agofix name of The Apache Software Foundation
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

20 years agofix name of The Apache Software Foundation
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

20 years agofix search parameters (2.0 -> 2.1)
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

20 years agosync
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

20 years agofix copyright date
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

20 years agofix copyright dates accorsding to the first check in
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

20 years agofix copyright dates according the first cehck in
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

20 years agofix copyright date according to the first check in
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

20 years agofix copyright dates according to the first check in
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

20 years agofix copyright dates according to the first checkin
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

20 years agofix copyright date according to the first check in
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

20 years agofix copyright dates according to the first check in
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

20 years agofix copyright dates according to the first checkin
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

20 years agofix copyright dates according to the first check in
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

20 years agofix copyright dates according to the first check in
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

20 years agofix copyright dates according to the first check in
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

20 years agofix copyright dates according to the first check in
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

20 years agofix copyright dates according to the first check in
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

20 years agofix copyright dates according to the first check in
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

20 years agofix copyright dates according to the first check in
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

20 years agofix copyright dates and apply the license to one forgotten header file
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

20 years agofix copyright dates according to the first check in
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

20 years agofix copyright dates according to the first check in
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

20 years agooops
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

20 years agofix copyright dates according to the first checkin
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

20 years agofix copyright dates according to the first check in
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

20 years agofix copyright dates according to the first checkin
André Malo [Sun, 8 Feb 2004 12:00:07 +0000 (12:00 +0000)]
fix copyright dates according to the first checkin

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

20 years agofix copyright dates according to the first check in
André Malo [Sun, 8 Feb 2004 11:44:42 +0000 (11:44 +0000)]
fix copyright dates according to the first check in

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

20 years agofix copyright date according to the first check in
André Malo [Sun, 8 Feb 2004 11:36:35 +0000 (11:36 +0000)]
fix copyright date according to the first check in

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

20 years agofix copyright dates according to the first check in
André Malo [Sun, 8 Feb 2004 11:30:29 +0000 (11:30 +0000)]
fix copyright dates according to the first check in

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

20 years agofix copyright dates according to the first checkin
André Malo [Sun, 8 Feb 2004 11:24:12 +0000 (11:24 +0000)]
fix copyright dates according to the first checkin

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

20 years agofix copyright dates according to the first check in
André Malo [Sun, 8 Feb 2004 11:20:20 +0000 (11:20 +0000)]
fix copyright dates according to the first check in

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

20 years agofix copyright dates according to the first check in
André Malo [Sat, 7 Feb 2004 19:38:27 +0000 (19:38 +0000)]
fix copyright dates according to the first check in

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

20 years agofix copyright dates according to the first check in
André Malo [Sat, 7 Feb 2004 19:27:57 +0000 (19:27 +0000)]
fix copyright dates according to the first check in

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

20 years agofix copyright dates according to the first check in.
André Malo [Sat, 7 Feb 2004 19:06:26 +0000 (19:06 +0000)]
fix copyright dates according to the first check in.

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

20 years agodone with 2.1. Add missing appendix plus an appropriate CHANGES entry.
André Malo [Sat, 7 Feb 2004 18:26:52 +0000 (18:26 +0000)]
done with 2.1. Add missing appendix plus an appropriate CHANGES entry.

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

20 years ago*sigh* xalan did some recoding :-(
André Malo [Sat, 7 Feb 2004 17:28:26 +0000 (17:28 +0000)]
*sigh* xalan did some recoding :-(

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

20 years agoapply Apache License, Version 2.0
André Malo [Sat, 7 Feb 2004 17:27:04 +0000 (17:27 +0000)]
apply Apache License, Version 2.0

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

20 years agoapply Apache License, Version 2.0
André Malo [Sat, 7 Feb 2004 16:15:29 +0000 (16:15 +0000)]
apply Apache License, Version 2.0

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

20 years agoapply Apache License, Version 2.0
André Malo [Sat, 7 Feb 2004 16:08:16 +0000 (16:08 +0000)]
apply Apache License, Version 2.0

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

20 years agoapply Apache License, Version 2.0
André Malo [Sat, 7 Feb 2004 16:02:08 +0000 (16:02 +0000)]
apply Apache License, Version 2.0

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

20 years agoapply Apache License, Version 2.0
André Malo [Sat, 7 Feb 2004 15:52:06 +0000 (15:52 +0000)]
apply Apache License, Version 2.0

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

20 years agoapply Apache License, Version 2.0
André Malo [Sat, 7 Feb 2004 15:41:45 +0000 (15:41 +0000)]
apply Apache License, Version 2.0

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

20 years agoapply Apache License, Version 2.0
André Malo [Sat, 7 Feb 2004 15:32:49 +0000 (15:32 +0000)]
apply Apache License, Version 2.0

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