581 Commits

Author SHA1 Message Date
brenosilva
60a1725d04 MODSEC-12 2010-12-16 15:38:30 +00:00
brenosilva
52c33e7c5a MODEC-105 2010-12-14 21:39:45 +00:00
brenosilva
549f059480 move 2.5.13 into trunk 2010-12-08 18:58:18 +00:00
b1v1r
d3293916ed Change scope of state var so multiMatch works once again. 2010-08-31 19:18:57 +00:00
b1v1r
3a10f9fb8d Fix autoconf header and include path so trunk builds. 2010-08-31 18:35:55 +00:00
b1v1r
b186e73490 Add some missing files. 2010-07-13 17:03:25 +00:00
b1v1r
ea34defc0d Added mod_remoteip.c to to postread_beforeme_list (MODSEC-158). 2010-05-12 22:19:04 +00:00
b1v1r
058283fb5a Add the ability to build custom request body parser extensions.
Add an example for a request body parser extension.
2010-05-05 23:01:11 +00:00
b1v1r
8553cab4a7 Moved api examples to "ext" dir and hooked them into autotools for building with "--enable-extentions".
Upgraded to autoconf 2.65.
2010-05-05 23:00:48 +00:00
b1v1r
cea87f4085 Fixed test/test-gregression build targets. 2010-04-27 09:33:56 +00:00
b1v1r
eb6b9274af Redo build system to properly use autotools and avoid compilation with apxs util. 2010-04-25 23:24:09 +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
b1v1r
b48fdddf4c Merged changes from 2.5.x to trunk. 2010-02-11 17:49:15 +00:00
b1v1r
08edc0c26f Merge 2.5.x (2.5.12) changes into trunk. 2010-02-05 19:05:20 +00:00
ivanr
ed11e27e0f Moving performance logging from level 3 to level 4 to prevent it from polluting the error log 2010-02-04 08:39:26 +00:00
ivanr
e0f1608408 Move writing to collections and GC earlier so that the results can be logged. 2010-02-03 08:59:33 +00:00
ivanr
0ecfe86c3c Add PERF_GC. 2010-02-03 08:46:42 +00:00
ivanr
5448b3fc26 Log the duration of garbage collection at level 3. 2010-02-03 07:29:54 +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
4cd09b9daf Revert unneeded changes in r1459. 2010-02-01 19:10:31 +00:00
ivanr
c24e61ac85 Added missing conditional debug logging. 2010-02-01 16:14:51 +00:00
ivanr
9bd9f33594 Run phase 5 prior to mod_log_config. Now for real. 2010-02-01 14:01:33 +00:00
ivanr
86407062e4 Do not use 'total' to refer to PERF_COMBINED in the logs. Use 'combined' instead.' 2010-02-01 12:31:32 +00:00
ivanr
221af6f5c1 Add PERF_ALL, sepearate PERF_STORAGE into PERF_SREAD and PERF_SWRITE. 2010-02-01 12:10: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
f740b4f228 Run phase 5 prior to mod_log_config. 2010-01-26 12:12:14 +00:00
ivanr
ce106df275 Generate error messages when registration fails. Change all examples to use modsecurity.h to avoid the duplication of the optional function declarations. 2010-01-09 13:54:09 +00:00
b1v1r
c341899b4b Merge in changes from 2.5.x. 2009-12-14 19:20:48 +00:00
ivanr
d1c38bf029 Change SECACTION_TARGETS and SECMARKET_TARGETS to REMOTE_ADDR 2009-12-13 08:43:56 +00:00
ivanr
6d5e752cb3 Added URLENCODED_ERROR, which is raised when invalid URL encoding is encountered 2009-12-12 14:21:17 +00:00
ivanr
6a29308202 Remove one missed reference to the PDF UXSS filter 2009-12-09 16:57:10 +00:00
ivanr
aa3b20eccb Optimise the unsetting of the previous data capture variables 2009-12-07 18:08:41 +00:00
ivanr
23c3237d1c Added missing log level checks before logging. 2009-12-07 17:27:39 +00:00
ivanr
7916942fe3 Remove unused variable 2009-12-07 11:45:23 +00:00
ivanr
76583d80fa Added the missing log messages for the ctl action; optimised the existing log messages (MODSEC-99). 2009-12-04 23:50:51 +00:00
ivanr
839b7f81e0 Removed the obsolete PDF UXSS functionality (MODSEC-96). 2009-12-04 23:33:47 +00:00
ivanr
853b1f9fc8 Convert 'normalise' into 'normalize' throughout, but support the previous version for backward compatibility (MODSEC-103) 2009-12-04 23:15:44 +00:00
ivanr
cb8b76f4ef Process phase 1 in the same Apache hook as phase 2 (MODSEC-98) 2009-11-07 10:14:40 +00:00
b1v1r
3b12989683 Merge 2.5.x changes into trunk. 2009-11-07 00:06:26 +00:00
b1v1r
b01f8190e4 Merged 2.5.x changes for 2.5.11 into trunk. 2009-11-06 18:38:15 +00:00
ivanr
8fe278e845 Change 'sanitise' to 'sanitize' everywhere, preserving the 'sanitise' action variants for backward compatibility. 2009-10-29 17:57:18 +00:00
b1v1r
6d83f91b2b More updates to build, removing Apache based build files. 2009-10-21 18:32:52 +00:00
b1v1r
9a526c0900 Merge in 2.5.x build changes into trunk. 2009-10-21 18:14:14 +00:00
b1v1r
55f54e17e5 Merge 2.5.x changes into trunk. 2009-10-21 17:15:40 +00:00
ivanr
a1a67592ff Do not log debugging message as a warning (MODSEC-91) 2009-09-29 10:00:51 +00:00