]> granicus.if.org Git - apache/blob - CHANGES
640bdf79b27356463b230c30c7f4739be64f91bf
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) SECURITY: CVE-2015-0228 (cve.mitre.org)
5      mod_lua: A maliciously crafted websockets PING after a script
6      calls r:wsupgrade() can cause a child process crash. 
7      [Edward Lu <Chaosed0 gmail.com>]
8
9   *) mod_deflate: A misplaced check prevents limiting small bodies with the
10      new inflate limits. PR56872. [Edward Lu, Eric Covener, Yann Ylavic]
11
12   *) ab: Add missing longest request (100%) to CSV export.
13      [Marcin Fabrykowski <bugzilla fabrykowski.pl>]
14
15   *) core: Add expression support to ErrorDocument. Switch from a fixed
16      sized 664 byte array per merge to a hash table. [Graham Leggett]
17
18   *) mod_ssl: Add the SSL_CLIENT_CERT_RFC4523_CEA variable, which provides
19      a combination of certificate serialNumber and issuer as defined by
20      CertificateExactMatch in RFC4523. [Graham Leggett]
21
22   *) suexec: Filter out the HTTP_PROXY environment variable because it is
23      treated as alias for http_proxy by some programs. [Stefan Fritsch]
24
25   *) mod_proxy_http: Use the "Connection: close" header for requests to
26      backends not recycling connections (disablereuse), including the default
27      reverse and forward proxies.  [Yann Ylavic]
28
29   *) mod_proxy_http: Don't expect the backend to ack the "Connection: close" to
30      finally close those not meant to be kept alive by SetEnv proxy-nokeepalive
31      or force-proxy-request-1.0, and respond with 502 instead of 400 if its
32      Connection header is invalid.  [Yann Ylavic]
33
34   *) mod_proxy(es): Avoid error response/document handling by the core if some
35      input filter already did it while reading client's payload. [Yann Ylavic]
36
37   *) http: Make ap_die() robust against any HTTP error code and not modify
38      response status (finally logged) when nothing is to be done. [Yann Ylavic]
39
40   *) mod_proxy_connect/wstunnel: If both client and backend sides get readable
41      at the same time, don't lose errors occuring while forwarding on the first
42      side when none occurs next on the other side, and abort.  [Yann Ylavic]
43
44   *) mod_lua: After a r:wsupgrade(), mod_lua was not properly
45      responding to a websockets PING but instead invoking the specified 
46      script. PR57524. [Edward Lu <Chaosed0 gmail.com>]
47
48   *) mod_macro: Clear macros before initialization to avoid use-after-free
49      on startup or restart when the module is linked statically. PR 57525
50      [apache.org tech.futurequest.net, Yann Ylavic]
51
52   *) mod_proxy_http: Don't establish or reuse a backend connection before pre-
53      fetching the request body, so to minimize the delay between it is supposed
54      to be alive and the first bytes sent: this is a best effort to prevent the
55      backend from closing because of idle or keepalive timeout in the meantime.
56      Also, handle a new "proxy-flushall" environment variable which allows to
57      flush any forwarded body data immediately. PR 56541+37920. [Yann Ylavic]
58
59   *) core: Define and UnDefine are no longer permitted in
60      directory context. Previously they would always be evaulated
61      as the configuration was read without regard for the directory
62      context. [Eric Covener]
63
64   *) config: For directives that do not expect any arguments, enforce
65      that none are specified in the configuration file. 
66      [Joachim Zobel <jzobel heute-morgen.de>, Eric Covener]
67
68   *) mod_ssl: 'SSLProtocol ALL' was being ignored in virtual host context. 
69      PR 57100.  [Michael Kaufmann <apache-bugzilla michael-kaufmann.ch>,
70      Yann Ylavic]
71
72   *) mod_alias: Introduce expression parser support for Alias, ScriptAlias
73      and Redirect. [Graham Leggett]
74
75   *) mod_rewrite: Improve 'bad flag delimeters' startup error by showing
76      how the input was tokenized.  PR 56528. [Edward Lu <Chaosed0 gmail.com>]
77
78   *) mod_ssl: Add support for extracting subjectAltName entries of type
79      rfc822Name and dNSName into SSL_{CLIENT,SERVER}_SAN_{Email,DNS}_n
80      environment variables. Also addresses PR 57207. [Kaspar Brand]
81
82   *) mod_proxy: Don't put non balancer-member workers in error state by
83      default for connection or 500/503 errors, and honor status=+I for
84      any error.  PR 48388.  [Yann Ylavic]
85
86   *) mod_socache_memcache: Pass expiration time through to memcached. PR 55445.
87      [Faidon Liambotis <paravoid debian.org>, Joe Orton]
88
89   *) mod_http: Fix incorrect If-Match handling. PR 57358.
90      [Kunihiko Sakamoto <ksakamoto google.com>]
91
92   *) mod_proxy_ajp: Fix client connection errors handling and logged status
93      when it occurs.  PR 56823.  [Yann Ylavic]
94
95   *) ap_expr: Add filemod function for checking file modification dates
96      [Daniel Gruno]
97      
98   *) core: Add CGIPassAuth directive to control whether HTTP authorization
99      headers are passed to scripts as CGI variables.  PR 56855.  [Jeff 
100      Trawick]
101
102   *) mod_rewrite: Improve relative substitutions in per-directory/htaccess
103      context for directories found by mod_userdir and mod_alias.  These no
104      longer require RewriteBase to be specified. [Eric Covener]
105
106   *) mod_authnz_ldap: Resolve crashes with LDAP authz and non-LDAP authn since 
107      r1608202. [Eric Covener]
108  
109   *) mod_buffer: Forward flushed input data immediatly and avoid (unlikely)
110      access to freed memory. [Yann Ylavic, Christophe Jaillet]
111
112   *) mod_proxy: Use the correct server name for SNI in case the backend
113      SSL connection itself is established via a proxy server.
114      PR 57139 [Szabolcs Gyurko <szabolcs gyurko.org>]
115
116   *) core: Ensure that httpd exits with an error status when the MPM fails
117      to run.  [Yann Ylavic]
118
119   *) apreq: Content-Length header should be always interpreted as a decimal.
120      Leading 0 could be erroneously considered as an octal value. PR 56598.
121      [Chris Card <ctcard hotmail com>]
122   
123   *) mod_proxy: Now allow for 191 character worker names, with non-fatal
124      errors if name is truncated. PR53218. [Jim Jagielski]
125
126   *) mod_ssl: Add optional function "ssl_get_tls_cb" to allow support
127      for channel bindings.  [Simo Sorce <simo redhat.com>]
128
129   *) mod_proxy_wstunnel: Concurrent websockets messages could be 
130      lost or delayed with ProxyWebsocketAsync enabled.  
131      [Edward Lu <Chaosed0 gmail.com>]
132
133   *) core, mod_info: Add compiled and loaded PCRE versions to version
134      number display.  [Rainer Jung]
135
136   *) mpm_winnt: Accept utf-8 (Unicode) service names and descriptions for
137      internationalization.  [William Rowe]
138
139   *) mpm_winnt: Normalize the error and status messages emitted by service.c,
140      the service control interface for Windows.  [William Rowe]
141   
142   *) mod_authnz_ldap: Return LDAP connections to the pool before the handler
143      is run, instead of waiting until the end of the request. [Eric Covener]
144
145   *) mod_ssl: dump SSL IO/state for the write side of the connection(s),
146      like reads (level TRACE4). [Yann Ylavic]
147
148   *) mod_proxy: Shutdown (eg. close notify) the backend connection before
149      closing. [Yann Ylavic] 
150
151   *) mpm_event[opt]: Send the SSL close notify alert when the KeepAliveTimeout
152      expires. PR54998. [Yann Ylavic] 
153
154   *) mod_ssl: Ensure that the SSL close notify alert is flushed to the client.
155      PR54998. [Tim Kosse <tim.kosse filezilla-project.org>, Yann Ylavic] 
156
157   *) mod_log_config: Add GlobalLog to allow a globally defined log to
158      be inherited by virtual hosts that define a CustomLog.
159      [Edward Lu <Chaosed0 gmail.com>]
160
161   *) MPMs: Support SO_REUSEPORT to create multiple duplicated listener
162      records for scalability. [Yingqi Lu <yingqi.lu@intel.com>,
163      Jeff Trawick, Jim Jagielski]
164
165   *) mod_proxy_html: support automatic detection of doctype and processing
166      of FPIs.  PR56285 [Micha Lenk <micha lenk info>, Nick Kew]
167
168   *) mod_proxy_html: skip documents shorter than 4 bytes
169      PR 56286 [Micha Lenk <micha lenk info>]
170
171   *) mod_proxy_fdpass: Fix computation of the size of 'struct sockaddr_un'
172      when passed to 'connect()'.
173      [Graham Dumpleton <grahamd apache org>]
174
175   *) core: Add ap_mpm_resume_suspended() API to allow a suspended connection
176      to resume. PR56333 
177      [Artem <artemciy gmail.com>, Edward Lu <Chaosed0 gmail.com>]
178
179   *) core: Add ap_mpm_register_socket_callback_timeout() API. [Eric Covener]
180
181   *) mod_proxy_wstunnel: Honor ProxyWebsocketIdleTimeout in asynchronous
182      processing mode. [Eric Covener]
183
184   *) mod_authnz_ldap: Fail explicitly when the filter is too long. Remove
185      unnecessary apr_pstrdup() and strlen(). [Graham Leggett]
186
187   *) Add the ldap-search option to mod_authnz_ldap, allowing authorization
188      to be based on arbitrary expressions that do not include the username.
189      [Graham Leggett]
190
191   *) Add the ldap function to the expression API, allowing LDAP filters and
192      distinguished names based on expressions to be escaped correctly to
193      guard against LDAP injection. [Graham Leggett]
194
195   *) Add module mod_ssl_ct, which provides an implementation of Certificate
196      Transparency (RFC 6962) for httpd.  [Jeff Trawick]
197
198   *) mod_proxy: Preserve original request headers even if they differ
199      from the ones to be forwarded to the backend. PR 45387.
200      [Yann Ylavic]
201
202   *) mod_remoteip: Prevent an external proxy from presenting an internal
203      proxy. PR 55962. [Mike Rumph]
204
205   *) mod_ssl: Add hooks to allow other modules to perform processing at
206      several stages of initialization and connection handling.  See
207      mod_ssl_openssl.h.  [Jeff Trawick]
208
209   *) mod_proxy_wstunnel: Avoid sending error responses down an upgraded
210      websockets connection as it is being close down. [Eric Covener]
211   
212   *) mod_proxy_wstunnel: Allow the administrator to cap the amount
213      of time a synchronous websockets connection stays idle with 
214      ProxyWebsocketIdleTimeout. [Eric Covener]
215
216   *) mod_proxy_wstunnel: Change to opt-in for asynchronous support, adding 
217      directives ProxyWebsocketAsync and ProxyWebsocketAsyncDelay. 
218      [Eric Covener]
219
220   *) mod_proxy_wstunnel: Stop leaking websockets backend connections under
221      event MPM (trunk-only). [Eric Covener]
222
223   *) mod_proxy_http: Add detach_backend hook (potentially usable
224      in other proxy scheme handlers).  [Jeff Trawick]
225
226   *) mod_deflate: Add DeflateAlterETag to control how the ETag
227      is modified. The 'NoChange' parameter mimics 2.2.x behavior.
228      PR 45023, PR 39727. [Eric Covener]
229
230   *) mod_rewrite: Add 'BNF' (backreferences-no-plus) flag to RewriteRule to 
231      allow spaces in backreferences to be encoded as %20 instead of '+'.
232      [Eric Covener]
233      
234   *) mod_rewrite: Support an optional list of characters to escape in the 
235      argument for the 'B' (escape backreferences) flag. [Eric Covener]
236
237   *) mod_dir: Default to 2.2-like behavior and skip execution when method is
238      neither GET nor POST, such as for DAV requests. PR 54914. [Chris Darroch]
239
240   *) mod_rewrite: Rename the handler that does per-directory internal 
241      redirects to "rewrite-redirect-handler" from "redirect-handler" so
242      it is less ambiguous and less likely to be reused. [Eric Covener]
243
244   *) mod_rewrite: Protect against looping with the [N] flag by enforcing a 
245      default limit of 10000 iterations, and allowing each rule to change its
246      limit. [Eric Covener]
247
248   *) mod_ssl: Fix config merging of SSLOCSPEnable and SSLOCSPOverrideResponder.
249      [Jeff Trawick]
250
251   *) Add HttpContentLengthHeadZero and HttpExpectStrict directives.
252      [Yehuda Sadeh <yehuda inktank com>, Justin Erenkrantz]
253
254   *) mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all
255      configured SSL CA certificates to stdout the same way as DUMP_CERTS does.
256      [Jan Kaluza]
257
258   *) mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl
259      to support write completion. [Graham Leggett]
260
261   *) core: Add parse_errorlog_arg callback to ap_errorlog_provider
262      to allow providers to check the ErrorLog argument. [Jan Kaluza]
263
264   *) mod_cgid: Use the servers Timeout for each read from a CGI script,
265      allow override with new CGIDRequestTimeout directive. PR43494
266      [Eric Covener, Toshikuni Fukaya <toshikuni-fukaya cybozu co jp>]
267
268   *) core: ensure any abnormal exit is reported to stderr if it's a tty.
269      PR 55670 [Nick Kew]
270
271   *) mod_lua: Let the Inter-VM get/set functions work with a global 
272      shared memory pool instead of a per-process pool. [Daniel Gruno]
273
274   *) ldap: Support ldaps when using the Microsoft LDAP SDK.
275      PR 54626. [Jean-Frederic Clere]
276
277   *) mod_proxy: Add ap_connection_reusable() for checking if a connection
278      is reusable as of this point in processing.  [Jeff Trawick]
279
280   *) mod_authnz_ldap: Change default value of AuthLDAPMaxSubGroupDepth to 0
281      to avoid performance problems when subgroups aren't in use. [Eric Covener]
282
283   *) mod_syslog: New module implementing syslog ap_error_log provider.
284      Previously, this code was part of core, now it's in separate module.
285      [Jan Kaluza]
286
287   *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
288      syslog support from core to new mod_syslog. [Jan Kaluza]
289
290   *) mod_status, mod_echo: Fix the display of client addresses.
291      They were truncated to 31 characters which is not enough for IPv6 addresses.
292      PR 54848 [Bernhard Schmidt <berni birkenwald de>]
293
294   *) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
295      [Jeff Trawick]
296
297   *) mod_unique_id: Use output of the PRNG rather than IP address and
298      pid, avoiding sleep() call and possible DNS issues at startup,
299      plus improving randomness for IPv6-only hosts.
300      [Jan Kaluza <jkaluza redhat.com>]
301
302   *) mod_authnz_ldap: Support primitive LDAP servers that do not accept
303      filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
304      filter "none" to be specified in AuthLDAPURL. [Eric Covener]
305
306   *) mod_file_cache: mod_file_cache should be able to serve files that
307      haven't had a Content-Type set via e.g. mod_mime. [Eric Covener]
308
309   *) core: merge AllowEncodedSlashes from the base configuration into
310      virtual hosts. [Eric Covener]
311
312   *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
313      [Eric Covener]
314
315   *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
316      [Eric Covener]
317
318   *) mod_deflate: permit compilation of mod_deflate against a zlib that has
319      been configured with -D Z_PREFIX, which redefines the token "deflate".
320      [Eric Covener]
321
322   *) mod_auth_digest: Use the secret when generating nonces in all cases and
323      not only when AuthName is used in .htaccess files (this change may cause
324      problems if used with round robin load balancers). Don't regenerate the
325      secret on graceful restarts. PR 54637  [Stefan Fritsch]
326
327   *) core: Remove apr_brigade_flatten(), buffering and duplicated code
328      from the HTTP_IN filter, parse chunks in a single pass with zero copy.
329      Reduce memory usage by 48 bytes per request. [Graham Leggett]
330
331   *) core: Stop the HTTP_IN filter from attempting to write error buckets
332      to the output filters, which is bogus in the proxy case. Create a
333      clean mapping from APR codes to HTTP status codes, and use it where
334      needed. [Graham Leggett]
335
336   *) mod_proxy: Ensure network errors detected by the proxy are returned as
337      504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
338      compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
339
340   *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
341      [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
342      <alejandro.alvarez.ayllon cern.ch>]
343
344   *) mod_ldap: LDAP connections used for authentication were not respecting
345      LDAPConnectionPoolTimeout.  PR 54587
346
347   *) core: ap_rgetline_core now pulls from r->proto_input_filters.
348
349   *) mod_proxy_html: process parsed comments immediately. 
350      Fixes bug where parsed comments may be lost. [Nick Kew]
351
352   *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
353
354   *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
355      HTML/XHTML [Nick Kew]
356
357   *) core: Add option to add valgrind support. Use it to reduce false positive
358      warnings in mod_ssl. [Stefan Fritsch]
359
360   *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
361      Cache the result of the most recent password hash verification for every
362      keep-alive connection. This saves some expensive calculations.
363      [Stefan Fritsch]
364
365   *) http: Remove support for Request-Range header sent by Navigator 2-3 and
366      MSIE 3. [Stefan Fritsch]
367
368   *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
369      conformance or to only log the found problems. [Stefan Fritsch]
370
371   *) core: Correctly parse an IPv6 literal host specification in an absolute
372      URL in the request line. [Stefan Fritsch]
373
374   *) EventOpt MPM
375
376   *) core: Add LogLevelOverride directive that allows to override the
377      loglevel for clients from certain IPs. This also works for things
378      like the SSL handshake where <If> LogLevel ... </If> is evaluated
379      too late. [Stefan Fritsch]
380
381   *) core: Add new directive Warning to issue warnings from a configuration
382      file. Both Warning and Error now generate a timestamped log message.
383      [Fabien Coelho] 
384
385   *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
386      variables. [Stefan Fritsch]
387
388   *) core: New directive RegisterHttpMethod for registering non-standard
389      HTTP methods. [Stefan Fritsch]
390
391   *) core: New directive HttpProtocol which allows to disable HTTP/0.9
392      support. [Stefan Fritsch]
393
394   *) mod_allowhandlers: New module to forbid specific handlers for specific
395      directories. [Stefan Fritsch]
396
397   *) mod_systemd: New module, for integration with systemd on Linux.
398      [Jan Kaluza <jkaluza redhat.com>]
399
400   *) WinNT MPM: Store pid and generation for each thread in scoreboard
401      to allow tracking of threads from exiting children via mod_status
402      or other such mechanisms.  [Jeff Trawick]
403
404   *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
405      - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
406      - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
407        mutexes (Mutex)
408      - mod_cache: thundering herd lock directory
409      - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
410      - mod_ldap: shared memory cache
411      - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
412      [Jeff Trawick]
413
414   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
415      setuid/setgid capability bits rather than a setuid root binary.
416      [Joe Orton]
417
418   *) suexec: Add support for logging to syslog as an alternative to logging
419      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
420      [Joe Orton]
421
422   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
423      [Matthew Steele <mdsteele google.com>]
424
425   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
426      be compiled by the build compiler instead of the host compiler.
427      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
428      PR 51257. [Guenter Knauf]
429
430   *) core: In maintainer mode, replace apr_palloc with a version that
431      initializes the allocated memory with non-zero values, except if
432      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
433
434   *) mod_policy: Add a new testing module to help server administrators
435      enforce a configurable level of protocol compliance on their
436      servers and application servers behind theirs. [Graham Leggett]
437
438   *) mod_firehose: Add a new debugging module able to record traffic
439      passing through the server in such a way that connections and/or
440      requests be reconstructed and replayed. [Graham Leggett]
441
442   *) mod_noloris
443
444   *) APREQ
445
446   *) Simple MPM
447
448   *) mod_serf
449
450   [Apache 2.5.0-dev includes those bug fixes and changes with the
451    Apache 2.4.xx tree as documented below, except as noted.]
452
453 Changes with Apache 2.4.x and later:
454
455   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
456
457 Changes with Apache 2.2.x and later:
458
459   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
460
461 Changes with Apache 2.0.x and later:
462
463   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
464