289 Commits

Author SHA1 Message Date
Felipe Zimmerle
05bcafd4fc Extends Lua implementation to support Lua 5.3 2016-01-08 18:39:29 -03:00
Felipe Zimmerle
cb91850bcd Adds information about the pull request #881 on the CHANGES file 2016-01-06 15:02:41 -03:00
Felipe Zimmerle
831282ee2c Adds information about the pull request #1031 on the CHANGES file 2016-01-06 08:27:40 -03:00
Felipe Zimmerle
59851fff2b Adds information about the issue #996 on the CHANGES file 2016-01-05 08:18:52 -03:00
Felipe Zimmerle
c373256d46 Adds information about the pull request #775 on the CHANGES file 2016-01-04 15:02:31 -03:00
Felipe Zimmerle
51f1ff6ebf iis-installer: Adds IIS 10 on the suported list
As reported on issue #931 the installer was marking ModSecurity as incompatible
with IIS 10.
2016-01-04 10:41:09 -03:00
Felipe Zimmerle
8defe8ac3d Adds information about the pull request #840 on the CHANGES file 2015-12-10 12:32:30 -03:00
Felipe Zimmerle
fecefbe8b4 Adds information about the issue #883 on the CHANGES file 2015-10-30 14:03:19 -03:00
Kurt Newman
9dbb31b6ce Fix WITH_APU_CRYPTO check on 32-bit Linux platform
All of the apr flags needed to compile APU_HAVE_CRYPTO check
in configure.ac aren't passed.  While this works fine for 64-bit
machines (because _LARGEFILE64_SOURCE is already defined),
this does not work on 32-bit.  This in-turn breaks the apr_off_t
definition in apr.h.

By passing along the apr --cflags and --cppflags to compile,
32-bit machines will allow WITH_APU_CRYPTO to be set if there's
support for it.
2015-10-30 10:04:27 -03:00
Felipe Zimmerle
2e7ae24b16 Adds information about the issue #662 on the CHANGES file 2015-10-27 14:40:01 -03:00
Felipe Zimmerle
6d458be8ca Fix typo in CHANGES file 2015-10-27 14:39:56 -03:00
Felipe Zimmerle
18d79b6221 Adds information about the issue #927 on the CHANGES file 2015-10-26 13:57:10 -03:00
Felipe Zimmerle
fdcab3a60d Adds information about the issue #836 on the CHANGES file 2015-10-16 11:15:30 -03:00
Felipe Zimmerle
4a49d5b8dc Adds information about the issue #871 on the CHANGES file 2015-05-04 09:59:44 -03:00
Felipe Zimmerle
25666005ed Modifies the CHANGES file to cite issue #609 2015-03-26 09:53:04 -07:00
Felipe Zimmerle
a9a39255b9 Version 2.9.0
Increasing version to 2.9.0.
2015-02-12 10:58:11 -08:00
Felipe Zimmerle
a235b536a4 Fix apr_crypto.h include in modsecurity.h and msc_remote_rules.c
apr_crypto is not always available, configure scripts are looking for
it and setting WITH_APU_CRYPTO in case it is found. There were two
places where apr_crypto.h was included without validating if
WITH_APU_CRYPTO was set. This patch removes the inclusion from the
first place (it seems not to be mandatory) and add the check for
WITH_APU_CRYPTO in the second one. This fix issue #834.
2015-02-11 08:15:30 -08:00
Felipe Zimmerle
de74b131c6 Version 2.9.0-RC2
Increasing version to 2.9.0-RC2.
2014-12-15 12:55:11 -08:00
Felipe Zimmerle
6c0cdab35a IIS: Changes Curl version and removes OpenSSL dependency
As the this new Curl version supports well the Windows certificate storage,
removing the dependency on the OpenSSL. Also changing the build scripts to work
accordingly. As the cmake build of Curl is said to broken abandoning it in
favor of the nmake files. Thanks to Gregg Smith and Steffen.
2014-12-11 14:47:59 -08:00
Felipe Zimmerle
dc81e4f852 Informs problems and successfully loaded external resources during reload
Resources load mechanism as the SecRemoteRuels were not showing information
about the loaded rules while Apache was reloaded. This patch add such
information to reload in the same way that it was showing on restart.
2014-12-11 12:42:58 -08:00
Felipe Zimmerle
ce4cf24f6e Refactoring external resources download warn messages
Holding the message to be displayed when Apache is ready to write on the
error_log instead of the default output. Regression tests were added.
2014-12-11 12:42:49 -08:00
Felipe Zimmerle
87a401af05 Fix remote resources download while hosting SSL site on Apache
As reported by Christian Folin and Walter Hop on our dev mailing list, Apache
mod_ssl was failing if a remote resource was utilized. That was happening
because Curl clean up was also cleaning up the OpenSSL data used by mod_ssl.
This patch moves Curl initialization to happens while ModSecurity is
initialized.
2014-12-11 12:39:27 -08:00
Felipe Zimmerle
23823bb2c3 Makes Curl no longer a mandatory depedency for ModSecurity core
As reported by Rainer Jung, Curl may not be mandatory to build
	ModSecurity core. This patch make it optional by:
	- Concentrate all downloads using curl on msc_remote_rules.c
	- Split Curl build definitions checks into: WITH_CURL, WITH_REMOTE_RULES
	and WITH_CRYPTO.
	  - WITH_CURL: Contains Culr headers and binaries during the build time.
	  - WITH_REMOTE_RULES: Currently enabled if Curl is present.
	  - WITH_CRYPTO: Set if apr tool was compiled with crypto support.
	- Renames msc_remote_grab_content to msc_remote_download_content
