mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-14 23:47:11 +03:00
Commit changes history
This commit is contained in:
25
CHANGES
25
CHANGES
@@ -1,17 +1,24 @@
|
|||||||
14 Feb 2010 - 2.5.13-dev1
|
25 Nov 2010 - 2.5.13
|
||||||
-------------------------
|
--------------------
|
||||||
|
|
||||||
* Cleaned up some mlogc code and debugging output.
|
* Fixed Geo lookup concurrent connections bug
|
||||||
|
|
||||||
* Remove the ability to use a relative path to a piped audit logger
|
* Fixed Skip/SkipAfter chain bug
|
||||||
(i.e. mlogc) as Apache does not support it in their piped loggers
|
|
||||||
and it was breaking Windows and probably other platforms that
|
|
||||||
use spaces in filesystem paths. Discovered by Tom Donovan.
|
|
||||||
|
|
||||||
* Fix memory leak freeing regex. Discovered by Tom Donovan.
|
* Added new setvar Lua API to be used into Lua scripts
|
||||||
|
|
||||||
* Fix some portability issues on Windows.
|
* Updated licenses files
|
||||||
|
|
||||||
|
* Added PCRE messages indicates each rule that exceed match limits
|
||||||
|
|
||||||
|
* Fixed memory leaks into msc_pcre.c releasing data with pcre_free()
|
||||||
|
Thanks to Tom Donovan
|
||||||
|
|
||||||
|
* Fixed libcurl callback read mlogic.conf file on Windows.
|
||||||
|
Thanks to Tom Donovan
|
||||||
|
|
||||||
|
* Added new Base64 transformation function called base64DecodeEx, which
|
||||||
|
can decode base64 data skipping special characters.
|
||||||
|
|
||||||
04 Feb 2010 - 2.5.12
|
04 Feb 2010 - 2.5.12
|
||||||
--------------------
|
--------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user