Граф коммитов

337 Коммитов

Автор SHA1 Сообщение Дата
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
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
brenosilva 1c3efe02f0 Update Reference Manual 2012-07-23 18:02:29 +00:00
brenosilva 245f6dc619 Release 2.7.0-rc2 2012-06-22 03:15:49 +00:00
brenosilva e2d0715c14 Update CHANGES 2012-06-15 20:58:35 +00:00
brenosilva 24b5c96c20 update CHANGES 2012-06-14 13:54:05 +00:00
brenosilva 56a3965198 backport HURD and KfreeBSD build support 2012-06-08 15:39:17 +00:00
brenosilva c5cc0bfa95 Update CHANGES 2012-06-08 15:29:11 +00:00
brenosilva 28621131a3 Update Reference manual 2012-06-08 12:41:42 +00:00
brenosilva 3457fcbd55 Added support to KfreeBSD and HURD 2012-06-05 17:03:49 +00:00
brenosilva d88a24da1f fix rsub input parsing and add maturity, ver and accuracy actions 2012-06-04 15:29:51 +00:00
brenosilva 480af9375d update CHANGES 2012-06-01 20:52:19 +00:00
brenosilva 866cb6d6b4 Update trunk for 2.7 2012-05-10 23:18:39 +00:00
ivanr 24ac0c4a9f Fix typo in CHANGES 2012-01-06 08:45:35 +00:00
ivanr 9948c424a7 Fix typo 2011-12-30 18:23:26 +00:00
brenosilva 76e909c5a9 Rename collection timeout diretive 2011-12-07 11:41:21 +00:00
brenosilva 6cf207ce32 update CHANGES 2011-12-05 18:39:50 +00:00
brenosilva 5d0e3f910e change release version, doc, CHANGES 2011-09-30 21:04:21 +00:00
brenosilva a2b45bfeb7 update CHANGES 2011-09-15 13:11:07 +00:00
brenosilva 1cc9ac7816 Update CHANGES 2011-07-18 17:33:20 +00:00
brenosilva 6c89afcf7d MODSEC-211 2011-07-11 21:09:28 +00:00
brenosilva 152164b77c CHANGES 2011-06-30 16:38:47 +00:00
brenosilva 0cf21202ef Update CHANGES - fix Marc name 2011-05-24 14:53:57 +00:00
brenosilva d84face224 Update CHANGES 2011-05-18 18:33:45 +00:00
brenosilva b3b68d1e3b Edit CHANGES 2011-05-02 13:33:28 +00:00
brenosilva a21e03eaf2 Update CHANGES and Reference Manual 2011-04-18 14:19:30 +00:00
ivanr 98982e2962 Added the SecDisableBackendCompression directive 2010-03-19 20:00:59 +00:00
b1v1r b784acd316 Merged in 2.5.x changes into trunk. 2010-02-14 22:46:42 +00:00
ivanr f925a978ab Update CHANGES 2010-02-11 20:09:14 +00:00
b1v1r b48fdddf4c Merged changes from 2.5.x to trunk. 2010-02-11 17:49:15 +00:00
b1v1r 6f548e91f7 Fixed bad merge in CHANGES. 2010-02-05 19:11:38 +00:00
b1v1r 08edc0c26f Merge 2.5.x (2.5.12) changes into trunk. 2010-02-05 19:05:20 +00:00
ivanr 0ecfe86c3c Add PERF_GC. 2010-02-03 08:46:42 +00:00
ivanr 5c4733f1ab Add REQUEST_BODY_LENGTH. 2010-02-02 13:48:30 +00:00
ivanr b8837bbfb2 Change the format string from m (already taken) to M. 2010-02-02 12:45:28 +00:00
ivanr bc35ab7e0b Implement variables for access to performance measurements. 2010-02-01 11:44:32 +00:00
ivanr a4d5d50be9 Integrate with mod_log_config (MODSEC-108). 2010-02-01 11:01:17 +00:00
ivanr 7b56982f26 Implemented a new time-measuring mechanism. Added Stopwatch2. 2010-02-01 09:42:23 +00:00
ivanr d259373331 Add DURATION. 2010-01-27 14:11:33 +00:00
ivanr 51e7bfcc03 Document phase 5 changes in CHANGES 2010-01-26 21:59:57 +00:00
b1v1r c60ab6bfda Merged changes from 2.5.x into trunk. 2009-12-21 16:38:21 +00:00
ivanr ea4b75d8b1 Document changes 2009-12-14 18:48:35 +00:00