]> granicus.if.org Git - apache/blob - CHANGES
mod_ssl: dump SSL IO/state for the write side of the connection(s), like reads.
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) mod_ssl: dump SSL IO/state for the write side of the connection(s),
5      like reads (level TRACE4). [Yann Ylavic]
6
7   *) ab: support custom HTTP method with -m argument. PR 56604.
8      [Roman Jurkov <winfinit gmail.com>]
9
10   *) mod_proxy: Shutdown (eg. close notify) the backend connection before
11      closing. [Yann Ylavic] 
12
13   *) mpm_event[opt]: Send the SSL close notify alert when the KeepAliveTimeout
14      expires. PR54998. [Yann Ylavic] 
15
16   *) mod_ssl: Ensure that the SSL close notify alert is flushed to the client.
17      PR54998. [Tim Kosse <tim.kosse filezilla-project.org>, Yann Ylavic] 
18
19   *) mod_log_config: Add GlobalLog to allow a globally defined log to
20      be inherited by virtual hosts that define a CustomLog.
21      [Edward Lu <Chaosed0 gmail.com>]
22
23   *) MPMs: Support SO_REUSEPORT to create multiple duplicated listener
24      records for scalability. [Yingqi Lu <yingqi.lu@intel.com>,
25      Jeff Trawick, Jim Jagielski]
26
27   *) mod_proxy_html: support automatic detection of doctype and processing
28      of FPIs.  PR56285 [Micha Lenk <micha lenk info>, Nick Kew]
29
30   *) mod_proxy_html: skip documents shorter than 4 bytes
31      PR 56286 [Micha Lenk <micha lenk info>]
32
33   *) mod_proxy_fdpass: Fix computation of the size of 'struct sockaddr_un'
34      when passed to 'connec()'.
35      [Graham Dumpleton <grahamd apache org>]
36
37   *) mod_socache_shmcb: Correct counting of expirations for status display.
38      Expirations happening during retrieval were not counted. [Rainer Jung]
39
40   *) mod_proxy_balancer: Correctly encode user provided data in management
41      interface. PR 56532 [Maksymilian, <max cert.cx>]
42
43   *) core: Add ap_mpm_resume_suspended() API to allow a suspended connection
44      to resume. PR56333 
45      [Artem <artemciy gmail.com>, Edward Lu <Chaosed0 gmail.com>]
46
47   *) core: Add ap_mpm_register_socket_callback_timeout() API. [Eric Covener]
48
49   *) mod_proxy_wstunnel: Honor ProxyWebsocketIdleTimeout in asynchronous
50      processing mode. [Eric Covener]
51
52   *) mod_proxy_fcgi: Fix occasional high CPU when handling request bodies.
53      [Jeff Trawick]
54
55   *) mod_proxy_fcgi: Support iobuffersize parameter.  [Jeff Trawick]
56
57   *) mod_cache: Preserve non-cacheable headers forwarded from an origin 304
58      response. PR 55547. [Yann Ylavic]
59
60   *) mod_cache: Don't add cached/revalidated entity headers to a 304 response.
61      PR 55547. [Yann Ylavic]
62
63   *) mod_authnz_ldap: Fail explicitly when the filter is too long. Remove
64      unnecessary apr_pstrdup() and strlen(). [Graham Leggett]
65
66   *) Add the ldap-search option to mod_authnz_ldap, allowing authorization
67      to be based on arbitrary expressions that do not include the username.
68      [Graham Leggett]
69
70   *) Add the ldap function to the expression API, allowing LDAP filters and
71      distinguished names based on expressions to be escaped correctly to
72      guard against LDAP injection. [Graham Leggett]
73
74   *) Add module mod_ssl_ct, which provides an implementation of Certificate
75      Transparency (RFC 6962) for httpd.  [Jeff Trawick]
76
77   *) mod_proxy: Preserve original request headers even if they differ
78      from the ones to be forwarded to the backend. PR 45387.
79      [Yann Ylavic]
80
81   *) mod_proxy: When ping/pong is configured for a worker, don't send or
82      forward "100 Continue" (interim) response to the client if it does
83      not expect one. [Yann Ylavic]
84
85   *) mod_remoteip: Prevent an external proxy from presenting an internal
86      proxy. PR 55962. [Mike Rumph]
87
88   *) mod_ssl: Add hooks to allow other modules to perform processing at
89      several stages of initialization and connection handling.  See
90      mod_ssl_openssl.h.  [Jeff Trawick]
91
92   *) mod_proxy_wstunnel: Avoid sending error responses down an upgraded
93      websockets connection as it is being close down. [Eric Covener]
94   
95   *) mod_proxy_wstunnel: Allow the administrator to cap the amount
96      of time a synchronous websockets connection stays idle with 
97      ProxyWebsocketIdleTimeout. [Eric Covener]
98
99   *) mod_proxy_wstunnel: Change to opt-in for asynchronous support, adding 
100      directives ProxyWebsocketAsync and ProxyWebsocketAsyncDelay. 
101      [Eric Covener]
102
103   *) mod_proxy_wstunnel: Stop leaking websockets backend connections under
104      event MPM (trunk-only). [Eric Covener]
105
106   *) mod_proxy_http: Add detach_backend hook (potentially usable
107      in other proxy scheme handlers).  [Jeff Trawick]
108
109   *) mod_deflate: Add DeflateAlterETag to control how the ETag
110      is modified. The 'NoChange' parameter mimics 2.2.x behavior.
111      PR 45023, PR 39727. [Eric Covener]
112
113   *) mod_rewrite: Add 'BNF' (backreferences-no-plus) flag to RewriteRule to 
114      allow spaces in backreferences to be encoded as %20 instead of '+'.
115      [Eric Covener]
116      
117   *) mod_rewrite: Support an optional list of characters to escape in the 
118      argument for the 'B' (escape backreferences) flag. [Eric Covener]
119
120   *) mod_ssl: Add SSLOCSPUseRequestNonce directive to control whether or not
121      OCSP requests should use a nonce to be checked against the responder's
122      one. PR 56233. [ Yann Ylavic ]
123
124   *) mod_dir: Default to 2.2-like behavior and skip execution when method is
125      neither GET nor POST, such as for DAV requests. PR 54914. [Chris Darroch]
126
127   *) mod_rewrite: Rename the handler that does per-directory internal 
128      redirects to "rewrite-redirect-handler" from "redirect-handler" so
129      it is less ambiguous and less likely to be reused. [Eric Covener]
130
131   *) mod_rewrite: Protect against looping with the [N] flag by enforcing a 
132      default limit of 10000 iterations, and allowing each rule to change its
133      limit. [Eric Covener]
134
135   *) mod_ssl: Fix config merging of SSLOCSPEnable and SSLOCSPOverrideResponder.
136      [Jeff Trawick]
137
138   *) Add HttpContentLengthHeadZero and HttpExpectStrict directives.
139      [Yehuda Sadeh <yehuda inktank com>, Justin Erenkrantz]
140
141   *) FreeBSD: Disable IPv4-mapped listening sockets by default for versions
142      5+ instead of just for FreeBSD 5. PR 53824. [Jeff Trawick]
143
144   *) mod_auth_form: Add a debug message when the fields on a form are not
145      recognised. [Graham Leggett]
146
147   *) mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all
148      configured SSL CA certificates to stdout the same way as DUMP_CERTS does.
149      [Jan Kaluza]
150
151   *) mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl
152      to support write completion. [Graham Leggett]
153
154   *) core: Add parse_errorlog_arg callback to ap_errorlog_provider
155      to allow providers to check the ErrorLog argument. [Jan Kaluza]
156
157   *) mod_cgid: Use the servers Timeout for each read from a CGI script,
158      allow override with new CGIDRequestTimeout directive. PR43494
159      [Eric Covener, Toshikuni Fukaya <toshikuni-fukaya cybozu co jp>]
160
161   *) core: Add missing Reason-Phrase in HTTP response headers.
162      PR 54946. [Rainer Jung]
163
164   *) core: ensure any abnormal exit is reported to stderr if it's a tty.
165      PR 55670 [Nick Kew]
166
167   *) mod_lua: Let the Inter-VM get/set functions work with a global 
168      shared memory pool instead of a per-process pool. [Daniel Gruno]
169
170   *) ldap: Support ldaps when using the Microsoft LDAP SDK.
171      PR 54626. [Jean-Frederic Clere]
172
173   *) mod_proxy: Add ap_connection_reusable() for checking if a connection
174      is reusable as of this point in processing.  [Jeff Trawick]
175
176   *) mod_authnz_ldap: Change default value of AuthLDAPMaxSubGroupDepth to 0
177      to avoid performance problems when subgroups aren't in use. [Eric Covener]
178
179   *) mod_syslog: New module implementing syslog ap_error_log provider.
180      Previously, this code was part of core, now it's in separate module.
181      [Jan Kaluza]
182
183   *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
184      syslog support from core to new mod_syslog. [Jan Kaluza]
185
186   *) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't
187      save the socket for reuse by the next worker as if it were an 
188      APR_SO_DISCONNECTED socket. Restores 2.2 behavior. [Eric Covener]
189
190   *) mod_status, mod_echo: Fix the display of client addresses.
191      They were truncated to 31 characters which is not enough for IPv6 addresses.
192      PR 54848 [Bernhard Schmidt <berni birkenwald de>]
193
194   *) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
195      [Jeff Trawick]
196
197   *) mod_unique_id: Use output of the PRNG rather than IP address and
198      pid, avoiding sleep() call and possible DNS issues at startup,
199      plus improving randomness for IPv6-only hosts.
200      [Jan Kaluza <jkaluza redhat.com>]
201
202   *) mod_authnz_ldap: Support primitive LDAP servers that do not accept
203      filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
204      filter "none" to be specified in AuthLDAPURL. [Eric Covener]
205
206   *) mod_file_cache: mod_file_cache should be able to serve files that
207      haven't had a Content-Type set via e.g. mod_mime. [Eric Covener]
208
209   *) core: merge AllowEncodedSlashes from the base configuration into
210      virtual hosts. [Eric Covener]
211
212   *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
213      [Eric Covener]
214
215   *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
216      [Eric Covener]
217
218   *) mod_deflate: permit compilation of mod_deflate against a zlib that has
219      been configured with -D Z_PREFIX, which redefines the token "deflate".
220      [Eric Covener]
221
222   *) mod_auth_digest: Use the secret when generating nonces in all cases and
223      not only when AuthName is used in .htaccess files (this change may cause
224      problems if used with round robin load balancers). Don't regenerate the
225      secret on graceful restarts. PR 54637  [Stefan Fritsch]
226
227   *) core: Remove apr_brigade_flatten(), buffering and duplicated code
228      from the HTTP_IN filter, parse chunks in a single pass with zero copy.
229      Reduce memory usage by 48 bytes per request. [Graham Leggett]
230
231   *) core: Stop the HTTP_IN filter from attempting to write error buckets
232      to the output filters, which is bogus in the proxy case. Create a
233      clean mapping from APR codes to HTTP status codes, and use it where
234      needed. [Graham Leggett]
235
236   *) mod_proxy: Ensure network errors detected by the proxy are returned as
237      504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
238      compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
239
240   *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
241      [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
242      <alejandro.alvarez.ayllon cern.ch>]
243
244   *) core, mod_ssl: Enable the ability for a module to reverse the sense of
245      a poll event from a read to a write or vice versa. This is a step on
246      the way to allow mod_ssl taking full advantage of the event MPM.
247      [Graham Leggett]
248
249   *) mod_ldap: LDAP connections used for authentication were not respecting
250      LDAPConnectionPoolTimeout.  PR 54587
251
252   *) core: ap_rgetline_core now pulls from r->proto_input_filters.
253
254   *) mod_proxy_html: process parsed comments immediately. 
255      Fixes bug where parsed comments may be lost. [Nick Kew]
256
257   *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
258
259   *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
260      HTML/XHTML [Nick Kew]
261
262   *) core: Add option to add valgrind support. Use it to reduce false positive
263      warnings in mod_ssl. [Stefan Fritsch]
264
265   *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
266      Cache the result of the most recent password hash verification for every
267      keep-alive connection. This saves some expensive calculations.
268      [Stefan Fritsch]
269
270   *) http: Remove support for Request-Range header sent by Navigator 2-3 and
271      MSIE 3. [Stefan Fritsch]
272
273   *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
274      conformance or to only log the found problems. [Stefan Fritsch]
275
276   *) core: Correctly parse an IPv6 literal host specification in an absolute
277      URL in the request line. [Stefan Fritsch]
278
279   *) EventOpt MPM
280
281   *) core: Add LogLevelOverride directive that allows to override the
282      loglevel for clients from certain IPs. This also works for things
283      like the SSL handshake where <If> LogLevel ... </If> is evaluated
284      too late. [Stefan Fritsch]
285
286   *) core: Add new directive Warning to issue warnings from a configuration
287      file. Both Warning and Error now generate a timestamped log message.
288      [Fabien Coelho] 
289
290   *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
291      variables. [Stefan Fritsch]
292
293   *) core: New directive RegisterHttpMethod for registering non-standard
294      HTTP methods. [Stefan Fritsch]
295
296   *) core: New directive HttpProtocol which allows to disable HTTP/0.9
297      support. [Stefan Fritsch]
298
299   *) mod_allowhandlers: New module to forbid specific handlers for specific
300      directories. [Stefan Fritsch]
301
302   *) mod_systemd: New module, for integration with systemd on Linux.
303      [Jan Kaluza <jkaluza redhat.com>]
304
305   *) WinNT MPM: Store pid and generation for each thread in scoreboard
306      to allow tracking of threads from exiting children via mod_status
307      or other such mechanisms.  [Jeff Trawick]
308
309   *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
310      - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
311      - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
312        mutexes (Mutex)
313      - mod_cache: thundering herd lock directory
314      - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
315      - mod_ldap: shared memory cache
316      - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
317      [Jeff Trawick]
318
319   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
320      setuid/setgid capability bits rather than a setuid root binary.
321      [Joe Orton]
322
323   *) suexec: Add support for logging to syslog as an alternative to logging
324      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
325      [Joe Orton]
326
327   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
328      [Matthew Steele <mdsteele google.com>]
329
330   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
331      be compiled by the build compiler instead of the host compiler.
332      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
333      PR 51257. [Guenter Knauf]
334
335   *) core: In maintainer mode, replace apr_palloc with a version that
336      initializes the allocated memory with non-zero values, except if
337      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
338
339   *) mod_policy: Add a new testing module to help server administrators
340      enforce a configurable level of protocol compliance on their
341      servers and application servers behind theirs. [Graham Leggett]
342
343   *) mod_firehose: Add a new debugging module able to record traffic
344      passing through the server in such a way that connections and/or
345      requests be reconstructed and replayed. [Graham Leggett]
346
347   *) mod_noloris
348
349   *) APREQ
350
351   *) Simple MPM
352
353   *) mod_serf
354
355   [Apache 2.5.0-dev includes those bug fixes and changes with the
356    Apache 2.4.xx tree as documented below, except as noted.]
357
358 Changes with Apache 2.4.x and later:
359
360   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
361
362 Changes with Apache 2.2.x and later:
363
364   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
365
366 Changes with Apache 2.0.x and later:
367
368   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
369