2007-02-06 15:29:22 +03:00
|
|
|
|
2007-04-05 05:54:03 +04:00
|
|
|
?? ??? 2007 - trunk
|
2007-03-20 21:23:48 +03:00
|
|
|
-------------------
|
|
|
|
|
2007-03-27 21:18:21 +04:00
|
|
|
* Removed CGI style HTTP_* variables in favor of REQUEST_HEADERS:Header-Name.
|
|
|
|
|
2007-03-22 00:20:35 +03: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-21 17:38:57 +03:00
|
|
|
* Do not log 'allow' action as intercepted in the debug log.
|
|
|
|
|
2007-03-27 21:13:42 +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-03-27 21:47:15 +04:00
|
|
|
* Small performance improvement in memory management for rule execution.
|
2007-03-21 01:09:04 +03:00
|
|
|
|
2007-03-20 21:23:48 +03: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-04-05 19:13:22 +04:00
|
|
|
04 Apr 2007 - 2.1.1-rc2
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
* Add the PCRE_DOLLAR_ENDONLY option when compiling regular expression
|
|
|
|
for the @rx operator and variables.
|
|
|
|
|
|
|
|
* Really set PCRE_DOTALL option when compiling the regular expression
|
|
|
|
for the @rx operator as the docs state.
|
|
|
|
|
|
|
|
|
2007-03-21 17:06:36 +03:00
|
|
|
11 Mar 2007 - 2.1.1-rc1
|
|
|
|
-----------------------
|
|
|
|
|
2007-03-08 19:15:45 +03:00
|
|
|
* Fixed potential memory corruption when expanding macros.
|
|
|
|
|
2007-03-07 18:56:22 +03:00
|
|
|
* Fixed error when a collection var was fetched in the same second as creation
|
|
|
|
by setting the rate to zero.
|
|
|
|
|
2007-03-06 19:14:54 +03:00
|
|
|
* Fixed ASCIIZ (NUL) parsing for application/x-www-form-urlencoded forms
|
|
|
|
|
2007-03-01 15:17:17 +03: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-03-01 14:49:56 +03:00
|
|
|
* Updates to quiet some compiler warnings.
|
|
|
|
|
2007-03-06 19:14:54 +03:00
|
|
|
* Fixed some casting issues for compiling on NetWare (patch from Guenter Knauf).
|
|
|
|
|
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-02-22 15:14:10 +03: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 14:40:48 +03:00
|
|
|
* Removed the (harmless) message mentioning LAST_UPDATE_TIME missing.
|
|
|
|
|
2007-02-22 13:52:49 +03: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-02-06 15:29:22 +03:00
|
|
|
* Fixed a problem with incorrectly setting requestBodyProcessor using
|
|
|
|
the ctl action.
|
|
|
|
|
|
|
|
* Bundled Core Rules 2.1-1.3.2b4.
|
|
|
|
|
|
|
|
* Updates to the reference manual.
|
|
|
|
|
|
|
|
* Reversed the return values of @validateDTD and @validateSchema, to
|
|
|
|
make them consistent with other operators.
|
|
|
|
|
|
|
|
* Added a few helpful debug messages in the XML validation area.
|
|
|
|
|
|
|
|
* Updates to the reference manual.
|
|
|
|
|
|
|
|
* Fixed the validateByteRange operator.
|
|
|
|
|
|
|
|
* Default value for the status action is now 403 (as it was supposed to
|
|
|
|
be but it was effectively 500).
|
|
|
|
|
|
|
|
* 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.)
|
|
|
|
|
|
|
|
* Fix of a bug with expired variables.
|
|
|
|
|
|
|
|
* Fixed regular expression variable selectors for many collections.
|
|
|
|
|
|
|
|
* Performance improvements - up to two times for real-life work loads!
|
|
|
|
|
|
|
|
* Memory consumption improvements (not measured but significant).
|
|
|
|
|
|
|
|
* The allow action did not work in phases 3 and 4. Fixed.
|
|
|
|
|
|
|
|
* Unlocked collections GLOBAL and RESOURCE.
|
|
|
|
|
|
|
|
* Added support for variable expansion in the msg action.
|
|
|
|
|
|
|
|
* New feature: It is now possible to make relative changes to the
|
|
|
|
audit log parts with the ctl action. For example: "ctl:auditLogParts=+E".
|
|
|
|
|
|
|
|
* New feature: "tag" action. To be used for event categorisation.
|
|
|
|
|
|
|
|
* XML parser was not reporting errors that occured at the end
|
|
|
|
of XML payload.
|
|
|
|
|
|
|
|
* Files were not extracted from request if SecUploadKeepFiles was
|
|
|
|
Off. Fixed.
|
|
|
|
|
|
|
|
* 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.)
|
|
|
|
|
|
|
|
* Fixed the sha1 transformation function.
|
|
|
|
|
|
|
|
* Fixed the skip action.
|
|
|
|
|
|
|
|
* Fixed REQUEST_PROTOCOL, REMOTE_USER, and AUTH_TYPE.
|
|
|
|
|
|
|
|
* SecRuleEngine did not work in child configuration contexts
|
|
|
|
(e.g. <Location>).
|
|
|
|
|
|
|
|
* Fixed base64Decode and base64Encode.
|
|
|
|
|
|
|
|
|
|
|
|
15 Nov 2006 - 2.0.4
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* Fixed the "deprecatevar" action.
|
|
|
|
|
|
|
|
* Decreasing variable values did not work.
|
|
|
|
|
|
|
|
* 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.)
|
|
|
|
|
|
|
|
* Relative paths given to SecDataDir will now be treated as relative
|
|
|
|
to the Apache server root.
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
* Fixed the problem when "SecRuleInheritance Off" is used in a context
|
|
|
|
with no rules defined.
|
|
|
|
|
|
|
|
* Fixed a problem of lost input (request body) data on some redirections,
|
|
|
|
for example when mod_rewrite is used.
|
|
|
|
|
|
|
|
|
|
|
|
26 Oct 2006 - 2.0.3
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* Fixed a memory leak (all platforms) and a concurrency control
|
|
|
|
problem that could cause a crash (multithreaded platforms only).
|
|
|
|
|
|
|
|
* Fixed a SecAuditLogRelevantStatus problem, which would not work
|
|
|
|
properly unless the regular expression contained a subexpression.
|
|
|
|
|
|
|
|
|
|
|
|
19 Oct 2006 - 2.0.2
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* Fixed incorrect permissions on the global mutex, which prevented
|
|
|
|
the mutex from working properly.
|
|
|
|
|
|
|
|
* Fixed incorrect actionset merging where the status was copied from
|
|
|
|
the child actionset even though it was not defined.
|
|
|
|
|
|
|
|
* Fixed missing metadata information (in the logs) for warnings.
|
|
|
|
|
|
|
|
|
|
|
|
16 Oct 2006 - 2.0.1
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* Rules that used operator negation did not work. Fixed.
|
|
|
|
|
|
|
|
* Fixed bug that prevented invalid regular expressions from being reported.
|
|
|
|
|
|
|
|
|
|
|
|
16 Oct 2006 - 2.0.0
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* First stable 2.x release.
|
|
|
|
|