2007-12-13 02:08:14 +03:00
|
|
|
12 Dec 2007 - 2.5.0-rc1
|
|
|
|
-----------------------
|
2007-08-08 22:25:03 +04:00
|
|
|
|
2007-12-13 03:58:02 +03:00
|
|
|
* Added t:jsDecodeUni to decode JavScript \uXXXX encoding.
|
|
|
|
|
2007-12-13 01:52:08 +03:00
|
|
|
* Added IS_NEW and IS_EXPIRED built-in collection variables.
|
|
|
|
|
2007-12-11 20:53:50 +03:00
|
|
|
* Added SecMarker <id> directive to allow a fixed target for skipAfter.
|
|
|
|
|
2007-12-01 00:31:12 +03:00
|
|
|
* The invoked rule is now logged in the debug log at level 5.
|
|
|
|
|
|
|
|
* New audit log part 'K' logs all matching rules.
|
2007-11-30 03:52:21 +03:00
|
|
|
|
2007-11-29 14:41:48 +03:00
|
|
|
* Implemented SecRequestBodyNoFilesLimit.
|
|
|
|
|
2007-11-27 13:52:14 +03:00
|
|
|
* Enhance handling of the case where we run out of disk space while
|
|
|
|
writing to audit log entry.
|
|
|
|
|
2007-11-26 20:04:42 +03:00
|
|
|
* Renamed SecGeoLookupsDb to SecGeoLookupDB.
|
|
|
|
|
2007-11-26 19:22:33 +03:00
|
|
|
* Implement SecComponentSignature.
|
|
|
|
|
2007-11-03 01:31:47 +03:00
|
|
|
* Fix warnings on Solaris and/or 64bit builds.
|
|
|
|
|
2007-10-17 23:59:28 +04:00
|
|
|
* Added skipAfter:<id> action to allow skipping all rules until a rule
|
|
|
|
with a specified ID is reached. Rule execution then continues after
|
|
|
|
the specified rule.
|
|
|
|
|
2007-10-17 23:11:47 +04:00
|
|
|
* Added ctl:ruleRemoveById action to allow rule removal on a match.
|
|
|
|
|
2007-10-02 22:50:35 +04:00
|
|
|
* Added a @containsWord operator that will match a given string anywhere in
|
|
|
|
the target value, but only on word boundaries.
|
|
|
|
|
2007-10-03 04:23:46 +04:00
|
|
|
* New MATCHED_VAR variable to store the last matched variable name
|
2007-10-02 02:35:52 +04:00
|
|
|
so that it can be more easily used by rules.
|
|
|
|
|
2007-10-01 21:24:10 +04:00
|
|
|
* Fixed expansion of macros when using relative changes with setvar. In
|
|
|
|
addition, added support for expanding macros in the variable name.
|
|
|
|
|
2007-09-28 01:18:23 +04:00
|
|
|
* Situations where ModSecurity will intercept, generate an error or log
|
2007-09-29 00:02:02 +04:00
|
|
|
a level 1-3 message to the debug log are now marked as 'relevant' and may
|
|
|
|
generate an audit log entry.
|
2007-09-28 01:18:23 +04:00
|
|
|
|
2007-10-18 02:41:37 +04:00
|
|
|
* Do not process subrequests in phase 2-4, but do hand off the request data.
|
2007-09-26 22:03:08 +04:00
|
|
|
|
2007-09-26 01:40:04 +04:00
|
|
|
* Fixed deprecatevar:var=N/S action so that it decrements N every S seconds
|
|
|
|
as documented instead of decrementing by a rate.
|
|
|
|
|
2007-09-22 03:23:11 +04:00
|
|
|
* Enable ModSecurity to look at partial response bodies. In previous
|
|
|
|
versions ModSecurity would respond with status code 500 when the
|
|
|
|
response body was too long. Now, if SecResponseBodyLimitAction is
|
|
|
|
set to "ProcessPartial", it will process the part of the response
|
|
|
|
body received up until that point but send the rest without buffering.
|
|
|
|
|
|
|
|
* ModSecurity will now process phases 3 and 4 even when request processing
|
2007-09-22 02:15:12 +04:00
|
|
|
is interrupted (either by Apache - e.g. by responding with 400, 401
|
|
|
|
or 403, or by ModSecurity itself).
|
|
|
|
|
2007-09-27 01:39:45 +04:00
|
|
|
* Fixed the base64decode transformation function to not return extra
|
2007-09-22 02:15:12 +04:00
|
|
|
characters at the end.
|
|
|
|
|
2007-09-27 01:39:45 +04:00
|
|
|
* Removed potential for extra characters to be appended to the value when
|
|
|
|
using base64Decode.
|
2007-09-21 04:20:31 +04:00
|
|
|
|
2007-09-15 03:01:58 +04:00
|
|
|
* Return from the output filter with an error in addition to setting
|
|
|
|
up the HTTP error status in the output data.
|
|
|
|
|
2007-09-11 22:01:28 +04:00
|
|
|
* Used new API calls to get the server version/banner when available.
|
|
|
|
|
2007-08-10 04:44:20 +04:00
|
|
|
* Added "logdata" meta action to allow safe logging of raw transaction data.
|
|
|
|
|
2007-08-09 02:11:02 +04:00
|
|
|
* Added TX_SEVERITY that keeps track of the highest severity
|
|
|
|
for any matched rules so far.
|
|
|
|
|
2007-08-09 00:53:00 +04:00
|
|
|
* Added ARGS_GET, ARGS_POST, ARGS_GET_NAMES, ARGS_POST_NAMES variables to
|
2007-08-09 00:49:51 +04:00
|
|
|
allow seperation of GET and POST arguments.
|
|
|
|
|
2007-08-08 22:25:03 +04:00
|
|
|
* Added MODSEC_BUILD variable that contains the numeric build value based
|
|
|
|
on the ModSecurity version.
|
2007-07-02 18:49:56 +04:00
|
|
|
|
2007-08-08 18:48:49 +04:00
|
|
|
* Enhanced debug logging.
|
|
|
|
|
|
|
|
* Cleaned up and clarified some documentation.
|
2007-08-03 00:40:37 +04:00
|
|
|
|
2007-08-04 00:25:30 +04:00
|
|
|
* Performance improvements and greater control over caching transformations.
|
2007-08-03 00:40:37 +04:00
|
|
|
|
2007-07-31 23:04:07 +04:00
|
|
|
* Stricter validation for @validateUtf8Encoding.
|
|
|
|
|
|
|
|
* Capture the match in TX:0 when using "capture" action in phrase match
|
|
|
|
operators.
|
|
|
|
|
2007-07-02 18:49:56 +04:00
|
|
|
* Added Cygwin to the list of platforms not supporting the hidden
|
|
|
|
visibility attribute.
|
|
|
|
|
2007-07-31 23:04:07 +04:00
|
|
|
|
2007-09-15 01:41:34 +04:00
|
|
|
11 Sep 2007 - 2.1.3
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* Updated multipart parsing code adding variables to allow checking
|
|
|
|
for various parsing issues (request body abnormalities).
|
|
|
|
|
|
|
|
* Allow mod_rpaf and mod_extract_forwarded2 to work before ModSecurity.
|
|
|
|
|
|
|
|
* Quiet some compiler warnings.
|
|
|
|
|
|
|
|
* Do not block internal ErrorDocument requests after blocking request.
|
|
|
|
|
|
|
|
* Added ability to compile without an external API (use -DNO_MODSEC_API).
|
|
|
|
|
|
|
|
|
|
|
|
27 Jul 2007 - 2.1.2
|
|
|
|
-------------------
|
2007-07-31 23:04:07 +04:00
|
|
|
|
2007-08-04 00:25:30 +04:00
|
|
|
* Cleaned up and clarified some documentation.
|
|
|
|
|
2007-07-31 23:04:07 +04:00
|
|
|
* Update included core rules to latest version (1.4.3).
|
|
|
|
|
|
|
|
* Enhanced ability to alert/audit failed requests.
|
|
|
|
|
|
|
|
* Do not trigger "pause" action for internal requests.
|
|
|
|
|
|
|
|
* Fixed issue with requests that use internal requests. These had the
|
|
|
|
potential to be intercepted incorrectly when other Apache httpd modules
|
|
|
|
that used internal requests were used with mod_security.
|
|
|
|
|
|
|
|
* Added Solaris and Cygwin to the list of platforms not supporting the hidden
|
|
|
|
visibility attribute.
|
|
|
|
|
|
|
|
* Fixed decoding full-width unicode in t:urlDecodeUni.
|
|
|
|
|
|
|
|
* Lessen some overhead of debugging messages and calculations.
|
|
|
|
|
|
|
|
* Do not try to intercept a request after a failed rule. This fixes the
|
|
|
|
issue associated with an "Internal Error: Asked to intercept request
|
|
|
|
but was_intercepted is zero" error message.
|
|
|
|
|
|
|
|
* Added SecAuditLog2 directive to allow redundent concurrent audit log
|
|
|
|
index files. This will allow sending audit data to two consoles, etc.
|
|
|
|
|
|
|
|
* Small performance improvement in memory management for rule execution.
|
|
|
|
|
|
|
|
|
2007-07-02 18:49:56 +04:00
|
|
|
21 June 2007 - 2.5.0-dev2
|
2007-05-16 23:37:27 +04:00
|
|
|
-------------------------
|
|
|
|
|
2007-06-21 19:45:21 +04:00
|
|
|
* Reversioned from 2.2.0 base version to 2.5.0 because of the large changeset.
|
|
|
|
|
2007-06-21 06:21:06 +04:00
|
|
|
* Added @within string comparison operator with support for macro expansion.
|
|
|
|
|
2007-06-20 23:58:01 +04:00
|
|
|
* Removed experimental variable RESPONSE_CONTENT_ENCODING which was not
|
|
|
|
working as intended.
|
|
|
|
|
2007-06-14 22:48:35 +04:00
|
|
|
* Update included core rules to latest version.
|
|
|
|
|
2007-06-14 20:05:45 +04:00
|
|
|
* Do not trigger "pause" action for internal requests.
|
2007-05-31 19:42:42 +04:00
|
|
|
|
2007-06-12 01:28:03 +04:00
|
|
|
* Added matching rule filename and line number to audit log.
|
2007-06-01 19:32:08 +04:00
|
|
|
|
2007-06-05 00:16:48 +04:00
|
|
|
* Added new phrase matching operators, @pm and @pmFromFile. These use
|
2007-06-20 23:58:01 +04:00
|
|
|
an alternate set based matching engine (Aho-Corasick) to perform faster
|
|
|
|
phrase type matches such as black/white lists, spam keywords, etc.
|
2007-05-31 02:02:35 +04:00
|
|
|
|
2007-05-30 20:13:22 +04:00
|
|
|
* Cache transformations per-request/phase so they are not repeated.
|
|
|
|
|
2007-06-14 20:05:45 +04:00
|
|
|
* Fixed issue with requests that use internal requests. These had the
|
|
|
|
potential to be intercepted incorrectly when other Apache httpd modules
|
|
|
|
that used internal requests were used with mod_security.
|
2007-05-30 18:14:00 +04:00
|
|
|
|
2007-06-12 01:28:03 +04:00
|
|
|
* Added Solaris to the list of platforms not supporting the hidden
|
2007-05-23 20:04:25 +04:00
|
|
|
visibility attribute.
|
|
|
|
|
2007-06-12 01:28:03 +04:00
|
|
|
* Removed excessive debug log entries about "capture" action.
|
2007-05-17 16:02:59 +04:00
|
|
|
|
2007-05-17 00:09:28 +04:00
|
|
|
* Fixed decoding full-width unicode in t:urlDecodeUni.
|
|
|
|
|
2007-06-14 20:05:45 +04:00
|
|
|
* Lessen some overhead of debugging messages and calculations
|
|
|
|
TODO: more to come
|
2007-05-16 23:48:21 +04:00
|
|
|
|
2007-05-16 23:37:27 +04:00
|
|
|
* Removed strnlen() calls for non-GNU platforms.
|
|
|
|
|
2007-05-17 00:09:28 +04:00
|
|
|
|
2007-06-20 23:58:01 +04:00
|
|
|
14 June 2007 - 2.1.2-rc1
|
|
|
|
------------------------
|
|
|
|
|
|
|
|
* Update included core rules to latest version.
|
|
|
|
|
|
|
|
* Do not trigger "pause" action for internal requests.
|
|
|
|
|
|
|
|
* Fixed issue with requests that use internal requests. These had the
|
|
|
|
potential to be intercepted incorrectly when other Apache httpd modules
|
|
|
|
that used internal requests were used with mod_security.
|
|
|
|
|
|
|
|
* Added Solaris to the list of platforms not supporting the hidden
|
|
|
|
visibility attribute.
|
|
|
|
|
|
|
|
* Fixed decoding full-width unicode in t:urlDecodeUni.
|
|
|
|
|
|
|
|
* Lessen some overhead of debugging messages and calculations.
|
|
|
|
|
|
|
|
* Do not try to intercept a request after a failed rule. This fixes the
|
|
|
|
issue associated with an "Internal Error: Asked to intercept request
|
|
|
|
but was_intercepted is zero" error message.
|
|
|
|
|
|
|
|
* Added SecAuditLog2 directive to allow redundent concurrent audit log
|
|
|
|
index files. This will allow sending audit data to two consoles, etc.
|
|
|
|
|
|
|
|
* Small performance improvement in memory management for rule execution.
|
|
|
|
|
|
|
|
|
2007-05-16 23:37:27 +04:00
|
|
|
11 May 2007 - 2.2.0-dev1
|
2007-05-02 01:36:24 +04:00
|
|
|
-------------------------
|
2007-03-20 21:23:48 +03:00
|
|
|
|
2007-05-11 20:14:11 +04:00
|
|
|
* Add SecGeoLookupsDb, @geoLookups and GEO collection to support
|
|
|
|
geographical lookups by IP/host.
|
|
|
|
|
2007-05-10 08:28:37 +04:00
|
|
|
* Do not try to intercept a request after a failed rule. This fixes the
|
|
|
|
issue associated with an "Internal Error: Asked to intercept request
|
|
|
|
but was_intercepted is zero" error message.
|
|
|
|
|
2007-05-03 20:17:42 +04:00
|
|
|
* Removed extraneous exported symbols.
|
|
|
|
|
2007-05-03 16:09:24 +04:00
|
|
|
* Merged the PDF XSS protection functionality into ModSecurity.
|
|
|
|
|
2007-05-03 07:26:30 +04:00
|
|
|
* Exported API for registering custom variables. Example in api directory.
|
|
|
|
|
2007-05-02 15:23:21 +04:00
|
|
|
* Added experimental variables RESPONSE_CONTENT_LENGTH, RESPONSE_CONTENT_TYPE,
|
|
|
|
and RESPONSE_CONTENT_ENCODING.
|
|
|
|
|
2007-05-16 23:37:27 +04:00
|
|
|
* Added experimental support for content injection. Directive
|
|
|
|
SecContentInjection (On|Off) controls whether injection is taking place.
|
|
|
|
Actions "prepend" and "append" inject content when executed. Do note that
|
|
|
|
it is your responsibility to make sure the response is of the appropriate
|
2007-05-02 15:22:09 +04:00
|
|
|
content type (e.g. HTML, plain text, etc).
|
|
|
|
|
2007-05-02 02:00:34 +04:00
|
|
|
* Added string comparison operators with support for macro expansion:
|
2007-05-03 07:41:29 +04:00
|
|
|
@contains, @streq, @beginsWith and @endsWith.
|
2007-05-02 02:00:34 +04:00
|
|
|
|
2007-05-02 01:52:47 +04:00
|
|
|
* Enhanced debug log output to log macro expansion, quote values and
|
|
|
|
correctly display values that contained NULs.
|
2007-05-02 01:36:24 +04:00
|
|
|
|
|
|
|
* Removed support for %0 - %9 capture macros as they were incorrectly
|
|
|
|
expanding url encoded values. Use %{TX.0} - %{TX.9} instead.
|
2007-05-16 23:37:27 +04:00
|
|
|
|
2007-05-01 19:59:52 +04:00
|
|
|
* Added t:length to transform a value to its character length.
|
|
|
|
|
2007-05-01 19:55:35 +04:00
|
|
|
* Added t:trimLeft, t:trimRight, t:trim to remove whitespace
|
|
|
|
from a value on the left, right or both.
|
|
|
|
|
2007-04-26 00:46:23 +04:00
|
|
|
* Added SecAuditLog2 directive to allow redundent concurrent audit log
|
|
|
|
index files. This will allow sending audit data to two consoles, etc.
|
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Removed CGI style HTTP_* variables in favor of REQUEST_HEADERS:Header-Name.
|
2007-03-27 21:18:21 +04:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Store filename/line for each rule and display it and the ID (if available)
|
|
|
|
in the debug log when invoking a rule. Thanks to Christian Bockermann
|
|
|
|
for the idea.
|
2007-03-22 00:20:35 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Do not log 'allow' action as intercepted in the debug log.
|
2007-03-21 17:38:57 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Write debug log messages when "capture" is set, but the regex does not
|
|
|
|
capture and vice-versa.
|
2007-03-21 17:06:36 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Small performance improvement in memory management for rule execution.
|
2007-03-21 01:09:04 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed some collection variable names not printing with the parameter
|
|
|
|
and/or counting operator in the debug log.
|
2007-03-01 14:34:13 +03:00
|
|
|
|
2007-03-21 17:06:36 +03:00
|
|
|
|
2007-05-16 23:37:27 +04:00
|
|
|
11 Apr 2007 - 2.1.1
|
|
|
|
-------------------
|
2007-04-05 19:13:22 +04:00
|
|
|
|
|
|
|
* Add the PCRE_DOLLAR_ENDONLY option when compiling regular expression
|
|
|
|
for the @rx operator and variables.
|
2007-05-16 23:37:27 +04:00
|
|
|
|
2007-04-05 19:13:22 +04:00
|
|
|
* Really set PCRE_DOTALL option when compiling the regular expression
|
|
|
|
for the @rx operator as the docs state.
|
2007-05-16 23:37:27 +04:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed potential memory corruption when expanding macros.
|
2007-03-08 19:15:45 +03:00
|
|
|
|
2007-05-16 23:37:27 +04:00
|
|
|
* Fixed error when a collection was retrieved from storage in the same second
|
|
|
|
as creation by setting the rate to zero.
|
2007-03-07 18:56:22 +03:00
|
|
|
|
2007-05-16 23:37:27 +04:00
|
|
|
* Fixed ASCIIZ (NUL) parsing for application/x-www-form-urlencoded forms.
|
2007-03-06 19:14:54 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed the faulty REQUEST_FILENAME variable, which used to change
|
|
|
|
the internal Apache structures by mistake.
|
2007-03-01 14:34:13 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Updates to quiet some compiler warnings.
|
2007-03-01 14:49:56 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed some casting issues for compiling on NetWare (patch from Guenter Knauf).
|
2007-03-06 19:14:54 +03:00
|
|
|
|
2007-03-01 14:34:13 +03:00
|
|
|
|
|
|
|
23 Feb 2007 - 2.1.0
|
2007-02-22 16:20:17 +03:00
|
|
|
-------------------
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Removed the "Connection reset by peer" message, which has nothing
|
|
|
|
to do with us. Actually the message was downgraded from ERROR to
|
|
|
|
NOTICE so it will still appear in the debug log.
|
2007-02-22 15:14:10 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Removed the (harmless) message mentioning LAST_UPDATE_TIME missing.
|
2007-02-22 14:40:48 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* It was not possible to remove a rule placed in phase 4 using
|
|
|
|
SecRuleRemoveById or SecRuleRemoveByMsg. Fixed.
|
2007-02-22 13:44:01 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed a problem with incorrectly setting requestBodyProcessor using
|
|
|
|
the ctl action.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Bundled Core Rules 2.1-1.3.2b4.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Updates to the reference manual.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Reversed the return values of @validateDTD and @validateSchema, to
|
|
|
|
make them consistent with other operators.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Added a few helpful debug messages in the XML validation area.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Updates to the reference manual.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed the validateByteRange operator.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Default value for the status action is now 403 (as it was supposed to
|
|
|
|
be but it was effectively 500).
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Rule exceptions (removing using an ID range or an regular expression)
|
|
|
|
is now applied to the current context too. (Previously it only worked
|
|
|
|
on rules that are inherited from the parent context.)
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fix of a bug with expired variables.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed regular expression variable selectors for many collections.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Performance improvements - up to two times for real-life work loads!
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Memory consumption improvements (not measured but significant).
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* The allow action did not work in phases 3 and 4. Fixed.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Unlocked collections GLOBAL and RESOURCE.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Added support for variable expansion in the msg action.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* New feature: It is now possible to make relative changes to the
|
|
|
|
audit log parts with the ctl action. For example: "ctl:auditLogParts=+E".
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* New feature: "tag" action. To be used for event categorisation.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* XML parser was not reporting errors that occured at the end
|
|
|
|
of XML payload.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Files were not extracted from request if SecUploadKeepFiles was
|
|
|
|
Off. Fixed.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Regular expressions that are too long are truncated to 256
|
|
|
|
characters before used in error messages. (In order to keep
|
|
|
|
the error messages in the log at a reasonable size.)
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed the sha1 transformation function.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed the skip action.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed REQUEST_PROTOCOL, REMOTE_USER, and AUTH_TYPE.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* SecRuleEngine did not work in child configuration contexts
|
|
|
|
(e.g. <Location>).
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed base64Decode and base64Encode.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
|
|
|
|
|
|
|
15 Nov 2006 - 2.0.4
|
|
|
|
-------------------
|
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed the "deprecatevar" action.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Decreasing variable values did not work.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Made "nolog" do what it is supposed to do - cause a rule match to
|
|
|
|
not be logged. Also "nolog" now implies "noauditlog" but it's
|
|
|
|
possible to follow "nolog" with "auditlog" and have the match
|
|
|
|
not logged to the error log but logged to the auditlog. (Not
|
|
|
|
something that strikes me as useful but it's possible.)
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Relative paths given to SecDataDir will now be treated as relative
|
|
|
|
to the Apache server root.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Added checks to make sure only correct actions are specified in
|
|
|
|
SecDefaultAction (some actions are required, some don't make any
|
|
|
|
sense) and in rules that are not chain starters (same). This should
|
|
|
|
make the unhelpful "Internal Error: Failed to add rule to the ruleset"
|
|
|
|
message go away.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed the problem when "SecRuleInheritance Off" is used in a context
|
|
|
|
with no rules defined.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed a problem of lost input (request body) data on some redirections,
|
|
|
|
for example when mod_rewrite is used.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
|
|
|
|
|
|
|
26 Oct 2006 - 2.0.3
|
|
|
|
-------------------
|
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed a memory leak (all platforms) and a concurrency control
|
|
|
|
problem that could cause a crash (multithreaded platforms only).
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed a SecAuditLogRelevantStatus problem, which would not work
|
|
|
|
properly unless the regular expression contained a subexpression.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
|
|
|
|
|
|
|
19 Oct 2006 - 2.0.2
|
|
|
|
-------------------
|
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed incorrect permissions on the global mutex, which prevented
|
|
|
|
the mutex from working properly.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed incorrect actionset merging where the status was copied from
|
|
|
|
the child actionset even though it was not defined.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed missing metadata information (in the logs) for warnings.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
|
|
|
|
|
|
|
16 Oct 2006 - 2.0.1
|
|
|
|
-------------------
|
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Rules that used operator negation did not work. Fixed.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* Fixed bug that prevented invalid regular expressions from being reported.
|
2007-02-06 15:29:22 +03:00
|
|
|
|
|
|
|
|
|
|
|
16 Oct 2006 - 2.0.0
|
|
|
|
-------------------
|
|
|
|
|
2007-04-05 21:43:22 +04:00
|
|
|
* First stable 2.x release.
|
2007-02-06 15:29:22 +03:00
|
|
|
|