]> granicus.if.org Git - apache/blob - CHANGES
removed CodeWarrior IDE project file since its not maintained
[apache] / CHANGES
1                                                         -*- coding: utf-8 -*-
2
3 Changes with Apache 2.3.3
4
5   *) SECURITY: CVE-2009-3095 (cve.mitre.org)
6      mod_proxy_ftp: sanity check authn credentials.
7      [Stefan Fritsch <sf fritsch.de>, Joe Orton]
8
9   *) SECURITY: CVE-2009-3094 (cve.mitre.org)
10      mod_proxy_ftp: NULL pointer dereference on error paths.
11      [Stefan Fritsch <sf fritsch.de>, Joe Orton]
12
13   *) mod_reqtimeout: New module to set timeouts and minimum data rates for
14      receiving requests from the client. [Stefan Fritsch]
15
16   *) core: Fix potential memory leaks by making sure to not destroy
17      bucket brigades that have been created by earlier filters.
18      [Stefan Fritsch]
19
20   *) core, mod_deflate, mod_sed: Reduce memory usage by reusing bucket
21      brigades in several places. [Stefan Fritsch]
22
23   *) mod_cache: Fix uri_meets_conditions() so that CacheEnable will
24      match by scheme, or by a wildcarded hostname. PR 40169
25      [Peter Grandi <pg_asf asf.for.sabi.co.uk>, Graham Leggett]
26
27   *) suxec: Allow to log an error if exec fails by setting FD_CLOEXEC
28      on the log file instead of closing it. PR 10744. [Nicolas Rachinsky]
29
30   *) mod_mime: Make RemoveType override the info from TypesConfig.
31      PR 38330. [Stefan Fritsch]
32
33   *) mod_cache: Introduce the option to run the cache from within the
34      normal request handler, and to allow fine grained control over
35      where in the filter chain content is cached. [Graham Leggett]
36
37   *) core: Treat timeout reading request as 408 error, not 400.
38      Log 408 errors in access log as was done in Apache 1.3.x.
39      PR 39785 [Nobutaka Mantani <nobutaka nobutaka.org>, 
40      Stefan Fritsch <sf fritsch.de>, Dan Poirier]
41
42   *) mod_ssl: Reintroduce SSL_CLIENT_S_DN, SSL_CLIENT_I_DN, SSL_SERVER_S_DN,
43      SSL_SERVER_I_DN back to the environment variables to be set by mod_ssl.
44      [Peter Sylvester <peter.sylvester edelweb.fr>]
45
46   *) mod_disk_cache: don't cache incomplete responses, per RFC 2616, 13.8.
47      PR15866.  [Dan Poirier]
48
49   *) ab: ab segfaults in verbose mode on https sites
50      PR46393.  [Ryan Niebur]
51
52   *) mod_dav: Allow other modules to become providers and add resource types
53      to the DAV response. [Jari Urpalainen <jari.urpalainen nokia.com>,
54      Brian France <brian brianfrance.com>]
55
56   *) mod_dav: Allow other modules to add things to the DAV or Allow headers
57      of an OPTIONS request. [Jari Urpalainen <jari.urpalainen nokia.com>,
58      Brian France <brian brianfrance.com>]
59
60   *) core: Lower memory usage of core output filter.
61      [Stefan Fritsch <sf sfritsch.de>]
62
63   *) mod_mime: Detect invalid use of MultiviewsMatch inside Location and
64      LocationMatch sections.  PR47754. [Dan Poirier]
65
66   *) mod_request: Make sure the KeptBodySize directive rejects values
67      that aren't valid numbers. [Graham Leggett]
68
69   *) mod_session_crypto: Sanity check should the potentially encrypted
70      session cookie be too short. [Graham Leggett]
71
72   *) mod_session.c: Prevent a segfault when session is added but not
73      configured. [Graham Leggett]
74
75   *) htcacheclean: 19 ways to fail, 1 error message. Fixed. [Graham Leggett]
76
77   *) mod_auth_digest: Fail server start when nonce count checking
78      is configured without shared memory, or md5-sess algorithm is
79      configured. [Dan Poirier]
80
81   *) mod_proxy_connect: The connect method doesn't work if the client is
82      connecting to the apache proxy through an ssl socket. Fixed.
83      PR29744. [Brad Boyer, Mark Cave-Ayland, Julian Gilbey, Fabrice Durand,
84      David Gence, Tim Dodge, Per Gunnar Hans, Emmanuel Elango,
85      Kevin Croft, Rudolf Cardinal]
86
87   *) mod_ssl: The error message when SSLCertificateFile is missing should
88      at least give the name or position of the problematic virtual host
89      definition. [Stefan Fritsch sf sfritsch.de]
90
91   *) mod_auth_digest: Fix null pointer when qop=none. [Dan Poirier]
92
93   *) Add support for HTTP PUT to ab. [Jeff Barnes <jbarnesweb yahoo.com>]
94
95   *) mod_headers: generalise the envclause to support expression
96      evaluation with ap_expr parser [Nick Kew]
97
98   *) mod_cache: Introduce the thundering herd lock, a mechanism to keep
99      the flood of requests at bay that strike a backend webserver as
100      a cached entity goes stale. [Graham Leggett]
101
102   *) mod_auth_digest: Fix usage of shared memory and re-enable it.
103      PR 16057 [Dan Poirier]
104
105   *) Preserve Port information over internal redirects
106      PR 35999 [Jonas Ringh <jonas.ringh cixit.se>]
107
108   *) Proxy: unable to connect to a backend is SERVICE_UNAVAILABLE,
109      rather than BAD_GATEWAY or (especially) NOT_FOUND.
110      PR 46971 [evanc nortel.com]
111
112   *) Various modules: Do better checking of pollset operations in order to
113      avoid segmentation faults if they fail. PR 46467
114      [Stefan Fritsch <sf sfritsch.de>]
115
116   *) mod_autoindex: Correctly create an empty cell if the description
117      for a file is missing. PR 47682 [Peter Poeml <poeml suse.de>]
118
119   *) ab: Fix broken error messages after resolver or connect() failures.
120      [Jeff Trawick]
121
122   *) SECURITY: CVE-2009-1890 (cve.mitre.org) 
123      Fix a potential Denial-of-Service attack against mod_proxy in a
124      reverse proxy configuration, where a remote attacker can force a
125      proxy process to consume CPU time indefinitely.  [Nick Kew, Joe Orton]
126
127   *) SECURITY: CVE-2009-1191 (cve.mitre.org)
128      mod_proxy_ajp: Avoid delivering content from a previous request which
129      failed to send a request body. PR 46949 [Ruediger Pluem]
130
131   *) htdbm: Fix possible buffer overflow if dbm database has very
132      long values.  PR 30586 [Dan Poirier]
133
134   *) core: Return APR_EOF if request body is shorter than the length announced
135      by the client. PR 33098 [ Stefan Fritsch <sf sfritsch.de>]
136
137   *) mod_suexec: correctly set suexec_enabled when httpd is run by a
138      non-root user and may have insufficient permissions.
139      PR 42175 [Jim Radford <radford blackbean.org>]
140
141   *) mod_ssl: Fix SSL_*_DN_UID variables to use the 'userID' attribute
142      type.  PR 45107.  [Michael Ströder <michael stroeder.com>,
143      Peter Sylvester <peter.sylvester edelweb.fr>]
144
145   *) mod_proxy_http: fix case sensitivity checking transfer encoding
146      PR 47383 [Ryuzo Yamamoto <ryuzo.yamamoto gmail.com>]
147
148   *) mod_alias: ensure Redirect issues a valid URL.
149      PR 44020 [Håkon Stordahl <hakon stordahl.org>]
150
151   *) mod_dir: add FallbackResource directive, to enable admin to specify
152      an action to happen when a URL maps to no file, without resorting
153      to ErrorDocument or mod_rewrite.  PR 47184 [Nick Kew]
154
155   *) mod_cgid: Do not leak the listening Unix socket file descriptor to the
156      CGI process. PR 47335 [Kornél Pál <kornelpal gmail.com>]
157
158   *) mod_rewrite: Remove locking for writing to the rewritelog.
159      PR 46942 [Dan Poirier <poirier pobox.com>]
160
161   *) mod_alias: check sanity in Redirect arguments.
162      PR 44729 [Sönke Tesch <st kino-fahrplan.de>, Jim Jagielski]
163
164   *) mod_proxy_http: fix Host: header for literal IPv6 addresses.
165      PR 47177 [Carlos Garcia Braschi <cgbraschi gmail.com>]
166
167   *) mod_cache: Add CacheIgnoreURLSessionIdentifiers directive to ignore
168      defined session identifiers encoded in the URL when caching.
169      [Ruediger Pluem]
170
171   *) mod_rewrite: Fix the error string returned by RewriteRule.
172      RewriteRule returned "RewriteCond: bad flag delimiters" when the 3rd
173      argument of RewriteRule was not started with "[" or not ended with "]".
174      PR 45082 [Vitaly Polonetsky <m_vitaly topixoft.com>]
175
176   *) Windows: Fix usage message.
177      [Rainer Jung]
178
179   *) apachectl: When passing through arguments to httpd in
180      non-SysV mode, use the "$@" syntax to preserve arguments.
181      [Eric Covener]
182
183   *) mod_dbd: add DBDInitSQL directive to enable SQL statements to
184      be run when a connection is opened.  PR 46827
185      [Marko Kevac <mkevac gmail.com>]
186
187   *) mod_cgid: Improve handling of long AF_UNIX socket names (ScriptSock).  
188      PR 47037.  [Jeff Trawick]
189
190   *) mod_proxy_ajp: Check more strictly that the backend follows the AJP
191      protocol. [Mladen Turk]
192
193   *) mod_proxy_ajp: Forward remote port information by default.
194      [Rainer Jung]
195
196   *) Allow MPMs to be loaded dynamically, as with most other modules.  This
197      required changes to the MPM interfaces.  Removed: mpm.h, mpm_default.h
198      (as an installed header), APACHE_MPM_DIR, MPM_NAME, ap_threads_per_child, 
199      ap_max_daemons_limit, ap_my_generation, etc.  ap_mpm_query() can't be
200      called until after the register-hooks phase.  [Jeff Trawick]
201
202   *) mod_ssl: Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives
203      to enable stricter checking of remote server certificates.
204      [Ruediger Pluem]
205
206   *) ab: Fix a 100% CPU loop on platforms where a failed non-blocking connect
207      returns EINPROGRESS and a subsequent poll() returns only POLLERR.
208      Observed on HP-UX.  [Eric Covener]
209
210   *) Remove broken support for BeOS, OS/2, TPF, and even older platforms such
211      as A/UX, Next, and Tandem.  [Jeff Trawick]
212
213   *) mod_proxy_ftp: Add ProxyFtpListOnWildcard directive to allow files with
214      globbing characters to be retrieved instead of converted into a 
215      directory listing.  PR 46789 [Dan Poirier <poirier pobox.com>]
216
217   *) Provide ap_retained_data_create()/ap_retained_data_get() for preservation
218      of module state across unload/load.  [Jeff Trawick]
219
220   *) mod_substitute: Fix a memory leak. PR 44948
221      [Dan Poirier <poirier pobox.com>]
222
223 Changes with Apache 2.3.2
224
225   *) mod_mime_magic: Fix detection of compressed content. [Rainer Jung]
226
227   *) mod_negotiation: Escape pathes of filenames in 406 responses to avoid
228      HTML injections and HTTP response splitting.  PR 46837.
229      [Geoff Keating <geoffk apple.com>]
230
231   *) mod_ssl: add support for type-safe STACK constructs in OpenSSL
232      development HEAD.  PR 45521.  [Kaspar Brand, Sander Temme]
233
234   *) ab: Fix maintenance of the pollset to resolve EALREADY errors 
235      with kqueue (BSD/OS X) and excessive CPU with event ports (Solaris).
236      PR 44584.  Use APR_POLLSET_NOCOPY for better performance with some
237      pollset implementations.  [Jeff Trawick]
238
239   *) mod_disk_cache: The module now turns off sendfile support if
240      'EnableSendfile off' is defined globally. [Lars Eilebrecht]
241
242   *) mod_deflate: Adjust content metadata before bailing out on 304
243      responses so that the metadata does not differ from 200 response.
244      [Roy T. Fielding]
245
246   *) mod_deflate: Fix creation of invalid Etag headers. We now make sure
247      that the Etag value is properly quoted when adding the gzip marker.
248      PR 39727, 45023. [Lars Eilebrecht, Roy T. Fielding]
249
250   *) Added 20x22 icons for ODF, SVG, and XML documents.  PR 37185.
251      [Peter Harlow]
252
253   *) Disabled DefaultType directive and removed ap_default_type()
254      from core.  We now exclude Content-Type from responses for which
255      a media type has not been configured via mime.types, AddType,
256      ForceType, or some other mechanism. PR 13986. [Roy T. Fielding]
257
258   *) mod_rewrite: Add IPV6 variable to RewriteCond
259      [Ryan Phillips <ryan-apache trolocsis.com>]
260
261   *) core: Enhance KeepAliveTimeout to support a value in milliseconds.
262      PR 46275. [Takashi Sato]
263
264   *) rotatelogs: Allow size units B, K, M, G and combination of
265      time and size based rotation. [Rainer Jung]
266
267   *) rotatelogs: Add flag for verbose (debug) output. [Rainer Jung]
268
269   *) mod_ssl: Fix merging of SSLRenegBufferSize directive. PR 46508
270      [<tlhackque yahoo.com>]
271
272   *) core: Translate the the status line to ASCII on EBCDIC platforms in
273      ap_send_interim_response() and for locally generated "100 Continue"
274      responses.  [Eric Covener]
275
276   *) prefork: Fix child process hang during graceful restart/stop in
277      configurations with multiple listening sockets.  PR 42829.  [Joe Orton,
278      Jeff Trawick]
279
280   *) mod_session_crypto: Ensure that SessionCryptoDriver can only be
281      set in the global scope. [Graham Leggett]
282
283   *) mod_ext_filter: We need to detect failure to startup the filter
284      program (a mangled response is not acceptable).  Fix to detect
285      failure, and offer configuration option either to abort or
286      to remove the filter and continue.
287      PR 41120 [Nick Kew]
288
289   *) mod_session_crypto: Rewrite the session_crypto module against the
290      apr_crypto API. [Graham Leggett]
291
292   *) mod_auth_form: Fix a pool lifetime issue, don't remove the subrequest
293      until the main request is cleaned up. [Graham Leggett]
294
295 Changes with Apache 2.3.1
296
297   *) ap_slotmem: Add in new slot-based memory access API impl., including
298      2 providers (mod_sharedmem and mod_plainmem) [Jim Jagielski,
299      Jean-Frederic Clere, Brian Akins <brian.akins turner.com>]
300
301   *) mod_include: support generating non-ASCII characters as entities in SSI
302      PR 25202 [Nick Kew]
303
304   *) core/utils: Enhance ap_escape_html API to support escaping non-ASCII chars
305      PR 25202 [Nick Kew]
306
307   *) mod_rewrite: fix "B" flag breakage by reverting r5589343
308     PR 45529 [Bob Ionescu <bobsiegen googlemail.com>]
309
310   *) CGI: return 504 (Gateway timeout) rather than 500 when a script
311      times out before returning status line/headers.
312      PR 42190 [Nick Kew]
313
314   *) mod_cgid: fix segfault problem on solaris.
315      PR 39332 [Masaoki Kobayashi <masaoki techfirm.co.jp>]
316
317   *) mod_proxy_scgi: Added. [André Malo]
318
319   *) mod_cache: Introduce 'no-cache' per-request environment variable
320      to prevent the saving of an otherwise cacheable response.
321      [Eric Covener]
322
323   *) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome
324      way that per-directory rewrites append the previous notion of PATH_INFO
325      to each substitution before evaluating subsequent rules. 
326      PR 38642 [Eric Covener]
327
328   *) mod_cgid: Do not add an empty argument when calling the CGI script.
329      PR 46380 [Ruediger Pluem]
330
331   *) scoreboard: Remove unused sb_type from process_score.
332      [Torsten Foertsch <torsten.foertsch gmx.net>, Chris Darroch]
333
334   *) mod_ssl: Add SSLRenegBufferSize directive to allow changing the
335      size of the buffer used for the request-body where necessary
336      during a per-dir renegotiation.  PR 39243.  [Joe Orton]
337
338   *) mod_proxy_fdpass: New module to pass a client connection over to a separate
339      process that is reading from a unix daemon socket.
340
341   *) mod_ssl: Improve environment variable extraction to be more
342      efficient and to correctly handle DNs with duplicate tags.
343      PR 45975.  [Joe Orton]
344
345   *) Remove the obsolete serial attribute from the RPM spec file. Compile
346      against the external pcre. Add missing binaries fcgistarter, and
347      mod_socache* and mod_session*. [Graham Leggett]
348
349 Changes with Apache 2.3.0
350
351   *) mod_ratelimit: New module to do bandwidth rate limiting. [Paul Querna]
352
353   *) Remove X-Pad header which was added as a work around to a bug in 
354      Netscape 2.x to 4.0b2. [Takashi Sato <takashi lans-tv.com>]
355
356   *) Add DTrace Statically Defined Tracing (SDT) probes.
357     [Theo Schlossnagle <jesus omniti.com>, Paul Querna]
358
359   *) mod_proxy_balancer: Move all load balancing implementations
360      as individual, self-contained mod_proxy submodules under
361      modules/proxy/balancers [Jim Jagielski]
362
363   *) Rename APIs to include ap_ prefix:
364         find_child_by_pid -> ap_find_child_by_pid
365         suck_in_APR -> ap_suck_in_APR
366         sys_privileges_handlers -> ap_sys_privileges_handlers
367         unixd_accept -> ap_unixd_accept
368         unixd_config -> ap_unixd_config
369         unixd_killpg -> ap_unixd_killpg
370         unixd_set_global_mutex_perms -> ap_unixd_set_global_mutex_perms
371         unixd_set_proc_mutex_perms -> ap_unixd_set_proc_mutex_perms
372         unixd_set_rlimit -> ap_unixd_set_rlimit
373      [Paul Querna]
374
375   *) core: When the ap_http_header_filter processes an error bucket, cleanup
376      the passed brigade before returning AP_FILTER_ERROR down the filter 
377      chain. This unambiguously ensures the same error bucket isn't revisited
378      [Ruediger Pluem]
379
380   *) mod_lbmethod_heartbeat: New module to load balance mod_proxy workers
381      based on heartbeats. [Paul Querna]
382
383   *) mod_heartmonitor: New module to collect heartbeats, and write out a file
384      so that other modules can load balance traffic as needed. [Paul Querna]
385
386   *) mod_heartbeat: New module to generate multicast heartbeats to know if a 
387      server is online. [Paul Querna]
388
389   *) core: Error responses set by filters were being coerced into 500 errors,
390      sometimes appended to the original error response. Log entry of:
391      'Handler for (null) returned invalid result code -3' 
392      [Eric Covener]
393
394   *) mod_buffer: Honour the flush bucket and flush the buffer in the
395      input filter. Make sure that metadata buckets are written to
396      the buffer, not to the final brigade. [Graham Leggett]
397
398   *) mod_buffer: Optimise the buffering of heap buckets when the heap
399      buckets stay exactly APR_BUCKET_BUFF_SIZE long. [Graham Leggett,
400      Ruediger Pluem]
401
402   *) mod_buffer: Optional support for buffering of the input and output
403      filter stacks. Can collapse many small buckets into fewer larger
404      buckets, and prevents excessively small chunks being sent over
405      the wire. [Graham Leggett]
406
407   *) mod_privileges: new module to make httpd on Solaris privileges-aware
408      and to enable different virtualhosts to run with different
409      privileges and Unix user/group IDs [Nick Kew]
410
411   *) mod_mem_cache: this module has been removed. [William Rowe]
412
413   *) authn/z: Remove mod_authn_default and mod_authz_default.
414      [Chris Darroch]
415
416   *) authz: Fix handling of authz configurations, make default authz
417      logic replicate 2.2.x authz logic, and replace <Satisfy*>, Reject,
418      and AuthzMergeRules directives with Match, <Match*>, and AuthzMerge
419      directives.  [Chris Darroch]
420
421   *) mod_authn_core: Prevent crash when provider alias created to
422      provider which is not yet registered.  [Chris Darroch]
423
424   *) mod_authn_core: Add AuthType of None to support disabling
425      authentication.  [Chris Darroch]
426
427   *) core: Allow <Limit> and <LimitExcept> directives to nest, and
428      constrain their use to conform with that of other access control
429      and authorization directives.  [Chris Darroch]
430
431   *) unixd: turn existing code into a module, and turn the set user/group
432      and chroot into a child_init function. [Nick Kew]
433
434   *) core: Add ap_timeout_parameter_parse to public API. [Ruediger Pluem]
435
436   *) mod_dir: Support "DirectoryIndex disabled" 
437      Suggested By André Warnier <aw ice-sa.com> [Eric Covener]
438
439   *) mod_ssl: Send Content-Type application/ocsp-request for POST requests to
440      OSCP responders. PR 46014 [Dr Stephen Henson <steve openssl.org>]
441
442   *) Export and install the mod_rewrite.h header to ensure the optional
443      rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are
444      available to third party modules. [Graham Leggett]
445
446   *) mod_authnz_ldap: don't return NULL-valued environment variables to
447      other modules.  PR 39045 [Francois Pesce <francois.pesce gmail.com>]
448
449   *) Don't adjust case in pathname components that are not of interest
450      to mod_mime.  Fixes mod_negotiation's use of such components.
451      PR 43250 [Basant Kumar Kukreja <basant.kukreja sun.com>]
452
453   *) Be tolerant in what you accept - accept slightly broken
454      status lines from a backend provide they include a valid status code.
455      PR 44995 [Rainer Jung <rainer.jung kippdata.de>]
456
457   *) New module mod_sed: filter Request/Response bodies through sed
458      [Basant Kumar Kukreja <basant.kukreja sun.com>]
459
460   *) mod_auth_form: Make sure that basic authentication is correctly
461      faked directly after login. [Graham Leggett]
462
463   *) mod_session_cookie, mod_session_dbd: Make sure cookies are set both
464      within the output headers and error output headers, so that the
465      session is maintained across redirects. [Graham Leggett]
466
467   *) mod_auth_form: Make sure the logged in user is populated correctly
468      after a form login. Fixes a missing REMOTE_USER variable directly
469      following a login. [Graham Leggett]
470
471   *) mod_session_cookie: Make sure that cookie attributes are correctly
472      included in the blank cookie when cookies are removed. This fixes an
473      inability to log out when using mod_auth_form. [Graham Leggett]
474
475   *) mod_autoindex: add configuration option to insert string
476      in HTML HEAD. [Nick Kew]
477
478   *) mod_session: Prevent a segfault when a CGI script sets a cookie with a
479      null value. [David Shane Holden <dpejesh apache.org>]
480
481   *) mod_headers: Prevent Header edit from processing only the first header
482      of possibly multiple headers with the same name and deleting the
483      remaining ones. PR 45333.  [Ruediger Pluem]
484
485   *) mod_rewrite: Preserve the query string with [proxy,noescape]. PR 45247
486      [Tom Donovan]
487
488   *) core, authn/z: Determine registered authn/z providers directly in
489      ap_setup_auth_internal(), which allows optional functions that just
490      wrapped ap_list_provider_names() to be removed from authn/z modules.
491      [Chris Darroch]
492
493   *) authn/z: Convert common provider version strings to macros.
494      [Chris Darroch]
495
496   *) ab: Make ab.c compile on VC6. PR 45024 [Ruediger Pluem]
497
498   *) configure: Don't reject libtool 2.x
499      PR 44817 [Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA gmail.com>]
500
501   *) core: When testing for slash-terminated configuration paths in
502      ap_location_walk(), don't look past the start of an empty string
503      such as that created by a <Location ""> directive.
504      [Chris Darroch]
505
506   *) core, mod_proxy: If a kept_body is present, it becomes safe for
507      subrequests to support message bodies. Make sure that safety
508      checks within the core and within the proxy are not triggered
509      when kept_body is present. This makes it possible to embed
510      proxied POST requests within mod_include. [Graham Leggett]
511
512   *) mod_auth_form: Make sure the input filter stack is properly set
513      up before reading the login form. Make sure the kept body filter
514      is correctly inserted to ensure the body can be read a second
515      time safely should the authn be successful. [Graham Leggett,
516      Ruediger Pluem]
517
518   *) mod_request: Insert the KEPT_BODY filter via the insert_filter
519      hook instead of during fixups. Add a safety check to ensure the
520      filters cannot be inserted more than once. [Graham Leggett,
521      Ruediger Pluem]
522
523   *) core: Do not allow Options ALL if not all options are allowed to be
524      overwritten. PR 44262 [Michał Grzędzicki <lazy iq.pl>]
525
526   *) ap_cache_cacheable_headers_out() will (now) always
527      merge an error headers _before_ clearing them and _before_
528      merging in the actual entity headers and doing normal
529      hop-by-hop cleansing. [Dirk-Willem van Gulik].
530
531   *) cache: retire ap_cache_cacheable_hdrs_out() which was used
532      for both in- and out-put headers; and replace it by a single
533      ap_cache_cacheable_headers() wrapped in a in- and out-put
534      specific ap_cache_cacheable_headers_in()/out(). The latter
535      which will also merge error and ensure content-type. To keep
536      cache modules consistent with ease. This API change bumps
537      up the minor MM by one [Dirk-Willem van Gulik].
538
539   *) mod_rewrite: Allow Cookie option to set secure and HttpOnly flags.
540      PR 44799 [Christian Wenz <christian wenz.org>]
541
542   *) Move the KeptBodySize directive, kept_body filters and the
543      ap_parse_request_body function out of the http module and into a
544      new module called mod_request, reducing the size of the core.
545      [Graham Leggett]
546
547   *) mod_dbd: Handle integer configuration directive parameters with a
548      dedicated function.
549
550   *) Change the directives within the mod_session* modules to be valid
551      both inside and outside the location/directory sections, as
552      suggested by wrowe. [Graham Leggett]
553
554   *) mod_auth_form: Add a module capable of allowing end users to log
555      in using an HTML form, storing the credentials within mod_session.
556      [Graham Leggett]
557
558   *) Add a function to the http filters that is able to parse an HTML
559      form request with the type of application/x-www-form-urlencoded.
560      [Graham Leggett]
561
562   *) mod_session_crypto: Initialise SSL in the post config hook.
563      [Ruediger Pluem, Graham Leggett]
564
565   *) mod_session_dbd: Add a session implementation capable of storing
566      session information in a SQL database via the dbd interface. Useful
567      for sites where session privacy is important. [Graham Leggett]
568
569   *) mod_session_crypto: Add a session encoding implementation capable
570      of encrypting and decrypting sessions wherever they may be stored.
571      Introduces a level of privacy when sessions are stored on the
572      browser. [Graham Leggett]
573
574   *) mod_session_cookie: Add a session implementation capable of storing
575      session information within cookies on the browser. Useful for high
576      volume sites where server bound sessions are too resource intensive.
577      [Graham Leggett]
578
579   *) mod_session: Add a generic session interface to unify the different
580      attempts at saving persistent sessions across requests.
581      [Graham Leggett]
582
583   *) core, authn/z: Avoid calling access control hooks for internal requests
584      with configurations which match those of initial request.  Revert to
585      original behaviour (call access control hooks for internal requests
586      with URIs different from initial request) if any access control hooks or
587      providers are not registered as permitting this optimization.
588      Introduce wrappers for access control hook and provider registration
589      which can accept additional mode and flag data.  [Chris Darroch]
590
591   *) Introduced ap_expr API for expression evaluation.
592      This is adapted from mod_include, which is the first module
593      to use the new API.
594      [Nick Kew]
595
596   *) mod_authz_dbd: When redirecting after successful login/logout per
597      AuthzDBDRedirectQuery, do not report authorization failure, and use
598      first row returned by database query instead of last row.
599      [Chris Darroch]
600
601   *) mod_ldap: Correctly return all requested attribute values
602      when some attributes have a null value. 
603      PR 44560 [Anders Kaseorg <anders kaseorg.com>]
604
605   *) core: check symlink ownership if both FollowSymlinks and
606      SymlinksIfOwnerMatch are set [Nick Kew]
607
608   *) core: fix origin checking in SymlinksIfOwnerMatch
609      PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
610
611   *) Activate mod_cache, mod_file_cache and mod_disk_cache as part of the
612      'most' set for '--enable-modules' and '--enable-shared-mods'. Include 
613      mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]
614
615   *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these
616      contain public function declarations which are useful for
617      third party module authors. PR 42431 [Dirk-Willem van Gulik].
618
619   *) mod_dir, mod_negotiation: pass the output filter information
620      to newly created sub requests; as these are later on used
621      as true requests with an internal redirect. This allows for
622      mod_cache et.al. to trap the results of the redirect. 
623      [Dirk-Willem van Gulik, Ruediger Pluem]
624
625   *) mod_ldap: Add support (taking advantage of the new APR capability)
626      for ldap rebind callback while chasing referrals. This allows direct
627      searches on LDAP servers (in particular MS Active Directory 2003+)
628      using referrals without the use of the global catalog.
629      PRs 26538, 40268, and 42557 [Paul J. Reder]
630
631   *) mod_ssl: Added server name indication support (SNI, RFC 4366).
632      PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
633      can be created with test/make_sni.sh [Dirk-Willem van Gulik].
634
635   *) ApacheMonitor.exe: Introduce --kill argument for use by the
636      installer.  This will permit the installation tool to remove
637      all running instances before attempting to remove the .exe.
638      [William Rowe]
639
640   *) mod_ssl: Add support for OCSP validation of client certificates.
641      PR 41123.  [Marc Stern <marc.stern approach.be>, Joe Orton]
642
643   *) mod_serf: New module for Reverse Proxying. [Paul Querna]
644
645   *) core: Add the option to keep aside a request body up to a certain
646      size that would otherwise be discarded, to be consumed by filters
647      such as mod_include. When enabled for a directory, POST requests
648      to shtml files can be passed through to embedded scripts as POST
649      requests, rather being downgraded to GET requests. [Graham Leggett]
650
651   *) mod_ssl: Fix TLS upgrade (RFC 2817) support.  PR 41231.  [Joe Orton]
652
653   *) scoreboard: Correctly declare ap_time_process_request.
654      PR 43789 [Tom Donovan <Tom.Donovan acm.org>]
655
656   *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
657      from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
658      provide the unusual legacy lookup.  [William Rowe]
659
660   *) mpm winnt: fix null pointer dereference
661      PR 42572 [Davi Arnaut]
662
663   *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
664      parameters to the environment. Improve portability to
665      EBCDIC machines by using apr_toupper(). [Martin Kraemer]
666
667   *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
668      to authorize an authenticated user via a "require ldap-group X" directive
669      where the user is not in group X, but is in a subgroup contained in X.
670      PR 42891 [Paul J. Reder]
671
672   *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
673
674   *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
675      for SDKs that define LDAP_NO_LIMIT to something other than -1.
676      [David Jones <oscaremma gmail.com>]
677
678   *) apxs: Enhance -q flag to print all known variables and their values
679      when invoked without variable name(s). 
680      [William Rowe, Sander Temme]
681
682   *) apxs: Eliminate run-time check for mod_so.  PR 40653.
683      [David M. Lee <dmlee crossroads.com>]
684
685   *) beos MPM: Create pmain pool and run modules' child_init hooks when
686      entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
687      [Chris Darroch]
688
689   *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
690      cleanups registered in modules' child_init hooks are performed.
691      [Chris Darroch]
692
693   *) mod_dbd: Stash DBD connections in request_config of initial request
694      only, or else sub-requests and internal redirections may cause
695      entire DBD pool to be stashed in a single HTTP request.  [Chris Darroch]
696
697   *) Fix issue which could cause error messages to be written to access logs
698      on Win32.  PR 40476.  [Tom Donovan <Tom.Donovan acm.org>]
699
700   *) The LockFile directive, which specifies the location of
701      the accept() mutex lockfile, is deprecated. Instead, the
702      AcceptMutex directive now takes an optional lockfile
703      location parameter, ala SSLMutex. [Jim Jagielski]
704
705   *) mod_authn_dbd: Export any additional columns queried in the SQL select
706      into the environment with the name AUTHENTICATE_<COLUMN>. This brings
707      mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
708
709   *) mod_dbd: Key the storage of prepared statements on the hex string
710      value of server_rec, rather than the server name, as the server name
711      may change (eg when the server name is set) at any time, causing
712      weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
713
714   *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
715
716   *) sendfile_nonblocking() takes the _brigade_ as an argument, gets 
717      the first bucket from the brigade, finds it not to be a FILE
718      bucket and barfs. The fix is to pass a bucket rather than a brigade.
719      [Niklas Edmundsson <nikke acc.umu.se>]
720
721   *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
722
723   *) ap_get_server_version() has been removed.  Third-party modules must 
724      now use ap_get_server_banner() or ap_get_server_description().
725      [Jeff Trawick]
726
727   *) All MPMs: Introduce a check_config phase between pre_config and
728      open_logs, to allow modules to review interdependent configuration
729      directive values and adjust them while messages can still be logged
730      to the console.  Handle relevant MPM directives during this phase
731      and format messages for both the console and the error log, as
732      appropriate.  [Chris Darroch]
733
734   *) mod_proxy: don't URLencode tilde in path component
735      [Stijn Hoop <stijn sandcat.nl>]
736
737   *) mpm_winnt: Fix return values from wait_for_many_objects.
738      The return value is index to the signaled thread in the
739      creted_threads array. We can not use WAIT_TIMEOUT because
740      his value is defined as 258, thus limiting the MaxThreads
741      to that value. [Mladen Turk]
742
743   *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
744      to circumvent the symbolic link checks imposed by FollowSymLinks and
745      SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
746
747   *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
748      configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
749      The default is none as this is far greater debugging resolution than 
750      the typical administrator is prepared to untangle.  [William Rowe]
751
752   *) mod_disk_cache: If possible, check if the size of an object to cache is
753      within the configured boundaries before actually saving data.
754      [Niklas Edmundsson <nikke acc.umu.se>]
755
756   *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
757      final name. [Davi Arnaut <davi haxent.com.br>]
758
759   *) Worker and event MPMs: Remove improper scoreboard updates which were
760      performed in the event of a fork() failure.  [Chris Darroch]
761
762   *) Add support for fcgi:// proxies to mod_rewrite.
763      [Markus Schiegl <ms schiegl.com>]
764
765   *) Remove incorrect comments from scoreboard.h regarding conditional
766      loading of worker_score structure with mod_status, and remove unused
767      definitions relating to old life_status field.
768      [Chris Darroch <chrisd pearsoncmg.com>]
769
770   *) Remove allocation of memory for unused array of lb_score pointers
771      in ap_init_scoreboard().  [Chris Darroch <chrisd pearsoncmg.com>]
772
773   *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
774      [Garrett Rooney, Jim Jagielski, Paul Querna]
775
776   *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
777      [Chris Darroch <chrisd pearsoncmg.com>]
778
779   *) mod_charset_lite: Remove Content-Length when output filter can 
780      invalidate it.  Warn when input filter can invalidate it.
781      [Jeff Trawick]
782
783   *) Authz: Add the new module mod_authn_core that will provide common
784      authn directives such as 'AuthType', 'AuthName'.  Move the directives
785      'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias 
786      into mod_authn_core. [Brad Nicholes]
787
788   *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy' 
789      into the new module mod_access_compat which can be loaded to provide 
790      support for these directives.
791      [Brad Nicholes]
792
793   *) Authz: Move the 'Require' directive from the core module as well as 
794      add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>' 
795      and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR' 
796      logic into the authorization processing. [Brad Nicholes]
797
798   *) Authz: Add the new module mod_authz_core which acts as the 
799      authorization provider vector and contains common authz 
800      directives. [Brad Nicholes]
801
802   *) Authz: Renamed mod_authz_dbm authz providers from 'group' and 
803      'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
804
805   *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
806      host-based access control provided by mod_authz_host and invoked 
807      through the 'Require' directive. [Brad Nicholes]
808
809   *) Authz: Convert all of the authz modules from hook based to 
810      provider based. [Brad Nicholes]
811
812   *) mod_cache: Add CacheMinExpire directive to set the minimum time in
813      seconds to cache a document.
814      [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
815
816   *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
817
818   *) Fix typo in ProxyStatus syntax error message.
819      [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
820
821   *) Asynchronous write completion for the Event MPM.  [Brian Pane]
822
823   *) Added an End-Of-Request bucket type.  The logging of a request and
824      the freeing of its pool are now done when the EOR bucket is destroyed.
825      This has the effect of delaying the logging until right after the last
826      of the response is sent; ap_core_output_filter() calls the access logger
827      indirectly when it destroys the EOR bucket.  [Brian Pane]
828
829   *) Rewrite of logresolve support utility: IPv6 addresses are now supported
830      and the format of statistical output has changed. [Colm MacCarthaigh]
831
832   *) Rewrite of ap_coreoutput_filter to do nonblocking writes  [Brian Pane]
833
834   *) Added new connection states for handler and write completion
835      [Brian Pane]
836
837   *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs.  PR 34264.
838      [Justin Erenkrantz]
839
840   *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
841      allowing string-valued client certificate attributes to be used for
842      access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
843      [Martin Kraemer, David Reid]
844
845   [Apache 2.1.0-dev includes those bug fixes and changes with the
846    Apache 2.2.xx tree as documented, and except as noted, below.]
847
848 Changes with Apache 2.2.x and later:
849
850   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
851
852 Changes with Apache 2.0.x and later:
853
854   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
855
856 Changes with Apache 1.3.x and later:
857
858   *) http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/src/CHANGES?view=markup