2014-12-03 08:28:59 -08:00
Felipe Zimmerle
23f6f6e6e6 Version 2.9.0-RC1
Increasing version to 2.9.0-RC1.
2014-11-17 19:34:55 -08:00
Felipe Zimmerle
c4a5a1e11a Version 2.8.0
* Updated change log.
* Removed -RC1 from the release version.
2014-04-14 10:12:03 -07:00
Ryan Barnett
62a76e1ed6 Update CHANGES 2014-04-03 08:36:42 -04:00
Felipe Zimmerle
ad5824c00c Fix type on the CHANGES file. 2014-04-01 03:11:01 -07:00
Felipe Zimmerle
0826380acd Version 2.8.0 2014-03-31 19:31:02 -07:00
Felipe Zimmerle
90a44f688d Updates the changes file 2013-12-18 03:48:06 -08:00
Felipe Zimmerle
6d3606aadb Updates CHANGES files.
Contains the CHANGES of the 2.7.6 release.
2013-12-16 09:47:05 -03:00
Breno Silva
370069a086 Update CHANGES 2013-07-22 01:55:25 -07:00
Breno Silva
e6f94eac4b Update CHANGES 2013-07-17 06:44:19 -07:00
Breno Silva
7ca8830a36 Update CHANGES 2013-07-05 03:02:23 -07:00
Breno Silva
0e269f1b3b Update CHANGES 2013-05-26 21:20:10 -07:00
Breno Silva
b9a4322a3e Nginx: set to STABLE 2013-05-14 08:54:52 -04:00
Breno Silva
1f4757d174 Reverting Quality of Nginx. CPU issue is not fixed 2013-05-09 20:32:33 -04:00
Breno Silva
b2d76750cb Update CHANGES 2013-05-06 01:27:39 -04:00
Breno Silva
6e038228cb Update CHANGES security issues 2013-05-02 08:38:40 -04:00
Breno Silva
3ff17fcd12 Update CHANGES 2013-03-22 10:41:33 -04:00
Breno Silva
55850a9c85 Update CHANGES 2013-03-19 07:52:24 -04:00
Breno Silva
406d482009 Fix issue in ipmatchf 2013-01-21 00:43:53 -04:00
Breno Silva
8148a80719 Update CHANGES 2013-01-20 18:35:13 -04:00
Breno Silva
c2c491861a fix for issues in ssn_verify such as infinite loop. 2012-11-13 15:29:06 -04:00
Breno Silva
d7280c61f0 Fixed NGINX compilation issues 2012-11-09 18:35:29 -04:00
Breno Silva
8560642b90 Update CHANGES 2012-11-09 16:42:24 -04:00
Breno Silva
ce3cf00a2c Fixed byte conversion issue during logging under zlinux 2012-10-31 17:05:41 -04:00
Breno Silva
a01b85b896 Update CHANGES and doc/ 2012-10-30 20:13:18 -04:00
Breno Silva
53d422e9de Change names of HMAC feature to HASH 2012-10-30 18:02:22 -04:00
Breno Silva
f4fe08f7ee Update CHANGES 2012-10-22 08:16:33 -04:00
Breno Silva
c0c722ccb2 Update CHANGES 2012-10-19 06:59:49 -04:00