]> granicus.if.org Git - apache/blob - CHANGES
* Prevent crash in balancer manager if invalid balancer name is passed as
[apache] / CHANGES
1                                                         -*- coding: utf-8 -*-
2 Changes with Apache 2.3.0
3 [ When backported to 2.2.x, remove entry from this file ]
4
5   *) Prevent crash in balancer manager if invalid balancer name is passed
6      as parameter. Reported by SecurityReason. [Ruediger Pluem]
7
8   *) mod_deflate: Transform ETag when transforming the entity.
9      PR 39727 [Henrik Nordstrom <hno squid-cache.org>, Nick Kew]
10
11   *) mod_ldap: Set character set for status page to ISO-8859-1 to avoid
12      UTF-7 XSS vulnerabilities of certain browsers. [Joe Orton]
13
14   *) mod_proxy_balancer: Set character set for balancer manager to ISO-8859-1
15      to avoid UTF-7 XSS vulnerabilities of certain browsers. [Joe Orton]
16
17   *) mod_proxy_ftp: Set character set for generated FTP directory listing to
18      ISO-8859-1 to avoid UTF-7 XSS vulnerabilities of certain browsers.
19      [Joe Orton]
20
21   *) mod_info: Set character set for info page to ISO-8859-1 to avoid
22      UTF-7 XSS vulnerabilities of certain browsers. [Joe Orton]
23
24   *) mod_dav: Set character set for error pages to ISO-8859-1 to avoid
25      UTF-7 XSS vulnerabilities of certain browsers. [Joe Orton]
26
27   *) mod_ssl: Added server name indication support (RFC 4366).
28      PR 34607. [Kaspar Brand <asfbugz velox.ch>]
29
30   *) ApacheMonitor.exe: Introduce --kill argument for use by the
31      installer.  This will permit the installation tool to remove
32      all running instances before attempting to remove the .exe.
33      [William Rowe]
34
35   *) mod_proxy: Lower memory consumption for short lived connections.
36      PR 44026. [Ruediger Pluem]
37
38   *) mod_proxy: Keep connections to the backend persistent in the HTTPS case.
39      [Ruediger Pluem]
40
41   *) rotatelogs: Improve atomicity when using -l and cleaup code.
42      PR 44004 [Rainer Jung]
43
44   *) mod_ssl: Add support for OCSP validation of client certificates.
45      PR 41123.  [Marc Stern <marc.stern approach.be>, Joe Orton]
46
47   *) mod_unique_id: Fix timestamp value in UNIQUE_ID.
48      PR 37064 [Kobayashi <kobayashi firstserver.co.jp>]
49
50   *) mod_serf: New module for Reverse Proxying. [Paul Querna]
51
52   *) core: Add the option to keep aside a request body up to a certain
53      size that would otherwise be discarded, to be consumed by filters
54      such as mod_include. When enabled for a directory, POST requests
55      to shtml files can be passed through to embedded scripts as POST
56      requests, rather being downgraded to GET requests. [Graham Leggett]
57
58   *) mod_ssl: Fix TLS upgrade (RFC 2817) support.  PR 41231.  [Joe Orton]
59
60   *) scoreboard: Correctly declare ap_time_process_request.
61      PR 43789 [Tom Donovan <Tom.Donovan acm.org>]
62
63   *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
64      from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
65      provide the unusual legacy lookup.  [William Rowe]
66
67   *) mpm winnt: fix null pointer dereference
68      PR 42572 [Davi Arnaut]
69
70   *) core: reinstate location walk to fix config for subrequests
71      PR 41960 [Jose Kahan <jose w3.org>]
72
73   *) mod_log_config: Add format options for %p so that the actual local
74      or remote port can be logged.  PR 43415.  [Adam Hasselbalch Hansen 
75      <ahh@one.com>, Ruediger Pluem, Jeff Trawick]
76
77   *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
78      parameters to the environment. Improve portability to
79      EBCDIC machines by using apr_toupper(). [Martin Kraemer]
80
81   *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
82      to authorize an authenticated user via a "require ldap-group X" directive
83      where the user is not in group X, but is in a subgroup contained in X.
84      PR 42891 [Paul J. Reder]
85
86   *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
87
88   *) ab: Add -r option to continue after socket receive errors. 
89      [Filip Hanik <devlist hanik.com>]
90
91   *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
92      for SDKs that define LDAP_NO_LIMIT to something other than -1.
93      [David Jones <oscaremma gmail.com>]
94
95   *) apxs: Enhance -q flag to print all known variables and their values
96      when invoked without variable name(s). 
97      [William Rowe, Sander Temme]
98
99   *) apxs: Eliminate run-time check for mod_so.  PR 40653.
100      [David M. Lee <dmlee crossroads.com>]
101
102   *) beos MPM: Create pmain pool and run modules' child_init hooks when
103      entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
104      [Chris Darroch]
105
106   *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
107      cleanups registered in modules' child_init hooks are performed.
108      [Chris Darroch]
109
110   *) mod_dbd: Stash DBD connections in request_config of initial request
111      only, or else sub-requests and internal redirections may cause
112      entire DBD pool to be stashed in a single HTTP request.  [Chris Darroch]
113
114   *) Fix issue which could cause error messages to be written to access logs
115      on Win32.  PR 40476.  [Tom Donovan <Tom.Donovan acm.org>]
116
117   *) The LockFile directive, which specifies the location of
118      the accept() mutex lockfile, is deprecated. Instead, the
119      AcceptMutex directive now takes an optional lockfile
120      location parameter, ala SSLMutex. [Jim Jagielski]
121
122   *) mod_authn_dbd: Export any additional columns queried in the SQL select
123      into the environment with the name AUTHENTICATE_<COLUMN>. This brings
124      mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
125
126   *) mod_dbd: Key the storage of prepared statements on the hex string
127      value of server_rec, rather than the server name, as the server name
128      may change (eg when the server name is set) at any time, causing
129      weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
130
131   *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
132
133   *) sendfile_nonblocking() takes the _brigade_ as an argument, gets 
134      the first bucket from the brigade, finds it not to be a FILE
135      bucket and barfs. The fix is to pass a bucket rather than a brigade.
136      [Niklas Edmundsson <nikke acc.umu.se>]
137
138   *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
139
140   *) ap_get_server_version() has been removed.  Third-party modules must 
141      now use ap_get_server_banner() or ap_get_server_description().
142      [Jeff Trawick]
143
144   *) All MPMs: Introduce a check_config phase between pre_config and
145      open_logs, to allow modules to review interdependent configuration
146      directive values and adjust them while messages can still be logged
147      to the console.  Handle relevant MPM directives during this phase
148      and format messages for both the console and the error log, as
149      appropriate.  [Chris Darroch]
150
151   *) mod_proxy: don't URLencode tilde in path component
152      [Stijn Hoop <stijn sandcat.nl>]
153
154   *) mpm_winnt: Fix return values from wait_for_many_objects.
155      The return value is index to the signaled thread in the
156      creted_threads array. We can not use WAIT_TIMEOUT because
157      his value is defined as 258, thus limiting the MaxThreads
158      to that value. [Mladen Turk]
159
160   *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
161      to circumvent the symbolic link checks imposed by FollowSymLinks and
162      SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
163
164   *) mod_proxy: Support environment variable interpolation in reverse
165      proxying directives. [Nick Kew]
166
167   *) core: Add the filename of the configuration file to the warning message
168      about the useless use of AllowOverride. PR 39992.
169      [Darryl Miles <darryl darrylmiles.org>]
170
171   *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
172      configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
173      The default is none as this is far greater debugging resolution than 
174      the typical administrator is prepared to untangle.  [William Rowe]
175
176   *) mod_disk_cache: If possible, check if the size of an object to cache is
177      within the configured boundaries before actually saving data.
178      [Niklas Edmundsson <nikke acc.umu.se>]
179
180   *) mod_cache: Convert all values to seconds before comparing them when
181      checking whether to send a Warning header for a stale response.
182      PR 39713. [Owen Taylor <otaylor redhat.com>]
183
184   *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
185      final name. [Davi Arnaut <davi haxent.com.br>]
186
187   *) Worker and event MPMs: Remove improper scoreboard updates which were
188      performed in the event of a fork() failure.  [Chris Darroch]
189
190   *) Add support for fcgi:// proxies to mod_rewrite.
191      [Markus Schiegl <ms schiegl.com>]
192
193   *) Remove incorrect comments from scoreboard.h regarding conditional
194      loading of worker_score structure with mod_status, and remove unused
195      definitions relating to old life_status field.
196      [Chris Darroch <chrisd pearsoncmg.com>]
197
198   *) Remove allocation of memory for unused array of lb_score pointers
199      in ap_init_scoreboard().  [Chris Darroch <chrisd pearsoncmg.com>]
200
201   *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
202      [Garrett Rooney, Jim Jagielski, Paul Querna]
203
204   *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
205      [Chris Darroch <chrisd pearsoncmg.com>]
206
207   *) mod_charset_lite: Remove Content-Length when output filter can 
208      invalidate it.  Warn when input filter can invalidate it.
209      [Jeff Trawick]
210
211   *) Authz: Add the new module mod_authn_core that will provide common
212      authn directives such as 'AuthType', 'AuthName'.  Move the directives
213      'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias 
214      into mod_authn_core. [Brad Nicholes]
215
216   *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy' 
217      into the new module mod_access_compat which can be loaded to provide 
218      support for these directives.
219      [Brad Nicholes]
220
221   *) Authz: Move the 'Require' directive from the core module as well as 
222      add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>' 
223      and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR' 
224      logic into the authorization processing. [Brad Nicholes]
225
226   *) Authz: Add the new module mod_authz_core which acts as the 
227      authorization provider vector and contains common authz 
228      directives. [Brad Nicholes]
229
230   *) Authz: Renamed mod_authz_dbm authz providers from 'group' and 
231      'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
232
233   *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
234      host-based access control provided by mod_authz_host and invoked 
235      through the 'Require' directive. [Brad Nicholes]
236
237   *) Authz: Convert all of the authz modules from hook based to 
238      provider based. [Brad Nicholes]
239
240   *) mod_cache: Add CacheMinExpire directive to set the minimum time in
241      seconds to cache a document.
242      [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
243
244   *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
245
246   *) Fix typo in ProxyStatus syntax error message.
247      [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
248
249   *) Asynchronous write completion for the Event MPM.  [Brian Pane]
250
251   *) Added an End-Of-Request bucket type.  The logging of a request and
252      the freeing of its pool are now done when the EOR bucket is destroyed.
253      This has the effect of delaying the logging until right after the last
254      of the response is sent; ap_core_output_filter() calls the access logger
255      indirectly when it destroys the EOR bucket.  [Brian Pane]
256
257   *) Rewrite of logresolve support utility: IPv6 addresses are now supported
258      and the format of statistical output has changed. [Colm MacCarthaigh]
259
260   *) Rewrite of ap_coreoutput_filter to do nonblocking writes  [Brian Pane]
261
262   *) Added new connection states for handler and write completion
263      [Brian Pane]
264
265   *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs.  PR 34264.
266      [Justin Erenkrantz]
267
268   *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
269      allowing string-valued client certificate attributes to be used for
270      access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
271      [Martin Kraemer, David Reid]
272
273   [Apache 2.1.0-dev includes those bug fixes and changes with the
274    Apache 2.2.xx tree as documented, and except as noted, below.]
275
276 Changes with Apache 2.2.x and later:
277
278   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
279
280 Changes with Apache 2.0.x and later:
281
282   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
283
284 Changes with Apache 1.3.x and later:
285
286   *) http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/src/CHANGES?view=markup