]> granicus.if.org Git - apache/blob - CHANGES
mpm_winnt: Factor out a helper function to parse the type of an accept
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) mod_http2: Simplify ready queue, less memory and better performance. Update
5      mod_http2 version to 1.10.7. [Stefan Eissing]
6   
7   *) htpasswd / htdigest: Do not apply the strict permissions of the temporary
8      passwd file to a possibly existing passwd file. PR 61240. [Ruediger Pluem]
9
10   *) mod_rewrite: Add 'RewriteOptions LongURLOptimization' to free memory
11      from each set of unmatched rewrite conditions.
12      [Eric Covener]
13
14   *) Allow the argument to <IfFile>, <IfDefine>, <IfSection>, <IfDirective>, 
15      and <IfModule> to be quoted.  This is primarily for the benefit of
16      <IfFile>. [Eric Covener]
17
18   *) Introduce request taint checking framework to prevent privilege
19      hijacking through .htaccess. [Nick Kew]
20
21   *) core: Disallow multiple Listen on the same IP:port when listener buckets
22      are configured (ListenCoresBucketsRatio > 0), consistently with the single
23      bucket case (default), thus avoiding the leak of the corresponding socket
24      descriptors on graceful restart.  [Yann Ylavic]
25
26   *) Add <IfDirective> and <IfSection> directives.  [Joe Orton]
27
28   *) mod_syslog: Support use of optional "tag" in syslog entries.
29      PR 60525. [Ben Rubson <ben.rubson gmail.com>, Jim Jagielski]
30
31   *) When using mod_status with the Event MPM, report the number of requests
32      associated with an active connection in the "ACC" field. Previously
33      zero was always reported with this MPM.  PR60647. [Eric Covener]
34
35   *) mod_remoteip: Add support for PROXY protocol (code donated by Cloudzilla).
36      Add ability for PROXY protocol processing to be optional to donated code.
37      See also: http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt
38      [Cloudzilla/roadrunner2@GitHub, Jim Jagielski, Daniel Ruggeri]
39
40   *) mod_remoteip: When overriding the useragent address from X-Forwarded-For,
41      zero out what had been initialized as the connection-level port.  PR59931.
42      [Hank Ibell <hwibell gmail.com>]
43
44   *) mod_proxy_wstunnel: Reliably run before mod_proxy_http.
45      [Eric Covener]
46
47   *) mod_proxy_protocol: Add server-side, front-end support for PROXY PROTOCOL
48      (http://blog.haproxy.com/haproxy/proxy-protocol/).  [roadrunner2]
49      
50   *) http: Allow unknown response status' lines returned in the form of
51      "HTTP/x.x xxx Status xxx".  [Yann Ylavic]
52
53   *) core: Add <IfFile> configuration section to allow any file on disk to be
54      used as a conditional.  [Edward Lu, Eric Covener]
55
56   *) event: Avoid listener periodic wake ups by using the pollset wake-ability
57      when available.  PR 57399.  [Yann Ylavic, Luca Toscano]
58
59   *) mod_crypto: Add the all purpose crypto filters with support for HLS.
60      [Graham Leggett]
61
62   *) core: Drop an invalid Last-Modified header value coming
63      from a FCGI/CGI script instead of replacing it with Unix epoch.
64      Warn the users about Last-Modified header value replacements
65      and violations of the RFC.
66      [Yann Ylavic, Luca Toscano, William Rowe, Jacob Champion]
67
68   *) mod_dav: Allow other modules to become providers and add ACLs
69      to the DAV response.
70      [Jari Urpalainen <jari.urpalainen nokia.com>, Graham Leggett]
71
72   *) mod_dav: Add dav_begin_multistatus, dav_send_one_response,
73      dav_finish_multistatus, dav_send_multistatus, dav_handle_err,
74      dav_failed_proppatch, dav_success_proppatch to mod_dav.h.
75      [Jari Urpalainen <jari.urpalainen nokia.com>, Graham Leggett]
76
77   *) mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
78      allowing per backend TLS configuration.  [Yann Ylavic]
79
80   *) core: explicitly exclude 'h2' from protocols announced via an Upgrade: 
81      header as commanded by http-wg. [Stefan Eissing]
82
83   *) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy
84      AJP13 authentication.  PR 53098.  [Dmitry A. Bakshaev <dab1818 gmail com>]
85
86   *) mpm: Generalise the ap_mpm_register_socket functions to accept pipes
87      or sockets. [Graham Leggett]
88
89   *) core: Extend support for setting aside data from the network input filter
90      to any connection or request input filter. [Graham Leggett]
91
92   *) core: Split ap_create_request() from ap_read_request(). [Graham Leggett]
93
94   *) mod_auth_digest: Fix compatibility with expression-based Authname. PR59039.
95      [Eric Covener]
96
97   *) mpm: Add a complete_connection hook that confirms whether an MPM is allowed
98      to leave the WRITE_COMPLETION phase. Move filter code out of the MPMs.
99      [Graham Leggett]
100
101   *) core: Added support for HTTP code 451. PR58985.
102      [Yehuda Katz <yehuda ymkatz.net>, Jim Jagielski]
103
104   *) mod_filter: Fix AddOutputFilterByType with non-content-level filters.
105      PR58856 [Micha Lenk <micha lenk.info>]
106
107   *) mod_cache: Consider Cache-Control: s-maxage in expiration
108      calculations.  [Eric Covener]
109
110   *) mod_cache: Allow caching of responses with an Expires header
111      in the past that also has Cache-Control: max-age or s-maxage.
112      PR55156. [Eric Covener]
113
114   *) Added many log numbers to log statements that had none.
115
116   *) mod_session: Introduce SessionExpiryUpdateInterval which allows to
117      configure the session/cookie expiry's update interval. PR 57300.
118      [Paul Spangler <paul.spangler ni.com>]
119
120   *) core: Extend support for asynchronous write completion from the
121      network filter to any connection or request filter. [Graham Leggett]
122
123   *) mod_auth_digest: remove AuthDigestEnableQueryStringHack which is no
124      more documented since dec 2012 (r1415960). [Christophe Jaillet]
125
126   *) mod_charset_lite: On EBCDIC platforms, make sure mod_charset_lite runs
127      after other resource-level filters. [Eric Covener]
128
129   *) http: Don't remove the Content-Length of zero from a HEAD response if
130      it comes from an origin server, module or script.  [Yann Ylavic]
131
132   *) http: Add support for RFC2324/RFC7168. [Graham Leggett]
133
134   *) mod_rewrite: Add support for starting External Rewriting Programs
135      as non-root user on UNIX systems by specifying username and group name
136      as third argument of RewriteMap directive. [Jan Kaluza]
137
138   *) mod_authn_core: Add expression support to AuthName and AuthType.
139      [Graham Leggett]
140
141   *) suexec: Filter out the HTTP_PROXY environment variable because it is
142      treated as alias for http_proxy by some programs. [Stefan Fritsch]
143
144   *) mod_proxy_http: Don't establish or reuse a backend connection before pre-
145      fetching the request body, so to minimize the delay between it is supposed
146      to be alive and the first bytes sent: this is a best effort to prevent the
147      backend from closing because of idle or keepalive timeout in the meantime.
148      Also, handle a new "proxy-flushall" environment variable which allows to
149      flush any forwarded body data immediately. PR 56541+37920. [Yann Ylavic]
150
151   *) core: Define and UnDefine are no longer permitted in
152      directory context. Previously they would always be evaulated
153      as the configuration was read without regard for the directory
154      context. [Eric Covener]
155
156   *) config: For directives that do not expect any arguments, enforce
157      that none are specified in the configuration file. 
158      [Joachim Zobel <jzobel heute-morgen.de>, Eric Covener]
159
160   *) mod_rewrite: Improve 'bad flag delimeters' startup error by showing
161      how the input was tokenized.  PR 56528. [Edward Lu <Chaosed0 gmail.com>]
162
163   *) mod_proxy: Don't put non balancer-member workers in error state by
164      default for connection or 500/503 errors, and honor status=+I for
165      any error.  PR 48388.  [Yann Ylavic]
166
167   *) mod_socache_memcache: Pass expiration time through to memcached. PR 55445.
168      [Faidon Liambotis <paravoid debian.org>, Joe Orton]
169
170   *) ap_expr: Add filemod function for checking file modification dates
171      [Daniel Gruno]
172
173   *) mod_authnz_ldap: Resolve crashes with LDAP authz and non-LDAP authn since 
174      r1608202. [Eric Covener]
175
176   *) apreq: Content-Length header should be always interpreted as a decimal.
177      Leading 0 could be erroneously considered as an octal value. PR 56598.
178      [Chris Card <ctcard hotmail com>]
179
180   *) mod_proxy: Now allow for 191 character worker names, with non-fatal
181      errors if name is truncated. PR53218. [Jim Jagielski]
182
183   *) mod_ssl: Add optional function "ssl_get_tls_cb" to allow support
184      for channel bindings.  [Simo Sorce <simo redhat.com>]
185
186   *) mod_proxy_wstunnel: Concurrent websockets messages could be 
187      lost or delayed with ProxyWebsocketAsync enabled.  
188      [Edward Lu <Chaosed0 gmail.com>]
189
190   *) core, mod_info: Add compiled and loaded PCRE versions to version
191      number display.  [Rainer Jung]
192
193   *) mod_authnz_ldap: Return LDAP connections to the pool before the handler
194      is run, instead of waiting until the end of the request. [Eric Covener]
195
196   *) mod_proxy_html: support automatic detection of doctype and processing
197      of FPIs.  PR56285 [Micha Lenk <micha lenk info>, Nick Kew]
198
199   *) mod_proxy_html: skip documents shorter than 4 bytes
200      PR 56286 [Micha Lenk <micha lenk info>]
201
202   *) mod_proxy_fdpass: Fix computation of the size of 'struct sockaddr_un'
203      when passed to 'connect()'.
204      [Graham Dumpleton <grahamd apache org>]
205
206   *) core: Add ap_mpm_resume_suspended() API to allow a suspended connection
207      to resume. PR56333 
208      [Artem <artemciy gmail.com>, Edward Lu <Chaosed0 gmail.com>]
209
210   *) core: Add ap_mpm_register_socket_callback_timeout() API. [Eric Covener]
211
212   *) mod_proxy_wstunnel: Honor ProxyWebsocketIdleTimeout in asynchronous
213      processing mode. [Eric Covener]
214
215   *) mod_authnz_ldap: Fail explicitly when the filter is too long. Remove
216      unnecessary apr_pstrdup() and strlen(). [Graham Leggett]
217
218   *) Add the ldap-search option to mod_authnz_ldap, allowing authorization
219      to be based on arbitrary expressions that do not include the username.
220      [Graham Leggett]
221
222   *) Add the ldap function to the expression API, allowing LDAP filters and
223      distinguished names based on expressions to be escaped correctly to
224      guard against LDAP injection. [Graham Leggett]
225
226   *) Add module mod_ssl_ct, which provides an implementation of Certificate
227      Transparency (RFC 6962) for httpd.  [Jeff Trawick]
228
229   *) mod_proxy_wstunnel: Avoid sending error responses down an upgraded
230      websockets connection as it is being close down. [Eric Covener]
231
232   *) mod_proxy_wstunnel: Allow the administrator to cap the amount
233      of time a synchronous websockets connection stays idle with 
234      ProxyWebsocketIdleTimeout. [Eric Covener]
235
236   *) mod_proxy_wstunnel: Change to opt-in for asynchronous support, adding 
237      directives ProxyWebsocketAsync and ProxyWebsocketAsyncDelay. 
238      [Eric Covener]
239
240   *) mod_proxy_wstunnel: Stop leaking websockets backend connections under
241      event MPM (trunk-only). [Eric Covener]
242
243   *) mod_proxy_http: Add detach_backend hook (potentially usable
244      in other proxy scheme handlers).  [Jeff Trawick]
245
246   *) mod_deflate: Add DeflateAlterETag to control how the ETag
247      is modified. The 'NoChange' parameter mimics 2.2.x behavior.
248      PR 45023, PR 39727. [Eric Covener]
249
250   *) mod_rewrite: Add 'BNF' (backreferences-no-plus) flag to RewriteRule to 
251      allow spaces in backreferences to be encoded as %20 instead of '+'.
252      [Eric Covener]
253
254   *) mod_rewrite: Support an optional list of characters to escape in the 
255      argument for the 'B' (escape backreferences) flag. [Eric Covener]
256
257   *) mod_dir: Default to 2.2-like behavior and skip execution when method is
258      neither GET nor POST, such as for DAV requests. PR 54914. [Chris Darroch]
259
260   *) mod_rewrite: Rename the handler that does per-directory internal 
261      redirects to "rewrite-redirect-handler" from "redirect-handler" so
262      it is less ambiguous and less likely to be reused. [Eric Covener]
263
264   *) mod_rewrite: Protect against looping with the [N] flag by enforcing a 
265      default limit of 10000 iterations, and allowing each rule to change its
266      limit. [Eric Covener]
267
268   *) mod_ssl: Fix config merging of SSLOCSPEnable and SSLOCSPOverrideResponder.
269      [Jeff Trawick]
270
271   *) Add HttpContentLengthHeadZero and HttpExpectStrict directives.
272      [Yehuda Sadeh <yehuda inktank com>, Justin Erenkrantz]
273
274   *) mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all
275      configured SSL CA certificates to stdout the same way as DUMP_CERTS does.
276      [Jan Kaluza]
277
278   *) mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl
279      to support write completion. [Graham Leggett]
280
281   *) core: Add parse_errorlog_arg callback to ap_errorlog_provider
282      to allow providers to check the ErrorLog argument. [Jan Kaluza]
283
284   *) mod_cgid: Use the servers Timeout for each read from a CGI script,
285      allow override with new CGIDRequestTimeout directive. PR43494
286      [Eric Covener, Toshikuni Fukaya <toshikuni-fukaya cybozu co jp>]
287
288   *) core: ensure any abnormal exit is reported to stderr if it's a tty.
289      PR 55670 [Nick Kew]
290
291   *) mod_lua: Let the Inter-VM get/set functions work with a global 
292      shared memory pool instead of a per-process pool. [Daniel Gruno]
293
294   *) ldap: Support ldaps when using the Microsoft LDAP SDK.
295      PR 54626. [Jean-Frederic Clere]
296
297   *) mod_authnz_ldap: Change default value of AuthLDAPMaxSubGroupDepth to 0
298      to avoid performance problems when subgroups aren't in use. [Eric Covener]
299
300   *) mod_syslog: New module implementing syslog ap_error_log provider.
301      Previously, this code was part of core, now it's in separate module.
302      [Jan Kaluza]
303
304   *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
305      syslog support from core to new mod_syslog. [Jan Kaluza]
306
307   *) mod_status, mod_echo: Fix the display of client addresses.
308      They were truncated to 31 characters which is not enough for IPv6 addresses.
309      PR 54848 [Bernhard Schmidt <berni birkenwald de>]
310
311   *) mod_unique_id: Use output of the PRNG rather than IP address and
312      pid, avoiding sleep() call and possible DNS issues at startup,
313      plus improving randomness for IPv6-only hosts.
314      [Jan Kaluza <jkaluza redhat.com>]
315
316   *) mod_file_cache: mod_file_cache should be able to serve files that
317      haven't had a Content-Type set via e.g. mod_mime. [Eric Covener]
318
319   *) core: merge AllowEncodedSlashes from the base configuration into
320      virtual hosts. [Eric Covener]
321
322   *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
323      [Eric Covener]
324
325   *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
326      [Eric Covener]
327
328   *) mod_deflate: permit compilation of mod_deflate against a zlib that has
329      been configured with -D Z_PREFIX, which redefines the token "deflate".
330      [Eric Covener]
331
332   *) mod_auth_digest: Use the secret when generating nonces in all cases and
333      not only when AuthName is used in .htaccess files (this change may cause
334      problems if used with round robin load balancers). Don't regenerate the
335      secret on graceful restarts. PR 54637  [Stefan Fritsch]
336
337   *) core: Remove apr_brigade_flatten(), buffering and duplicated code
338      from the HTTP_IN filter, parse chunks in a single pass with zero copy.
339      Reduce memory usage by 48 bytes per request. [Graham Leggett]
340
341   *) core: Stop the HTTP_IN filter from attempting to write error buckets
342      to the output filters, which is bogus in the proxy case. Create a
343      clean mapping from APR codes to HTTP status codes, and use it where
344      needed. [Graham Leggett]
345
346   *) mod_proxy: Ensure network errors detected by the proxy are returned as
347      504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
348      compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
349
350   *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
351      [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
352      <alejandro.alvarez.ayllon cern.ch>]
353
354   *) mod_ldap: LDAP connections used for authentication were not respecting
355      LDAPConnectionPoolTimeout.  PR 54587
356
357   *) core: ap_rgetline_core now pulls from r->proto_input_filters.
358
359   *) mod_proxy_html: process parsed comments immediately. 
360      Fixes bug where parsed comments may be lost. [Nick Kew]
361
362   *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
363
364   *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
365      HTML/XHTML [Nick Kew]
366
367   *) core: Add option to add valgrind support. Use it to reduce false positive
368      warnings in mod_ssl. [Stefan Fritsch]
369
370   *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
371      Cache the result of the most recent password hash verification for every
372      keep-alive connection. This saves some expensive calculations.
373      [Stefan Fritsch]
374
375   *) http: Remove support for Request-Range header sent by Navigator 2-3 and
376      MSIE 3. [Stefan Fritsch]
377
378   *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
379      conformance or to only log the found problems. [Stefan Fritsch]
380
381   *) core: Correctly parse an IPv6 literal host specification in an absolute
382      URL in the request line. [Stefan Fritsch]
383
384   *) EventOpt MPM
385
386   *) core: Add LogLevelOverride directive that allows to override the
387      loglevel for clients from certain IPs. This also works for things
388      like the SSL handshake where <If> LogLevel ... </If> is evaluated
389      too late. [Stefan Fritsch]
390
391   *) core: Add new directive Warning to issue warnings from a configuration
392      file. Both Warning and Error now generate a timestamped log message.
393      [Fabien Coelho] 
394
395   *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
396      variables. [Stefan Fritsch]
397
398   *) core: New directive RegisterHttpMethod for registering non-standard
399      HTTP methods. [Stefan Fritsch]
400
401   *) core: New directive HttpProtocol which allows to disable HTTP/0.9
402      support. [Stefan Fritsch]
403
404   *) mod_allowhandlers: New module to forbid specific handlers for specific
405      directories. [Stefan Fritsch]
406
407   *) mod_systemd: New module, for integration with systemd on Linux.
408      [Jan Kaluza <jkaluza redhat.com>]
409
410   *) WinNT MPM: Store pid and generation for each thread in scoreboard
411      to allow tracking of threads from exiting children via mod_status
412      or other such mechanisms.  [Jeff Trawick]
413
414   *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
415      - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
416      - mod_cache: thundering herd lock directory
417      - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
418      - mod_ldap: shared memory cache
419      - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
420      [Jeff Trawick]
421
422   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
423      setuid/setgid capability bits rather than a setuid root binary.
424      [Joe Orton]
425
426   *) suexec: Add support for logging to syslog as an alternative to logging
427      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
428      [Joe Orton]
429
430   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
431      [Matthew Steele <mdsteele google.com>]
432
433   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
434      be compiled by the build compiler instead of the host compiler.
435      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
436      PR 51257. [Guenter Knauf]
437
438   *) core: In maintainer mode, replace apr_palloc with a version that
439      initializes the allocated memory with non-zero values, except if
440      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
441
442   *) mod_policy: Add a new testing module to help server administrators
443      enforce a configurable level of protocol compliance on their
444      servers and application servers behind theirs. [Graham Leggett]
445
446   *) mod_firehose: Add a new debugging module able to record traffic
447      passing through the server in such a way that connections and/or
448      requests be reconstructed and replayed. [Graham Leggett]
449
450   *) mod_noloris
451
452   *) APREQ
453
454   *) Simple MPM
455
456   *) mod_serf
457
458   [Apache 2.5.0-dev includes those bug fixes and changes with the
459    Apache 2.4.xx tree as documented below, except as noted.]
460
461 Changes with Apache 2.4.x and later:
462
463   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
464
465 Changes with Apache 2.2.x and later:
466
467   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
468
469 Changes with Apache 2.0.x and later:
470
471   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
472