]> granicus.if.org Git - apache/blob - CHANGES
CVE-2012-3499
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) mod_status: Print out list of times since a Vhost was last used.
5      [Jim Jagielski]
6
7   *) core: Don't fail at startup with AH00554 when Include points to 
8      a directory without any wildcard character. PR 54223 [Eric Covener]
9
10   *) core: Fail startup if the argument to ServerTokens is unrecognized.  
11      PR 54222 [Jackie Zhang  <jackie.qq.zhang gmail.com>]
12
13   *) mod_log_forensic: Don't log a spurious "-" if a request has been rejected
14      before mod_log_forensic could attach its id to it. [Stefan Fritsch]
15
16   *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
17      variables. [Stefan Fritsch]
18
19   *) mod_rewrite: Stop mergeing RewriteBase down to subdirectories
20      unless new option 'RewriteOptions MergeBase' is configured.
21      PR 53963. [Eric Covener]
22
23   *) mod_session_dbd: fix a segmentation fault in the function dbd_remove.
24     PR 53452. [<rebanerebane gmail com>, Reimo Rebane]
25   
26   *) core: New directive RegisterHttpMethod for registering non-standard
27      HTTP methods. [Stefan Fritsch]
28
29   *) mod_xml2enc: Fix problems with charset conversion altering the
30      Content-Length. [Micha Lenk <micha lenk info>]
31
32   *) core: New directive HttpProtocol which allows to disable HTTP/0.9
33      support. [Stefan Fritsch]
34
35   *) mod_allowhandlers: New module to forbid specific handlers for specific
36      directories. [Stefan Fritsch]
37
38   *) core: Be more correct about rejecting directives that cannot work in <If>
39      sections. [Stefan Fritsch]
40
41   *) core: Fix directives like LogLevel that need to know if they are invoked
42      at virtual host context or in Directory/Files/Location/If sections to
43      work properly in If sections that are not in a Directory/Files/Location.
44      [Stefan Fritsch]
45  
46   *) mod_cache_disk: Resolve errors while revalidating disk-cached files on 
47      Windows ("...rename tempfile to datafile failed..."). PR 38827
48      [Eric Covener]
49
50   *) mod_proxy: Add ability to configure the sticky session separator.
51      PR 53893. [<inu inusasha de>, Jim Jagielski]
52
53   *) mod_proxy_ftp: Fix segfaults on IPv4 requests to hosts with DNS AAAA records.
54      PR 40841. [Andrew Rucker Jones <arjones simultan dyndns org>,
55      <ast domdv de>, Jim Jagielski]
56
57   *) ap_expr: Add req_novary function that allows HTTP header lookups
58      without adding the name to the Vary header. [Stefan Fritsch]
59
60   *) mod_ssl: Change default for SSLCompression to off, as compression
61      causes security issues in most setups. (The so called "CRIME" attack).
62      [Stefan Fritsch]
63
64   *) syslog logging: Remove stray ", referer" at the end of some messages.
65      [Jeff Trawick]
66
67   *) configure: Fix processing of --disable-FEATURE for various features.
68      [Jeff Trawick]
69
70   *) "Iterate" directives: Report an error if no arguments are provided.
71      [Jeff Trawick]
72
73   *) htpasswd, htdbm: Optionally read passwords from stdin, as more
74      secure alternative to -b.  PR 40243. [Adomas Paltanavicius <adomas
75      paltanavicius gmail com>, Stefan Fritsch]
76
77   *) htpasswd, htdbm: Add support for bcrypt algorithm (requires
78      apr-util 1.5 or higher). PR 49288. [Stefan Fritsch]
79
80   *) htpasswd, htdbm: Put full 48bit of entropy into salt, improve
81      error handling. Add some of htpasswd's improvements to htdbm,
82      e.g. warn if password is truncated by crypt(). [Stefan Fritsch]
83
84   *) ab: add TLS1.1/TLS1.2 options to -f switch, and adapt output
85      to more accurately report the negotiated protocol. PR 53916.
86      [Nicolás Pernas Maradei <nico emutex com>, Kaspar Brand]
87
88   *) mod_systemd: New module, for integration with systemd on Linux.
89      [Jan Kaluza <jkaluza redhat.com>]
90
91   *) core: ErrorDocument now works for requests without a Host header.
92      PR 48357.  [Jeff Trawick]
93
94   *) --with-module: Fix failure to integrate them into some existing
95      module directories.  PR 40097.  [Jeff Trawick]
96
97   *) mod_headers: New params: %l for load averages, %i for an
98      idle percentage rating of httpd, and %b for a busy percentage
99      rating. [Jim Jagielski]
100
101   *) core: New functions to obtain load parameters: ap_get_sload()
102      and ap_get_loadavg(). [Jim Jagielski]
103
104   *) mod_cache_socache: New cache implementation backed by mod_socache
105      that replaces mod_mem_cache removed from httpd v2.2. [Graham
106      Leggett]
107
108   *) mod_auth_form: Support the expr parser in the
109      AuthFormLoginRequiredLocation, AuthFormLoginSuccessLocation and
110      AuthFormLogoutLocation directives. [Graham Leggett]
111
112   *) core: Add dirwalk_stat and pre_htaccess hooks, allowing mpm-itk
113      to be used without patches to httpd core.  [Jeff Trawick]
114
115   *) mod_proxy: Allow for persistence of local changes (via the
116      balancer-manager) between graceful and normal restarts.
117      [Jim Jagielski]
118
119   *) mod_slotmem: New provider function, fgrab(), which forces an
120      allocation of a slot. [Jim Jagielski]
121
122   *) mod_proxy_balancer: The nonce is only derived from the UUID iff
123      not set via the 'nonce' balancer param. [Jim Jagielski]
124
125   *) mod_lua: Add LuaInputFilter/LuaOutputFilter for creating content
126      filters in Lua [Daniel Gruno]
127
128   *) core: Apply length limit when logging Status header values.
129      [Jeff Trawick, Chris Darroch]
130
131   *) mod_ssl: Match wildcard SSL certificate names in proxy mode.  
132      PR 53006.  [Joe Orton]
133
134   *) WinNT MPM: Store pid and generation for each thread in scoreboard
135      to allow tracking of threads from exiting children via mod_status
136      or other such mechanisms.  [Jeff Trawick]
137
138   *) mod_ssl: Catch missing or mismatched client cert/key pairs with
139      SSLProxyMachineCertificateFile/Path directives.  PR 52212.  
140      [Keith Burdis <keith burdis.org>, Joe Orton]
141
142   *) mod_lua: Allow scripts handled by the lua-script handler to return 
143      a status code to the client (such as a 302 or a 500) [Daniel Gruno]
144
145   *) mod_proxy_ajp: Fix crash in packet dump code when logging
146      with LogLevel trace7 or trace8.  PR 53730.  [Rainer Jung]
147
148   *) mod_cache: Wrong content type and character set when
149      mod_cache serves stale content because of a proxy error. 
150      PR 53539.  [Rainer Jung, Ruediger Pluem]
151
152   *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
153      rather than throwing an internal server error. [Daniel Gruno]
154
155   *) mod_lua: Add functions r:flush and r:sendfile as well as additional
156      request information to the request_rec structure. [Daniel Gruno]
157
158   *) mod_lua: Add a server scope for Lua states, which creates a pool of
159      states with managable minimum and maximum size. [Daniel Gruno]
160
161   *) core: Add post_perdir_config hook.
162      [Steinar Gunderson <sgunderson bigfoot.com>]
163
164   *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping 
165      URIs to Lua scripts and functions using regular expressions.
166      [Daniel Gruno]
167
168   *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
169      caching of lua scripts. [Daniel Gruno]
170
171   *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
172      - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
173      - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
174        mutexes (Mutex)
175      - mod_cache: thundering herd lock directory
176      - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
177      - mod_ldap: shared memory cache
178      - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
179      [Jeff Trawick]
180
181   *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
182
183   *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
184      for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
185      Christophe Renou, Peter Sylvester]
186
187   *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory.  Make
188      ap_pregcomp() abort if out of memory. This raises the minimum PCRE
189      requirement to version 6.0. PR 53284. [Stefan Fritsch]
190
191   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
192      setuid/setgid capability bits rather than a setuid root binary.
193      [Joe Orton]
194
195   *) suexec: Add support for logging to syslog as an alternative to logging
196      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
197      [Joe Orton]
198
199   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
200      [Matthew Steele <mdsteele google.com>]
201
202   *) various modules, rotatelogs: Replace use of apr_file_write() with
203      apr_file_write_full() to prevent incomplete writes. PR 53131.
204      [Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
205
206   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
207      be compiled by the build compiler instead of the host compiler.
208      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
209      PR 51257. [Guenter Knauf]
210
211   *) core: In maintainer mode, replace apr_palloc with a version that
212      initializes the allocated memory with non-zero values, except if
213      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
214
215   *) mod_policy: Add a new testing module to help server administrators
216      enforce a configurable level of protocol compliance on their
217      servers and application servers behind theirs. [Graham Leggett]
218
219   *) mod_firehose: Add a new debugging module able to record traffic
220      passing through the server in such a way that connections and/or
221      requests be reconstructed and replayed. [Graham Leggett]
222
223   *) mod_noloris
224
225   *) APREQ
226
227   *) Simple MPM
228
229   *) mod_serf
230
231   [Apache 2.5.0-dev includes those bug fixes and changes with the
232    Apache 2.4.xx tree as documented below, except as noted.]
233
234 Changes with Apache 2.4.x and later:
235
236   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
237
238 Changes with Apache 2.2.x and later:
239
240   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
241
242 Changes with Apache 2.0.x and later:
243
244   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
245