summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update transformationAPACHE_2_0_BRANCHAndré Malo2004-11-143-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105766 13f79535-47bb-0310-9956-ffa450edef68
* Typo.Erik Abele2004-11-142-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105765 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2004-11-101-0/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105747 13f79535-47bb-0310-9956-ffa450edef68
* Added the directive "Requires ldap-attribute" that allows the module to only ↵Bradley Nicholes2004-11-104-10/+69
| | | | | | | | | | 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: bnicholes, wrowe, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105745 13f79535-47bb-0310-9956-ffa450edef68
* Implement the util_ldap_cache_getuserdn() API so that the ldap authorization ↵Bradley Nicholes2004-11-106-18/+227
| | | | | | | | | | only modules have access to the util_ldap user cache without having to require ldap authentication as well. [PR 31898] Submitted by: Jari Ahonen [jah progress.com] Reviewed by: bnicholes, wrowe, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105744 13f79535-47bb-0310-9956-ffa450edef68
* Vote on some locally tested backports.Jim Jagielski2004-11-101-6/+6
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105738 13f79535-47bb-0310-9956-ffa450edef68
* Consistently format SECURITY entries.Joe Orton2004-11-101-56/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105735 13f79535-47bb-0310-9956-ffa450edef68
* Backports done.Joe Orton2004-11-102-24/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105734 13f79535-47bb-0310-9956-ffa450edef68
* Backport from HEAD:Joe Orton2004-11-101-10/+24
| | | | | | | | | | | | * modules/ssl/ssl_engine_init.c (ssl_init_proxy_certs): Fail early (rather than segfault later) if a client cert is configured which is missing either the certificate or private key. PR: 24030 Reviewed by: jorton, minfrin, jerenkrantz, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105733 13f79535-47bb-0310-9956-ffa450edef68
* Backport fix for CAN-2004-0885:Joe Orton2004-11-102-0/+23
| | | | | | | | | | | | | | | | * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Ensure that a correct cipher suite has been negotiated, else deny access. * modules/ssl/ssl_engine_init.c (ssl_init_ctx_protocol): With OpenSSL 0.9.7, prevent session resumption during a renegotiation to force the client to negotiate a new (and acceptable) cipher suite. PR: 31505 Submitted by: Hartmut Keil <Hartmut.Keil adnovum.ch>, Joe Orton Reviewed by: jorton, pquerna, minfrin, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105732 13f79535-47bb-0310-9956-ffa450edef68
* Revert r1.135.2.32, fixing regression in QUERY_STRING handling sinceJoe Orton2004-11-101-1/+1
| | | | | | | | | for [P] rules since 2.0.52. Reviewed by: jorton, nd, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105731 13f79535-47bb-0310-9956-ffa450edef68
* Backport fix for memory consumption DoS, CVE CAN-2004-0942:Joe Orton2004-11-101-47/+22
| | | | | | | | | | | | | * 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: stoddard, jorton, nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105730 13f79535-47bb-0310-9956-ffa450edef68
* Spending a little time in the garage, these mostly look like pretty goodWilliam A. Rowe Jr2004-11-091-14/+28
| | | | | | | suggestions. A few nak's on proposals with real issues. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105724 13f79535-47bb-0310-9956-ffa450edef68
* voteAndré Malo2004-11-051-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105695 13f79535-47bb-0310-9956-ffa450edef68
* Vote.Joe Orton2004-11-051-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105693 13f79535-47bb-0310-9956-ffa450edef68
* backport voteBill Stoddard2004-11-051-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105692 13f79535-47bb-0310-9956-ffa450edef68
* backportBradley Nicholes2004-11-041-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105689 13f79535-47bb-0310-9956-ffa450edef68
* Don't display the cache statistics if the node is emptyBradley Nicholes2004-11-041-12/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105688 13f79535-47bb-0310-9956-ffa450edef68
* backportBradley Nicholes2004-11-031-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105676 13f79535-47bb-0310-9956-ffa450edef68
* Track the status of an upgradeable socket so that the http_method and ↵Bradley Nicholes2004-11-021-11/+40
| | | | | | default_port hooks will report the correct information. Also 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/branches/APACHE_2_0_BRANCH@105673 13f79535-47bb-0310-9956-ffa450edef68
* * docs/conf/magic: Remove trailing whitespace.Joe Orton2004-11-021-1/+1
| | | | | | | | PR: 31472 Submitted by: Jack Repenning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105672 13f79535-47bb-0310-9956-ffa450edef68
* Note the mod_rewrite regression since .52.Joe Orton2004-11-011-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105668 13f79535-47bb-0310-9956-ffa450edef68
* A new mod_ssl fix, update the ap_save_brigade fix.Joe Orton2004-11-011-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105665 13f79535-47bb-0310-9956-ffa450edef68
* changes to log client IP address on a few types of errorsJeff Trawick2004-11-011-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105653 13f79535-47bb-0310-9956-ffa450edef68
* At least CVS doesn't reject me because I vote absentee...Justin Erenkrantz2004-10-301-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105633 13f79535-47bb-0310-9956-ffa450edef68
* new Korean translations and up-to-date patchesJeon Jeongho2004-10-2521-460/+284
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105587 13f79535-47bb-0310-9956-ffa450edef68
* This commit was manufactured by cvs2svn to create branch(no author)2004-10-254-0/+985
| | | | | | 'APACHE_2_0_BRANCH'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105582 13f79535-47bb-0310-9956-ffa450edef68
* Propose goodness for peace and mankind.Justin Erenkrantz2004-10-231-1/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105570 13f79535-47bb-0310-9956-ffa450edef68
* apxs: fix handling of -Wc/-Wl and "-o mod_foo.so".Graham Leggett2004-10-233-12/+8
| | | | | | | | | | PR: 31448 Obtained from: Submitted by: jorton Reviewed by: jorton, jerenkrantz, pquerna git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105564 13f79535-47bb-0310-9956-ffa450edef68
* Add my 2c.Graham Leggett2004-10-231-3/+3
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105563 13f79535-47bb-0310-9956-ffa450edef68
* mod_ldap: Fix format strings to use %APR_PID_T_FMT instead of %d.Graham Leggett2004-10-233-7/+10
| | | | | | | | | | PR: Obtained from: Submitted by: Jeff Trawick Reviewed by: minfrin, pquerna, bnicholes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105561 13f79535-47bb-0310-9956-ffa450edef68
* mod_cache: use the correct struct for CacheDisable.Graham Leggett2004-10-233-8/+6
| | | | | | | | | | | Currently any use of CacheDisable disables all caching. PR: 31128 Obtained from: Submitted by: Edward Rudd <eddie omegaware.com>, Paul Querna Reviewed by: pquerna, stoddard, jerenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105559 13f79535-47bb-0310-9956-ffa450edef68
* Vote early!Justin Erenkrantz2004-10-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105546 13f79535-47bb-0310-9956-ffa450edef68
* vote on backportBill Stoddard2004-10-191-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105521 13f79535-47bb-0310-9956-ffa450edef68
* start a backport vote for a mod_cache fix.Paul Querna2004-10-181-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105511 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2004-10-175-39/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105494 13f79535-47bb-0310-9956-ffa450edef68
* backport changes from 2.1André Malo2004-10-171-40/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105493 13f79535-47bb-0310-9956-ffa450edef68
* don't let the urls point to httpd.apache.org.André Malo2004-10-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105490 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2004-10-162-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105488 13f79535-47bb-0310-9956-ffa450edef68
* images to imagesAndré Malo2004-10-168-8/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105487 13f79535-47bb-0310-9956-ffa450edef68
* This commit was manufactured by cvs2svn to create branch(no author)2004-10-166-0/+0
| | | | | | 'APACHE_2_0_BRANCH'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105486 13f79535-47bb-0310-9956-ffa450edef68
* xml validation errorAndré Malo2004-10-152-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105469 13f79535-47bb-0310-9956-ffa450edef68
* voteBradley Nicholes2004-10-141-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105460 13f79535-47bb-0310-9956-ffa450edef68
* voted.Paul Querna2004-10-141-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105456 13f79535-47bb-0310-9956-ffa450edef68
* Propose a backport.Graham Leggett2004-10-141-1/+5
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105454 13f79535-47bb-0310-9956-ffa450edef68
* * modules/mappers/mod_rewrite.c (hook_fixup): Fix syntax error.Joe Orton2004-10-141-2/+2
| | | | | | | Reviewed by: jorton, nd, trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105451 13f79535-47bb-0310-9956-ffa450edef68
* Scratch one more bug.Graham Leggett2004-10-131-7/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105444 13f79535-47bb-0310-9956-ffa450edef68
* Try to correctly follow RFC 2616 13.3 on validating stale cacheGraham Leggett2004-10-138-52/+96
| | | | | | | | | | | | responses by teaching mod_cache's cache_select_url and cache_save_filter how to deal with this corner case. PR: Obtained from: Submitted by: jerenkrantz Reviewed by: stoddard, jerenkrantz, minfrin, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105439 13f79535-47bb-0310-9956-ffa450edef68
* As jim pointed out, it's already in v1.3 :)Graham Leggett2004-10-131-7/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105437 13f79535-47bb-0310-9956-ffa450edef68
* mod_rewrite: Handle per-location rules when r->filename is unset.Graham Leggett2004-10-133-8/+15
| | | | | | | | | | | | Previously this would segfault or simply not match as expected, depending on the platform. PR: Obtained from: Submitted by: trawick Reviewed by: trawick, geoff, jerenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105434 13f79535-47bb-0310-9956-ffa450edef68