]> granicus.if.org Git - apache/log
apache
19 years agoTell users how to get APR from subversion instead of CVS.
Paul Querna [Fri, 19 Nov 2004 06:07:23 +0000 (06:07 +0000)]
Tell users how to get APR from subversion instead of CVS.

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

19 years ago* STATUS: The tree is now open for business. Some housekeeping will be
Justin Erenkrantz [Fri, 19 Nov 2004 06:03:54 +0000 (06:03 +0000)]
* STATUS: The tree is now open for business.  Some housekeeping will be
  undertaken now.  But, that shouldn't effect anyone else.

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

19 years agoFix handling of non-blocking reads in mod_ssl (triggered by recent
Joe Orton [Sun, 14 Nov 2004 17:20:01 +0000 (17:20 +0000)]
Fix handling of non-blocking reads in mod_ssl (triggered by recent
change to mod_proxy_http):

* modules/ssl/ssl_engine_io.c (bio_filter_in_read): Return an error if
the read would block so that the SSL_read() caller checks for
SSL_ERROR_WANT_READ, rather than 0, which is treated like EOF.

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

19 years agoupdate transformation
André Malo [Sun, 14 Nov 2004 10:30:28 +0000 (10:30 +0000)]
update transformation

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

19 years agoTypo.
Erik Abele [Sun, 14 Nov 2004 03:33:05 +0000 (03:33 +0000)]
Typo.

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

19 years agoupdate transformation
André Malo [Sat, 13 Nov 2004 11:25:10 +0000 (11:25 +0000)]
update transformation

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

19 years agoUpdate transformation.
Yoshiki Hayashi [Fri, 12 Nov 2004 13:27:40 +0000 (13:27 +0000)]
Update transformation.

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

19 years agoClarify the sample configuration.
Yoshiki Hayashi [Fri, 12 Nov 2004 13:26:05 +0000 (13:26 +0000)]
Clarify the sample configuration.

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

19 years agoUpdate transformation.
Yoshiki Hayashi [Fri, 12 Nov 2004 12:28:44 +0000 (12:28 +0000)]
Update transformation.

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

19 years agoNew Japanese translation.
Yoshiki Hayashi [Fri, 12 Nov 2004 12:25:28 +0000 (12:25 +0000)]
New Japanese translation.

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

19 years agoUpdate transformation.
Yoshiki Hayashi [Fri, 12 Nov 2004 12:11:27 +0000 (12:11 +0000)]
Update transformation.

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

19 years agoNew Japanese translation.
Yoshiki Hayashi [Fri, 12 Nov 2004 12:09:51 +0000 (12:09 +0000)]
New Japanese translation.

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

19 years ago* modules/generators/mod_cgid.c (cgid_init): Fix GCC strict-aliasing
Joe Orton [Fri, 12 Nov 2004 10:16:01 +0000 (10:16 +0000)]
* modules/generators/mod_cgid.c (cgid_init): Fix GCC strict-aliasing
warning.

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

19 years ago* modules/proxy/proxy_http.c (ap_proxy_http_process_response): Don't treat
Joe Orton [Thu, 11 Nov 2004 20:06:20 +0000 (20:06 +0000)]
* modules/proxy/proxy_http.c (ap_proxy_http_process_response): Don't treat
the 205 status-code like 204 or 304, per recent http-wg discussion:
http://lists.w3.org/Archives/Public/ietf-http-wg/2004JulSep/0083.html

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

19 years ago* modules/proxy/proxy_http.c (ap_proxy_http_process_response): Use the
Joe Orton [Thu, 11 Nov 2004 19:49:56 +0000 (19:49 +0000)]
* modules/proxy/proxy_http.c (ap_proxy_http_process_response): Use the
standard non-blocking-read/flush/blocking-read logic to ensure that
buffered content is flushed to the client if the next read will block.

PR: 19954

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

19 years ago* modules/proxy/proxy_ftp.c (proxy_ftp_canon, proxy_ftp_handler,
Joe Orton [Thu, 11 Nov 2004 12:45:09 +0000 (12:45 +0000)]
* modules/proxy/proxy_ftp.c (proxy_ftp_canon, proxy_ftp_handler,
proxy_send_dir_filter): Drop ap_ prefix, make static, remove
forward-declarations.

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

19 years ago* modules/proxy/proxy_connect.c (proxy_connect_handler,
Joe Orton [Thu, 11 Nov 2004 11:37:25 +0000 (11:37 +0000)]
* modules/proxy/proxy_connect.c (proxy_connect_handler,
proxy_connect_canon): Drop ap_ prefix, make static, remove
forward-declarations.

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

19 years agoupdate transformation
André Malo [Wed, 10 Nov 2004 19:53:15 +0000 (19:53 +0000)]
update transformation

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

19 years agosync of changes with backports
Bradley Nicholes [Wed, 10 Nov 2004 18:07:48 +0000 (18:07 +0000)]
sync of changes with backports

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

19 years agoUpdate SSLSessionCache section.
Joe Orton [Wed, 10 Nov 2004 16:11:38 +0000 (16:11 +0000)]
Update SSLSessionCache section.

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

19 years ago- switch default session cache to shmcb
Joe Orton [Wed, 10 Nov 2004 15:50:05 +0000 (15:50 +0000)]
- switch default session cache to shmcb
- remove comment on using shmht which has been removed

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

19 years agoAdd -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of all
Joe Orton [Wed, 10 Nov 2004 15:21:44 +0000 (15:21 +0000)]
Add -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of all
configured SSL certificates to stdout, useful for cron-ing through a
"do I need to renew any of my certificates this week" tool:

* modules/ssl/ssl_engine_config.c (ssl_hook_ConfigTest): New function.

* modules/ssl/mod_ssl.c (ssl_register_hooks): ...register it as a
test_config hook.

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

19 years ago* modules/ssl/config.m4: Use libtool's -export-symbols-regex flag to
Joe Orton [Wed, 10 Nov 2004 15:11:23 +0000 (15:11 +0000)]
* modules/ssl/config.m4: Use libtool's -export-symbols-regex flag to
hide all global symbols defined by mod_ssl other than the module
structure (where possible).

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

19 years ago* modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_kernel.c,
Joe Orton [Wed, 10 Nov 2004 13:35:28 +0000 (13:35 +0000)]
* modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_kernel.c,
modules/mod_ssl.c: Switch to using ap_log_cerror() in place of
ap_log_error() everywhere that the conn_rec * is available.

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

19 years agoSynch history with 2.0 branch.
Joe Orton [Wed, 10 Nov 2004 13:00:32 +0000 (13:00 +0000)]
Synch history with 2.0 branch.

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

19 years agoSynch with 2.0 branch.
Joe Orton [Wed, 10 Nov 2004 12:53:06 +0000 (12:53 +0000)]
Synch with 2.0 branch.

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

19 years agoWording tweaks.
Joe Orton [Mon, 8 Nov 2004 17:15:40 +0000 (17:15 +0000)]
Wording tweaks.

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

19 years agonew two Korean translations and up-to-date patches
Jeon Jeongho [Mon, 8 Nov 2004 11:56:03 +0000 (11:56 +0000)]
new two Korean translations and up-to-date patches

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

19 years agoAdd info about mod_filter
Nick Kew [Sun, 7 Nov 2004 12:31:27 +0000 (12:31 +0000)]
Add info about mod_filter

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

19 years agoFirst Swing at a 2.0 -> 2.2 New Features Document.
Paul Querna [Sun, 7 Nov 2004 06:01:50 +0000 (06:01 +0000)]
First Swing at a 2.0 -> 2.2 New Features Document.

This is only a very rough start, feel free to add new features/modules
and edit my initial version.

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

19 years agoadd generated manpage for htcacheclean(8)
André Malo [Sun, 7 Nov 2004 00:16:57 +0000 (00:16 +0000)]
add generated manpage for htcacheclean(8)

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

19 years agoupdate transformation
André Malo [Sat, 6 Nov 2004 23:48:36 +0000 (23:48 +0000)]
update transformation

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

19 years agomention the new manual page everywhere
André Malo [Sat, 6 Nov 2004 23:42:42 +0000 (23:42 +0000)]
mention the new manual page everywhere

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

19 years agodocument htcacheclean (more or less taken from the program itself)
André Malo [Sat, 6 Nov 2004 23:36:08 +0000 (23:36 +0000)]
document htcacheclean (more or less taken from the program itself)

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

19 years agouse a smarter way to specify the limit
André Malo [Sat, 6 Nov 2004 22:41:54 +0000 (22:41 +0000)]
use a smarter way to specify the limit

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

19 years agomore native newlines
André Malo [Sat, 6 Nov 2004 21:49:31 +0000 (21:49 +0000)]
more native newlines

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

19 years agobetter readability, native newlines, less spam
André Malo [Sat, 6 Nov 2004 21:38:24 +0000 (21:38 +0000)]
better readability, native newlines, less spam

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

19 years agoanother warning.
André Malo [Sat, 6 Nov 2004 20:48:13 +0000 (20:48 +0000)]
another warning.

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

19 years agoavoid compiler warning
André Malo [Sat, 6 Nov 2004 19:41:55 +0000 (19:41 +0000)]
avoid compiler warning

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

19 years agojust style
André Malo [Sat, 6 Nov 2004 19:29:31 +0000 (19:29 +0000)]
just style

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

19 years agoupdate transformation
André Malo [Sat, 6 Nov 2004 16:30:33 +0000 (16:30 +0000)]
update transformation

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

19 years agoNew Japanese translation.
Hiroaki Kawai [Sat, 6 Nov 2004 12:04:36 +0000 (12:04 +0000)]
New Japanese translation.

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

19 years agoNew Japanese translation.
Hiroaki Kawai [Sat, 6 Nov 2004 11:43:35 +0000 (11:43 +0000)]
New Japanese translation.
Submitted by yoshiki.
Reveiewd by kawai.

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

19 years agovoted. Note on the Worker MPM vote..
Paul Querna [Sat, 6 Nov 2004 08:28:24 +0000 (08:28 +0000)]
voted. Note on the Worker MPM vote..

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

19 years agoNot that I'd *need* to pre-declare a 2.1 alpha, but let's aim for something
Justin Erenkrantz [Sat, 6 Nov 2004 08:10:35 +0000 (08:10 +0000)]
Not that I'd *need* to pre-declare a 2.1 alpha, but let's aim for something
that can start the march towards 2.2 by close of AC next week...

If your large 'pet' feature that just *has* to be in 2.2 can't be included by
next Friday, I vote tough: wait for 2.3.  Just like the mod_auth changes have
now waited almost two years to be included in a release!  Put up or go home...

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

19 years agomod_disk_cache: Remove a bunch of non-implemented garbage collection
Justin Erenkrantz [Sat, 6 Nov 2004 07:56:20 +0000 (07:56 +0000)]
mod_disk_cache: Remove a bunch of non-implemented garbage collection
and cache size directives that are now available through htcacheclean.

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

19 years agoAdd htcacheclean to function as cleanup utility (daemonizable) for
Justin Erenkrantz [Sat, 6 Nov 2004 07:45:21 +0000 (07:45 +0000)]
Add htcacheclean to function as cleanup utility (daemonizable) for
mod_disk_cache.

(Justin did a whole bunch of style tweaks, and some minor functionality tweaks
to get it to function on Solaris.)

Submitted by: Andreas Steinmetz
Reviewed by: Justin Erenkrantz

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

19 years agoReturn the correct error when the user object is not found
Bradley Nicholes [Fri, 5 Nov 2004 23:41:38 +0000 (23:41 +0000)]
Return the correct error when the user object is not found

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

19 years agoupdate transformation
André Malo [Fri, 5 Nov 2004 19:04:16 +0000 (19:04 +0000)]
update transformation

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

19 years agoAdded the directive "Requires ldap-filter" that allows the module to only authorize...
Bradley Nicholes [Fri, 5 Nov 2004 18:48:16 +0000 (18:48 +0000)]
Added the directive "Requires ldap-filter" that allows the module to only authorize a user based on a complex LDAP search filter.

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

19 years agoCHANGES entry for CAN-2004-0942 fix
Bill Stoddard [Fri, 5 Nov 2004 15:39:16 +0000 (15:39 +0000)]
CHANGES entry for CAN-2004-0942 fix

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

19 years agoupdate transformation
André Malo [Thu, 4 Nov 2004 22:14:41 +0000 (22:14 +0000)]
update transformation

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

19 years ago* modules/experimental/mod_disk_cache.c (recall_headers,
Joe Orton [Thu, 4 Nov 2004 21:51:12 +0000 (21:51 +0000)]
* modules/experimental/mod_disk_cache.c (recall_headers,
create_entity): Remove unused variables.

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

19 years agoAdd util_ldap_cache_getuserdn() prototype to the util_ldap.h header file
Bradley Nicholes [Thu, 4 Nov 2004 21:00:00 +0000 (21:00 +0000)]
Add util_ldap_cache_getuserdn() prototype to the util_ldap.h header file

Submitted by:Jari Ahonen [jah progress.com]

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

19 years agoDocument SSLPassPhraseDialog's piped input mode.
Joe Orton [Thu, 4 Nov 2004 19:04:08 +0000 (19:04 +0000)]
Document SSLPassPhraseDialog's piped input mode.

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

19 years agoRemove bogus comment: for SSLPassPhraseDialog exec:..., argv is
Joe Orton [Thu, 4 Nov 2004 18:54:25 +0000 (18:54 +0000)]
Remove bogus comment: for SSLPassPhraseDialog exec:..., argv is
defined and documented and can't be changed.

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

19 years agoremove out-of-date comment... BillS reports that
Jeff Trawick [Thu, 4 Nov 2004 16:04:55 +0000 (16:04 +0000)]
remove out-of-date comment...  BillS reports that
AP_MPM_DISABLE_NAGLE_ACCEPTED_SOCK provides the
necessary capability to the MPM

Submitted by: stoddard a.k.a. BillS a.k.a. FirstBill

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

19 years agoIf the entry has a password then don't allow util_ldap_cache_getuserdn() to update...
Bradley Nicholes [Thu, 4 Nov 2004 15:46:51 +0000 (15:46 +0000)]
If the entry has a password then don't allow util_ldap_cache_getuserdn() to update the expiration timeout since it has no idea when the password was last validated.

Submitted by: Jari Ahonen [jah progress.com]

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

19 years agoFix for memory consumption DoS, CVE CAN-2004-0942:
Joe Orton [Thu, 4 Nov 2004 14:50:31 +0000 (14:50 +0000)]
Fix for memory consumption DoS, CVE CAN-2004-0942:

* server/protocol.c (ap_rgetline_core): Don't trim trailing whitespace
from the buffer here.
(ap_get_mime_headers_core): Trim trailing whitespace here, after
reading a complete field including continuation lines.  Also simplify
code to remove whitespace between field-name and colon.

Reviewed by: Andr�� Malo, Bill Stoddard

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

19 years agoPR: 29709,32051
Nick Kew [Thu, 4 Nov 2004 10:04:16 +0000 (10:04 +0000)]
PR: 29709,32051
Submitted by: Gabriel Kalkuhl
Add warning notice about basing code on mod_example.

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

19 years agoJust a simple switch of mod_usertrack to run earlier in the fixup hook.
Paul Querna [Thu, 4 Nov 2004 03:30:58 +0000 (03:30 +0000)]
Just a simple switch of mod_usertrack to run earlier in the fixup hook.

PR: 29755

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

19 years agoAdded the directive "Requires ldap-attribute" that allows the module to only authoriz...
Bradley Nicholes [Wed, 3 Nov 2004 22:05:25 +0000 (22:05 +0000)]
Added the directive "Requires ldap-attribute" that allows the module to only authorize a user if the attribute value specified matches the value of the user object. PR 31913

Submitted by: Ryan Morgan <rmorgan pobox.com>
Reviewd by: Brad Nicholes

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

19 years ago* docs/conf/magic: Remove trailing whitespace.
Joe Orton [Tue, 2 Nov 2004 23:34:35 +0000 (23:34 +0000)]
* docs/conf/magic: Remove trailing whitespace.

PR: 31472
Submitted by: Jack Repenning

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

19 years agoSplit LDAP authorization from authentication
Bradley Nicholes [Tue, 2 Nov 2004 00:11:20 +0000 (00:11 +0000)]
Split LDAP authorization from authentication

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

19 years agoAllow mod_authnz_ldap authorization functionality to be used without requiring the...
Bradley Nicholes [Tue, 2 Nov 2004 00:08:21 +0000 (00:08 +0000)]
Allow mod_authnz_ldap authorization functionality to be used without requiring the user to also be authenticated through mod_authnz_ldap. This allows other authentication modules to take advantage of LDAP authorization only [PR 28253]

Submitted by: Jari Ahonen [jah progress.com]
Reviewed by: Brad Nicholes

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

19 years agoImplement the util_ldap_cache_getuserdn() API so that the ldap authorization only...
Bradley Nicholes [Mon, 1 Nov 2004 23:43:24 +0000 (23:43 +0000)]
Implement the util_ldap_cache_getuserdn() API so that the ldap authorization only modules have access to the util_ldap user cache without have to require ldap authentication as well.  Also required by mod_authnz_ldap so that it's authorization functionality can be used independant from the authentication functionality. [PR 31898]

Submitted by: Jari Ahonen [jah progress.com]
Reviewed by: Brad Nicholes

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

19 years ago* modules/mappers/mod_rewrite.c (hook_uri2file): Revert r1.259 to fix
Joe Orton [Mon, 1 Nov 2004 23:39:28 +0000 (23:39 +0000)]
* modules/mappers/mod_rewrite.c (hook_uri2file): Revert r1.259 to fix
regression in proxy and QUERY_STRING handling (though with proxy
issues on HEAD mod_rewrite [P] stuff is still completely broken).

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

19 years ago* server/util_filter.c (ap_save_brigade): Be more tolerant of a bucket
Joe Orton [Mon, 1 Nov 2004 23:04:05 +0000 (23:04 +0000)]
* server/util_filter.c (ap_save_brigade): Be more tolerant of a bucket
type which neither implements ->setaside nor morphs on ->read, such as
the mod_perl SV bucket type in mod_perl <1.99_17; defer returning an
error in this case until after calling setaside on each bucket.

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

19 years ago* modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Fix possible
Joe Orton [Mon, 1 Nov 2004 22:53:36 +0000 (22:53 +0000)]
* modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Fix possible
NULL pointer dereference in some configurations.

PR: 31848

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

19 years agoChange core connection handling so that a connection-oriented
Jeff Trawick [Mon, 1 Nov 2004 13:06:51 +0000 (13:06 +0000)]
Change core connection handling so that a connection-oriented
error disabling nagle* is logged with the client IP address and
a debug log level.  We filter out not-implemented errors from
platforms which don't support TCP_NODELAY.

*This is typically EINVAL, which means that the client already
dropped the connection.

Also, mention an earlier change to include the client IP address
when logging connection-oriented errors.

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

19 years agoUse <p></p> instead of <br> to mark paragraphs.
Yoshiki Hayashi [Mon, 1 Nov 2004 13:01:08 +0000 (13:01 +0000)]
Use <p></p> instead of <br> to mark paragraphs.

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

19 years agofix and update transformation
André Malo [Mon, 1 Nov 2004 10:32:47 +0000 (10:32 +0000)]
fix and update transformation

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

19 years agoFix typo and update HTML version.
Nick Kew [Mon, 1 Nov 2004 10:13:35 +0000 (10:13 +0000)]
Fix typo and update HTML version.

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

19 years agoFix compile trouble.
Nick Kew [Mon, 1 Nov 2004 10:00:52 +0000 (10:00 +0000)]
Fix compile trouble.

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

19 years agoDocument updates to mod_filter.
Nick Kew [Sun, 31 Oct 2004 18:22:24 +0000 (18:22 +0000)]
Document updates to mod_filter.

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

19 years agoChange FilterDeclare/FilterProvider semantics as discussed in
Nick Kew [Sun, 31 Oct 2004 18:00:43 +0000 (18:00 +0000)]
Change FilterDeclare/FilterProvider semantics as discussed in
http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=109899588616670&w=2

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

19 years agoRemove double calculation of tranfered bytes to backend.
Mladen Turk [Sun, 31 Oct 2004 16:21:19 +0000 (16:21 +0000)]
Remove double calculation of tranfered bytes to backend.

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

19 years agofix prototypes in documentation to match actual const-ness
Jeff Trawick [Sat, 30 Oct 2004 11:46:06 +0000 (11:46 +0000)]
fix prototypes in documentation to match actual const-ness

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

19 years agoDon't display the cache statistics if the node is empty
Bradley Nicholes [Sat, 30 Oct 2004 04:49:58 +0000 (04:49 +0000)]
Don't display the cache statistics if the node is empty

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

19 years agoadd ap_log_cerror(); use it in a couple of places in core output filter
Jeff Trawick [Fri, 29 Oct 2004 14:45:24 +0000 (14:45 +0000)]
add ap_log_cerror(); use it in a couple of places in core output filter
so that the client IP address is recorded in the log

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

19 years agoFixup broken handling of range header.
Nick Kew [Thu, 28 Oct 2004 13:21:08 +0000 (13:21 +0000)]
Fixup broken handling of range header.

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

19 years agoAdd the check for an upgraded https connection when responding to the state of a...
Bradley Nicholes [Wed, 27 Oct 2004 15:14:51 +0000 (15:14 +0000)]
Add the check for an upgraded https connection when responding to the state of a connection

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

19 years agoFix mod_filter to support the case where a provider sets its own f->ctx
Nick Kew [Wed, 27 Oct 2004 10:46:26 +0000 (10:46 +0000)]
Fix mod_filter to support the case where a provider sets its own f->ctx
in its filter_init [grumble about filter_init ....]

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

19 years agoMove ap_filter_provider_t back out of public API
Nick Kew [Wed, 27 Oct 2004 09:20:33 +0000 (09:20 +0000)]
Move ap_filter_provider_t back out of public API
(suggested by nd; makes sense to niq)

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

19 years agoSince the host will include a port if the default port is not used, always specify...
Bradley Nicholes [Mon, 25 Oct 2004 18:32:58 +0000 (18:32 +0000)]
Since the host will include a port if the default port is not used, always specify the default ports for the port parameter.  This will allow a host string that contains multiple hosts the ability to mix some hosts with ports and some without. All hosts which do not specify  a port will use the default port.  #30592

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

19 years agofixed a type match warning on NetWare
Jean-Jacques Clar [Mon, 25 Oct 2004 16:08:09 +0000 (16:08 +0000)]
fixed a type match warning on NetWare

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

19 years agoUse a more descriptive error message, and make it an INFO insteead of NOTICE.
Paul Querna [Mon, 25 Oct 2004 15:59:43 +0000 (15:59 +0000)]
Use a more descriptive error message, and make it an INFO insteead of NOTICE.

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

19 years agoPR: 31875
Nick Kew [Mon, 25 Oct 2004 10:24:17 +0000 (10:24 +0000)]
PR: 31875
Fix URI parsing bug in case of a leading double-slash

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

19 years agoThis will put some messages in the error log when some people try a lame
Paul Querna [Mon, 25 Oct 2004 06:40:08 +0000 (06:40 +0000)]
This will put some messages in the error log when some people try a lame
DoS by just opening a socket, and never sending any data.

Ivan suggested such a change about a month ago, to match the 1.3 behavoir.

Today I helped OSU's Admins figure out that someone was trying this 'attack'
against their mirror server.  The server status just showed hundreds of
Apache Children stuck in Reading.  This will at least hint to the admins
where the problem is by telling them about it in the error log.

Inspired by: Rici Lake, Ivan Ristic <ivanr webkreator.com>

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

19 years agonew Korean translations and up-to-date patches
Jeon Jeongho [Mon, 25 Oct 2004 05:22:39 +0000 (05:22 +0000)]
new Korean translations and up-to-date patches

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

19 years agoveto and revert win64 patch: 64bit changes must percolate from the
Roy T. Fielding [Sat, 23 Oct 2004 22:39:53 +0000 (22:39 +0000)]
veto and revert win64 patch: 64bit changes must percolate from the
bottom (APR/system) up -- we can't give the client a 64bit API and
then cast it to 32bits internally without introducing security holes
on other platforms.

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

19 years agomod_cache: Add CacheIgnoreHeaders directive.
Justin Erenkrantz [Sat, 23 Oct 2004 17:45:55 +0000 (17:45 +0000)]
mod_cache: Add CacheIgnoreHeaders directive.

(Justin made some minor tweaks to the patch.)

PR: 30399
Submitted by: R�diger Pl�m <r.pluem@t-online.de>
Reviewed by: Justin Erenkrantz

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

19 years agoNote a backport.
Graham Leggett [Sat, 23 Oct 2004 14:28:58 +0000 (14:28 +0000)]
Note a backport.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

19 years agoNote a backport.
Graham Leggett [Sat, 23 Oct 2004 13:50:11 +0000 (13:50 +0000)]
Note a backport.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

19 years agoNote a backport
Graham Leggett [Sat, 23 Oct 2004 13:41:18 +0000 (13:41 +0000)]
Note a backport
PR:
Obtained from:
Submitted by:
Reviewed by:

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

19 years agoWIN64: API changes to clean up Windows 64bit compile warnings
Allan K. Edwards [Fri, 22 Oct 2004 15:22:05 +0000 (15:22 +0000)]
WIN64: API changes to clean up Windows 64bit compile warnings

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

19 years agoupdate transformation
André Malo [Tue, 19 Oct 2004 16:28:36 +0000 (16:28 +0000)]
update transformation

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

19 years agoTypo.
Yoshiki Hayashi [Tue, 19 Oct 2004 09:02:23 +0000 (09:02 +0000)]
Typo.

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

19 years agouse the correct struct for CacheDisable.
Paul Querna [Mon, 18 Oct 2004 00:49:31 +0000 (00:49 +0000)]
use the correct struct for CacheDisable.
(cache_disable instead of cache_enable)

PR: 31128
Submitted by: Edward Rudd <eddie omegaware.com>

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

19 years agoupdate transformation
André Malo [Sun, 17 Oct 2004 20:21:11 +0000 (20:21 +0000)]
update transformation

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