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