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