477 Commits

Author SHA1 Message Date
Felipe Zimmerle
33cbe0452a Opens space for libmodsecurity
Deletes all files in the repository does not seems to be a good idea.
The better approach will be to create a new repository. On other hand
we don't want this to be detached from this main repository. We can
push this to other repository if necessary.
2015-06-26 14:00:07 -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
Breno Silva
a3a39a21d8 Update CHANGES 2012-10-19 06:13:31 -04:00
brenosilva
9fe6764067 Update CHANGES 2012-10-19 17:14:32 +00:00
brenosilva
4346e54a1b Update CHANGES 2012-10-19 02:51:12 +00:00
brenosilva
df58972abf Update documentation 2012-10-18 19:06:15 +00:00
brenosilva
8fd1c0f76e Update CHANGES and msc_release.h 2012-10-14 23:56:31 +00:00
brenosilva
f00cb1a4e3 Update Reference Manual and CHANGES 2012-10-09 13:36:16 +00:00
brenosilva
a9ab4632f5 Update to release 2.6.8 2012-09-25 14:02:50 +00:00
brenosilva
22b1e2fb15 Fix typo 2012-09-10 19:25:27 +00:00
brenosilva
9eaa6a9a41 Update CHANGES 2012-08-29 18:22:22 +00:00
brenosilva
781a506bc9 Added utf8toUnicode tfn 2012-08-24 17:02:13 +00:00
brenosilva
7b014be28a Update CHANGES 2012-08-23 17:17:32 +00:00
brenosilva
76925c6e7f Update CHANGES 2012-08-09 18:55:22 +00:00