summaryrefslogtreecommitdiffstats
path: root/CHANGES (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded CHANGES entry.Rainer Jung2010-08-201-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987503 13f79535-47bb-0310-9956-ffa450edef68
* Fix broken "creationdate" property in mod_dav_fs andRainer Jung2010-08-201-0/+6
| | | | | | | | | | | remove remaining uses of sprintf() in the dav modules. This is a regression in 2.3.7 introduced by r931434. It calls sizeof() for a function parameter, which only returns the pointer size, not the size of the char array. Thus the "creationdate" property got truncated to three characters. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987484 13f79535-47bb-0310-9956-ffa450edef68
* mod_proxy: Rename erroronstatus to failonstatus...Jeff Trawick2010-08-201-0/+2
| | | | | | | | | | ... by popular demand, and add documentation. Submitted by: Daniel Ruggeri <DRuggeri primary.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987359 13f79535-47bb-0310-9956-ffa450edef68
* And we are at 2.3.8-dev...Jim Jagielski2010-08-191-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987153 13f79535-47bb-0310-9956-ffa450edef68
* Properly check the result returned by apr_ldap_init: There may have been anStefan Fritsch2010-08-191-0/+3
| | | | | | | | | error even if ldc->ldap != NULL. PR 46076 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986974 13f79535-47bb-0310-9956-ffa450edef68
* mod_rewrite: Log errors if rewrite map files cannot be openedStefan Fritsch2010-08-181-0/+3
| | | | | | | PR: 49639 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986921 13f79535-47bb-0310-9956-ffa450edef68
* For backends which are HTTP/1.1, do a quick test (ping)Jim Jagielski2010-08-161-0/+4
| | | | | | | | | | of the "connection" via 100-Continue for reverse proxies... ACO and Filip Hanik also helped out with the idea... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986090 13f79535-47bb-0310-9956-ffa450edef68
* Update CHANGES.Rainer Jung2010-07-251-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@979121 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in CHANGES.Rainer Jung2010-07-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@979014 13f79535-47bb-0310-9956-ffa450edef68
* remove CHANGES entry of change reverted as part of r964156Stefan Fritsch2010-07-241-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@978938 13f79535-47bb-0310-9956-ffa450edef68
* Move AddOutputFilterByType implementation from core to mod_filter.Nick Kew2010-07-221-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@966869 13f79535-47bb-0310-9956-ffa450edef68
* CVE-2010-1452: Fix handling of missing path segments in the parsed URI ↵Paul Querna2010-07-211-0/+4
| | | | | | | | | | | | | | | structure. If a specially crafted request was sent, it is possible to crash mod_dav, mod_cache or mod_session, as they accessed a field that is set to NULL by the URI parser, assuming that it always put in a valid string. PR: 49246 Submitted by: Mark Drayton Patch by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@966348 13f79535-47bb-0310-9956-ffa450edef68
* Update SSL cipher suite and add example for SSLHonorCipherOrder.Rainer Jung2010-07-211-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@966160 13f79535-47bb-0310-9956-ffa450edef68
* Fix processing of long chunk extensionsNick Kew2010-07-201-0/+3
| | | | | | | PR 49474 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@965824 13f79535-47bb-0310-9956-ffa450edef68
* Don't risk segfault in authz if r->user is not setNick Kew2010-07-201-0/+4
| | | | | | | PR 42995 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@965709 13f79535-47bb-0310-9956-ffa450edef68
* Enable SetEnv to set PATHNick Kew2010-07-201-0/+3
| | | | | | | PR 43906 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@965679 13f79535-47bb-0310-9956-ffa450edef68
* mod_include: recognise "text/html; parameters" as text/htmlNick Kew2010-07-191-0/+3
| | | | | | | | PR 49616 diagnosed by Andrey Chernov git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@965582 13f79535-47bb-0310-9956-ffa450edef68
* Add CHANGES entry for r964156Stefan Fritsch2010-07-141-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@964173 13f79535-47bb-0310-9956-ffa450edef68
* Introduce note_auth_failure hook to allow modules to add supportStefan Fritsch2010-07-041-0/+4
| | | | | | | | | | for additional auth types. This makes ap_note_auth_failure() work with mod_auth_digest again. PR: 48807 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@960399 13f79535-47bb-0310-9956-ffa450edef68
* Remove superfluous EOL from mod_rewrite logging.Rainer Jung2010-07-031-0/+2
| | | | | | | | It's no longer needed, since mod_rewrite now uses our usual error log. The superfluous EOL was logged as '\n'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@960236 13f79535-47bb-0310-9956-ffa450edef68
* Allow to set environment variables using mod_rewrite withoutRainer Jung2010-07-031-0/+3
| | | | | | | | | | explicitely giving a value. Most modules only check presence of a variable, not the value, so it makes sense to make the VAL argument in the mod_rewrite ENV flag optional. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@960233 13f79535-47bb-0310-9956-ffa450edef68
* Fix return values from socache modules when a key is not found in cacheNick Kew2010-06-231-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@957235 13f79535-47bb-0310-9956-ffa450edef68
* New module: mod_authn_cacheNick Kew2010-06-221-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956966 13f79535-47bb-0310-9956-ffa450edef68
* Remove comment about removal of OS/2 supportRainer Jung2010-06-211-1/+1
| | | | | | from CHANGES and docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956524 13f79535-47bb-0310-9956-ffa450edef68
* Fix authorization by user or IP/ENV/...Stefan Fritsch2010-06-201-0/+3
| | | | | | | Note ap_note_auth_failure() breakage in STATUS git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956387 13f79535-47bb-0310-9956-ffa450edef68
* put the CHANGES entry under 2.3.7, where it belongsStefan Fritsch2010-06-191-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956228 13f79535-47bb-0310-9956-ffa450edef68
* - Add reallyall option to configure to build everything that can be built withStefan Fritsch2010-06-191-0/+2
| | | | | | | | | | the available libs. - Remove redundant --with-distcache option. Simply enable distcache if mod_socache_dc is selected. - Enable serf support by default if serf is available in /usr. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956221 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo, sorry for the noise.Rainer Jung2010-06-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955894 13f79535-47bb-0310-9956-ffa450edef68
* Fix Windows build when using VC6.Rainer Jung2010-06-181-0/+1
| | | | | | | | | Comment character needs to be in column 1. Submitted by: Gregg L. Smith <lists glewis com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955888 13f79535-47bb-0310-9956-ffa450edef68
* Fix typos in CHANGES.Rainer Jung2010-06-151-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954991 13f79535-47bb-0310-9956-ffa450edef68
* axe 2.3.0 CHANGES entries that have been delivered in a 2.2.xJeff Trawick2010-06-151-61/+0
| | | | | | | release git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954980 13f79535-47bb-0310-9956-ffa450edef68
* Fix obsolete reference to 2.1 in CHANGES.Rainer Jung2010-06-151-1/+1
| | | | | | | Likely we still have to clean CHANGES from things backported to 2.2.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954862 13f79535-47bb-0310-9956-ffa450edef68
* roll on 2.3.7 development...Jim Jagielski2010-06-111-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@953682 13f79535-47bb-0310-9956-ffa450edef68
* Run filter "init" functions exactly once per request. No longer runJoe Orton2010-06-101-0/+4
| | | | | | | | | | | | | | | | | | | | init functions for connection filters (doing an "init" once per handler invocation makes no sense for a connection filter). No longer run init functions multiple times per request if a subrequest is used. * include/util_filter.h (ap_filter_rec_t): Clarify use of the init function pointer. * server/config.c (invoke_filter_init): Drop ap_ prefix for private function; take a request_rec pointer and only invoke filters with matching request. (ap_invoke_handler): Adjust accordingly. PR: 49328 Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@953311 13f79535-47bb-0310-9956-ffa450edef68
* * modules/http/http_request.c (internal_internal_redirect): For aJoe Orton2010-06-081-0/+4
| | | | | | | | | | | | | subrequest, preserve any filters in the output filter chain which were not specific to the subrequest across the redirect (where f->r does not point to the subreq's request_rec). PR: 17629 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952828 13f79535-47bb-0310-9956-ffa450edef68
* mod_cache: Explicitly allow cache implementations to cache a 206 PartialGraham Leggett2010-06-081-0/+6
| | | | | | | | | Response if they so choose to do so. Previously an attempt to cache a 206 was arbitrarily allowed if the response contained an Expires or Cache-Control header, and arbitrarily denied if both headers were missing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952823 13f79535-47bb-0310-9956-ffa450edef68
* Update CHANGES and bump minor MMN for new error logRainer Jung2010-06-071-0/+3
| | | | | | additions and ap_recent_ctime_ex(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952222 13f79535-47bb-0310-9956-ffa450edef68
* Update CHANGES:Rainer Jung2010-06-071-0/+14
| | | | | | | | | | | | | - Building modules as DSOs and the "most" module set by default. r952007, r952008, r952009 - Fixing VPATH build when using included APR. r951769, r951769 - Fixing mod_session_crypto build for APR 2 and VPATH r951766 - Fixing mod_session_crypto API incompatibility with APR 2 r951870 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952143 13f79535-47bb-0310-9956-ffa450edef68
* ab: Fix memory leak with -v2 and SSL.Stefan Fritsch2010-06-061-0/+3
| | | | | | | | PR: 49383 Submitted by: Pavel Kankovsky <peak argo troja mff cuni cz> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951932 13f79535-47bb-0310-9956-ffa450edef68
* add to CHANGES and new_features_2_4Stefan Fritsch2010-06-061-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951905 13f79535-47bb-0310-9956-ffa450edef68
* s/is/was on the LDAP cache changeEric Covener2010-06-041-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951393 13f79535-47bb-0310-9956-ffa450edef68
* when we actually get a per-server config in a vhost, the shared memoryEric Covener2010-06-041-0/+4
| | | | | | | | cache was not in the merged config. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951235 13f79535-47bb-0310-9956-ffa450edef68
* mod_disk_cache: Decline the opportunity to cache if the response isGraham Leggett2010-06-041-0/+5
| | | | | | | | a 206 Partial Content. This stops a reverse proxied partial response from becoming cached, and then being served in subsequent responses. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951222 13f79535-47bb-0310-9956-ffa450edef68
* 2.3.6 is under development, not 2.3.7. banner mistakenly added in r909323Eric Covener2010-06-021-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950761 13f79535-47bb-0310-9956-ffa450edef68
* Kill off edge case in mod_deflate where data may be sent before headersNick Kew2010-06-021-0/+3
| | | | | | | | are determined. PR 49369 - Matthew Steele git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950302 13f79535-47bb-0310-9956-ffa450edef68
* add CHANGES for r950249 Eric Covener2010-06-011-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950250 13f79535-47bb-0310-9956-ffa450edef68
* mod_authnz_ldap: Search or Comparison during authorization phaseEric Covener2010-06-011-0/+5
| | | | | | | | | | | | | can use the credentials from the authentication phase (AuthLDAPSearchAsUSer,AuthLDAPCompareAsUser). PR 48340 Submitted by: Domenico Rotiroti, Eric Covener Reviewed by: Eric Covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950248 13f79535-47bb-0310-9956-ffa450edef68
* mod_authnz_ldap: Allow the initial DN lookup to bind with aEric Covener2010-05-291-0/+5
| | | | | | | | transformation of the basic auth username. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@949436 13f79535-47bb-0310-9956-ffa450edef68
* Allow mod_authnz_ldap to set environment variables when it only performs ↵Eric Covener2010-05-291-0/+4
| | | | | | | | | | | | authorization. AuthLDAPAuthorizePrefix can be used to force this to overlap with the prefix used for authentication. PR 45584 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@949336 13f79535-47bb-0310-9956-ffa450edef68
* apxs -q: Stop filtering out ':' characters from the reported values.Jeff Trawick2010-05-141-0/+3
| | | | | | | | PR: 45343 Submitted by: Bill Cole <apachebugz-20090909 billmail.scconsult.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@944383 13f79535-47bb-0310-9956-ffa450edef68