]> granicus.if.org Git - apache/blob - CHANGES
CVE-2013-2249
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) mod_session_dbd: Make sure that dirty flag is respected when saving
5      sessions, and ensure the session ID is changed each time the session
6      changes. [Takashi Sato <takashi tks.st>, Graham Leggett]
7
8   *) mod_dav: Sending a MERGE request against a URI handled by mod_dav_svn with
9      the source href (sent as part of the request body as XML) pointing to a
10      URI that is not configured for DAV will trigger a segfault. [Ben Reser
11      <ben reser.org>]
12
13   *) mod_logio: new format-specifier %C (combined) which is the sum of received
14      and sent byte counts.
15      PR54015 [Christophe Jaillet]
16
17   *) core: Remove apr_brigade_flatten(), buffering and duplicated code
18      from the HTTP_IN filter, parse chunks in a single pass with zero copy.
19      Reduce memory usage by 48 bytes per request. [Graham Leggett]
20
21   *) mod_deflate: Remove assumptions as to when an EOS bucket might arrive.
22      Gracefully step aside if the body size is zero. [Graham Leggett]
23
24   *) 'AuthGroupFile' and 'AuthUserFile' do not accept anymore the optional
25      'standard' keyword . It was unused and not documented.
26      PR54463 [Tianyin Xu <tixu cs.ucsd.edu> and Christophe Jaillet]
27
28   *) mod_proxy_http: Make the proxy-interim-response environment variable
29      effective by formally overriding origin server behaviour. [Graham
30      Leggett, Co-Advisor <coad measurement-factory.com>]
31
32   *) core: Stop the HTTP_IN filter from attempting to write error buckets
33      to the output filters, which is bogus in the proxy case. Create a
34      clean mapping from APR codes to HTTP status codes, and use it where
35      needed. [Graham Leggett]
36
37   *) mod_proxy: Ensure we don't attempt to amend a table we are iterating
38      through, ensuring that all headers listed by Connection are removed.
39      [Graham Leggett, Co-Advisor <coad measurement-factory.com>]
40
41   *) core: apachectl -S prints wildcard name-based virtual hosts twice. 
42      PR54948 [Eric Covener]
43
44   *) mod_proxy: Reject invalid values for Max-Forwards. [Graham Leggett,
45      Co-Advisor <coad measurement-factory.com>]
46
47   *) mod_cache: If a 304 response indicates an entity not currently cached, then
48      the cache MUST disregard the response and repeat the request without the
49      conditional. [Graham Leggett, Co-Advisor <coad measurement-factory.com>]
50
51   *) mod_proxy: Fix seg-faults when using the global pool on threaded
52      MPMs [Thomas Eckert <thomas.r.w.eckert gmail.com>, Jim Jagielski]
53
54   *) mod_proxy: Ensure network errors detected by the proxy are returned as
55      504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
56      compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
57      [Graham Leggett, Co-Advisor <coad measurement-factory.com>]
58
59   *) mod_cache: Ensure that we don't attempt to replace a cached response
60      with an older response as per RFC2616 13.12. [Graham Leggett, Co-Advisor
61      <coad measurement-factory.com>]
62
63   *) core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()
64      with weak validation combined with If-Range and Range headers. Break
65      out explicit conditional header checks to be useable elsewhere in the
66      server. Ensure weak validation RFC compliance in the byteranges filter.
67      Ensure RFC validation compliance when serving cached entities. PR 16142
68      [Graham Leggett, Co-Advisor <coad measurement-factory.com>]
69
70   *) core: Add the ability to do explicit matching on weak and strong ETags
71      as per RFC2616 Section 13.3.3. [Graham Leggett, Co-Advisor
72      <coad measurement-factory.com>]
73
74   *) mod_cache: Ensure that updated responses to HEAD requests don't get
75      mistakenly paired with a previously cached body. Ensure that any existing
76      body is removed when a HEAD request is cached. [Graham Leggett,
77      Co-Advisor <coad measurement-factory.com>]
78
79   *) mod_cache: Honour Cache-Control: no-store in a request. [Graham Leggett]
80
81   *) mod_cache: RFC2616 14.9.3 The s-maxage directive also implies the
82      semantics of the proxy-revalidate directive. [Graham Leggett]
83
84   *) mod_cache: Make sure that contradictory entity headers present in a 304
85      Not Modified response are caught and cause the entity to be removed.
86      [Graham Leggett]
87
88   *) mod_cache: Make sure Vary processing handles multivalued Vary headers and
89      multivalued headers referred to via Vary. [Graham Leggett]
90
91   *) mod_cache: When serving from cache, only the last header of a multivalued
92      header was taken into account. Fixed. [Graham Leggett]
93
94   *) mod_cache: Ignore response headers specified by no-cache=header and
95      private=header as specified by RFC2616 14.9.1 What is Cacheable. Ensure
96      that these headers are still processed when multiple Cache-Control
97      headers are present in the response. PR 54706 [Graham Leggett,
98      Yann Ylavic <ylavic.dev gmail.com>]
99
100   *) mod_cache: Invalidate cached entities in response to RFC2616 Section
101      13.10 Invalidation After Updates or Deletions. PR 15868 [Graham
102      Leggett]
103
104   *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
105      [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
106      <alejandro.alvarez.ayllon cern.ch>]
107
108   *) mod_dav: Do not segfault on PROPFIND with a zero length DBM.
109      PR 52559 [Diego Santa Cruz <diego.santaCruz spinetix.com>]
110
111   *) mod_dav: Do not fail PROPPATCH when prop namespace is not known.
112      PR 52559 [Diego Santa Cruz <diego.santaCruz spinetix.com>]
113
114   *) mod_dav: When a PROPPATCH attempts to remove a non-existent dead
115      property on a resource for which there is no dead property in the same
116      namespace httpd segfaults. PR 52559 [Diego Santa Cruz
117      <diego.santaCruz spinetix.com>]
118
119   *) mod_dav: Ensure URI is correctly uriencoded on return. PR 54611
120      [Timothy Wood <tjw omnigroup.com>]
121
122   *) mod_dav: Sending a If or If-Match header with an invalid ETag doesn't
123      result in a 412 Precondition Failed. PR 54610 [Timothy Wood
124      <tjw omnigroup.com>]
125
126   *) mod_dav: Make sure that when we prepare an If URL for Etag comparison,
127      we compare unencoded paths. PR 53910 [Timothy Wood <tjw omnigroup.com>]
128
129   *) core, mod_ssl: Lift the restriction that prevents mod_ssl taking
130      full advantage of the event MPM. Enable the ability for a module
131      to reverse the sense of a poll event from a read to a write or vice
132      versa. [Graham Leggett]
133
134   *) htpasswd: Add -v option to verify a password. [Stefan Fritsch]
135
136   *) htpasswd, htdbm: Fix password generation. PR 54735. [Stefan Fritsch]
137
138   *) mod_dav: Improve error handling in dav_method_put(), add new
139      dav_join_error() function.  PR 54145.  [Ben Reser <ben reser.org>]
140
141   *) mod_auth_digest: Fix crashes if shm initialization failed. [Stefan
142      Fritsch]
143  
144   *) mod_ldap: LDAP connections used for authentication were not respecting
145      LDAPConnectionPoolTimeout.  PR 54587
146
147   *) core: ap_rgetline_core now pulls from r->proto_input_filters.
148
149   *) mod_proxy_html: process parsed comments immediately. 
150      Fixes bug where parsed comments may be lost. [Nick Kew]
151
152   *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
153
154   *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
155      HTML/XHTML [Nick Kew]
156
157   *) core: Add option to add valgrind support. Use it to reduce false positive
158      warnings in mod_ssl. [Stefan Fritsch]
159
160   *) mod_lua: Add bindings for apr_dbd/mod_dbd database access
161      [Daniel Gruno]
162
163   *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
164      Cache the result of the most recent password hash verification for every
165      keep-alive connection. This saves some expensive calculations.
166      [Stefan Fritsch]
167
168   *) http: Remove support for Request-Range header sent by Navigator 2-3 and
169      MSIE 3. [Stefan Fritsch]
170
171   *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
172      conformance or to only log the found problems. [Stefan Fritsch]
173
174   *) core: Correctly parse an IPv6 literal host specification in an absolute
175      URL in the request line. [Stefan Fritsch]
176
177   *) mod_ssl: add support for subjectAltName-based host name checking
178      in proxy mode. PR 54030. [Kaspar Brand]
179
180   *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254.
181      [Jackie Zhang <jackie qq zhang gmail com>]
182
183   *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
184
185   *) EventOpt MPM
186
187   *) core: Add LogLevelOverride directive that allows to override the
188      loglevel for clients from certain IPs. This also works for things
189      like the SSL handshake where <If> LogLevel ... </If> is evaluated
190      too late. [Stefan Fritsch]
191
192   *) core: Add new directive Warning to issue warnings from a configuration
193      file. Both Warning and Error now generate a timestamped log message.
194      [Fabien Coelho] 
195
196   *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
197      variables. [Stefan Fritsch]
198
199   *) core: New directive RegisterHttpMethod for registering non-standard
200      HTTP methods. [Stefan Fritsch]
201
202   *) core: New directive HttpProtocol which allows to disable HTTP/0.9
203      support. [Stefan Fritsch]
204
205   *) mod_allowhandlers: New module to forbid specific handlers for specific
206      directories. [Stefan Fritsch]
207
208   *) configure: Fix processing of --disable-FEATURE for various features.
209      [Jeff Trawick]
210
211   *) mod_systemd: New module, for integration with systemd on Linux.
212      [Jan Kaluza <jkaluza redhat.com>]
213
214   *) mod_cache_socache: New cache implementation backed by mod_socache
215      that replaces mod_mem_cache removed from httpd v2.2. [Graham
216      Leggett]
217
218   *) core: Add dirwalk_stat and pre_htaccess hooks, allowing mpm-itk
219      to be used without patches to httpd core.  [Jeff Trawick]
220
221   *) mod_lua: Add LuaInputFilter/LuaOutputFilter for creating content
222      filters in Lua [Daniel Gruno]
223
224   *) WinNT MPM: Store pid and generation for each thread in scoreboard
225      to allow tracking of threads from exiting children via mod_status
226      or other such mechanisms.  [Jeff Trawick]
227
228   *) mod_ssl: Catch missing or mismatched client cert/key pairs with
229      SSLProxyMachineCertificateFile/Path directives.  PR 52212.  
230      [Keith Burdis <keith burdis.org>, Joe Orton]
231
232   *) mod_lua: Allow scripts handled by the lua-script handler to return 
233      a status code to the client (such as a 302 or a 500) [Daniel Gruno]
234
235   *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
236      rather than throwing an internal server error. [Daniel Gruno]
237
238   *) mod_lua: Add functions r:flush and r:sendfile as well as additional
239      request information to the request_rec structure. [Daniel Gruno]
240
241   *) mod_lua: Add a server scope for Lua states, which creates a pool of
242      states with managable minimum and maximum size. [Daniel Gruno]
243
244   *) core: Add post_perdir_config hook.
245      [Steinar Gunderson <sgunderson bigfoot.com>]
246
247   *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping 
248      URIs to Lua scripts and functions using regular expressions.
249      [Daniel Gruno]
250
251   *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
252      caching of lua scripts. [Daniel Gruno]
253
254   *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
255      - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
256      - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
257        mutexes (Mutex)
258      - mod_cache: thundering herd lock directory
259      - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
260      - mod_ldap: shared memory cache
261      - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
262      [Jeff Trawick]
263
264   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
265      setuid/setgid capability bits rather than a setuid root binary.
266      [Joe Orton]
267
268   *) suexec: Add support for logging to syslog as an alternative to logging
269      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
270      [Joe Orton]
271
272   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
273      [Matthew Steele <mdsteele google.com>]
274
275   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
276      be compiled by the build compiler instead of the host compiler.
277      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
278      PR 51257. [Guenter Knauf]
279
280   *) core: In maintainer mode, replace apr_palloc with a version that
281      initializes the allocated memory with non-zero values, except if
282      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
283
284   *) mod_policy: Add a new testing module to help server administrators
285      enforce a configurable level of protocol compliance on their
286      servers and application servers behind theirs. [Graham Leggett]
287
288   *) mod_firehose: Add a new debugging module able to record traffic
289      passing through the server in such a way that connections and/or
290      requests be reconstructed and replayed. [Graham Leggett]
291
292   *) mod_noloris
293
294   *) APREQ
295
296   *) Simple MPM
297
298   *) mod_serf
299
300   [Apache 2.5.0-dev includes those bug fixes and changes with the
301    Apache 2.4.xx tree as documented below, except as noted.]
302
303 Changes with Apache 2.4.x and later:
304
305   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
306
307 Changes with Apache 2.2.x and later:
308
309   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
310
311 Changes with Apache 2.0.x and later:
312
313   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
314