1523 Commits

Author SHA1 Message Date
Breno Silva
36c2e1bcce Merge pull request #54 from chaizhenhua/regression-tests
Regression tests
2013-04-02 07:04:18 -07:00
chaizhenhua
a951a83eec Nginx: Improved redirect action work for phases except log 2013-03-31 15:26:45 +08:00
chaizhenhua
e9af8a3ab1 Added Nginx regression test 2013-03-31 15:25:24 +08:00
chaizhenhua
088c660d58 Improved build script 2013-03-31 15:24:45 +08:00
Breno Silva
04cdca84ef Merge pull request #52 from SpiderLabs/remotes/trunk
Remotes/trunk
2013-03-28 20:31:54 -07:00
Breno Silva
d93be48049 Fixed: Regression tests with no ID present 2013-03-24 03:08:03 -04:00
Breno Silva
ca78eba855 Fixed: Regression tests with no ID present v2.7.3 2013-03-24 03:07:21 -04:00
Breno Silva
e8189d97bc Merge pull request #50 from chaizhenhua/Bugfix
Fixed: Nginx crash in ngx_pool_context.c
2013-03-28 05:16:28 -07:00
chaizhenhua
42e9a5ab24 Nginx: Fixed internal request finalized after rewrite with regex 2013-03-28 12:08:40 +08:00
chaizhenhua
86871ccab1 Fixed: Nginx crash in ngx_pool_context.c 2013-03-28 11:04:33 +08:00
Breno Silva
9b1d6bfc0b Merge pull request #49 from chaizhenhua/Bugfix
Fixed config and memory leakage
2013-03-27 19:28:54 -07:00
chaizhenhua
6934acf0e1 Nginx: Fixed memory leakage 2013-03-28 10:20:22 +08:00
chaizhenhua
a87b06f9f0 Nginx: Fixed config file 2013-03-28 10:11:28 +08:00
Breno Silva
a77e5dc0f9 Merge pull request #48 from gwroblew/remotes/trunk
Fixed config.c to compile on Unix.
2013-03-27 14:50:12 -07:00
Greg Wroblewski
b7d3a084c2 Fixed config.c to compile on Unix. 2013-03-27 14:31:19 -07:00
Breno Silva
22b8e6cfdf Fixed: Nginx crash in ngx_pool_context.c 2013-03-24 02:53:12 -04:00
Breno Silva
022d5db211 Fixed config and memory leakage 2013-03-24 02:02:52 -04:00
Greg Wroblewski
a47a4ce4f9 Fixed two crashing bugs: race condition when module was initialized and failing config commands in libapr. 2013-03-23 23:01:26 -07:00
Breno Silva
601d3ed632 Fixed config.c to compile on Unix. 2013-03-23 21:37:18 -04:00
Breno Silva
5457ebe0db Nginx: fix makefile 2013-03-23 12:35:16 -04:00
Breno Silva
2fcc08952b Nginx: fix makefile 2013-03-23 12:33:44 -04:00
Breno Silva
5303c003b4 Update master to 2.7.3 2013-03-22 18:52:42 -04:00
Breno Silva
3ff17fcd12 Update CHANGES 2013-03-22 10:41:33 -04:00
Breno Silva
f73635ab53 Merge pull request #45 from gwroblew/remotes/trunk
Fixed two crashing bugs: race condition when module was initialized and ...
2013-03-25 07:23:37 -07:00
Breno Silva
bc235a855b Merge pull request #44 from chaizhenhua/SecDisableBackendCompression
Nginx: Added SecDisableBackendCompression support
2013-03-22 06:21:42 -07:00
chaizhenhua
177b5b9c98 Nginx: Added SecDisableBackendCompression support
Nginx: Added internel redirected request processing
2013-03-22 14:42:56 +08:00
Breno Silva
55850a9c85 Update CHANGES 2013-03-19 07:52:24 -04:00
Breno Silva
a5c1492049 [MODSEC-386] Added error msg for update target by id function 2013-03-19 06:19:01 -04:00
Breno Silva
43162f52cf Fixed: Nginx return 500 when request body is off 2013-03-05 02:38:46 -04:00
Breno Silva
df383b9b80 Better error messages for sdbm code 2013-03-04 17:58:21 -04:00
Breno Silva
d4d80b38aa Added SecXmlExternalEntity 2013-03-04 16:54:20 -04:00
Breno Silva
4db1f51f39 Added MULTIPART_NAME and MULTIPART_FILENAME variables 2013-03-04 11:54:13 -04:00
Breno Silva
bc65c3e40f MODSEC-58 2013-03-03 21:13:07 -04:00
Breno Silva
5fefb6a2cf MODSEC-58 2013-03-01 07:58:12 -04:00
Breno Silva
2472dcb541 Change release version 2013-02-20 04:07:22 -04:00
Breno Silva
25c4146eb8 Merge pull request #39 from gwroblew/remotes/trunk
Fixed OWASP CRS files overwriting in installer.
2013-02-06 09:09:45 -08:00
Greg Wroblewski
1ead2f6312 Removing OWASP CRS copy. 2013-02-05 16:52:00 -08:00
Greg Wroblewski
c1ba71ab16 Fixed files overwriting in installer; added OWASP CRS. 2013-02-05 16:36:29 -08:00
Breno Silva
9725e71f06 ModSecurity: improving duplicate ID search 2013-01-31 10:22:37 -04:00
Breno Silva
8816254cc8 ModSecurity: fixed compiling with lua 5.2 2013-01-30 22:03:15 -04:00
Breno Silva
f9b113b869 Nginx: fixed compiling with lua 2013-01-30 20:56:54 -04:00
Breno Silva
4a8e536b0b Nginx: fixed SecRequestBodyAccess 2013-01-30 16:51:42 -04:00
Breno Silva
154e80750e Nginx: fixed crash in pcre 2013-01-27 21:02:47 -04:00
Breno Silva
34d5289e79 Merge pull request #36 from chaizhenhua/remotes/trunk
Fixed deny not work in response phase, Fixed debug log message
2013-02-01 03:44:01 -08:00
chaizhenhua
1a89b6b8a6 Fixed deny not work in response phase, Fixed debug log message 2013-01-31 09:09:28 +08:00
chaizhenhua
65d889664c Fixed Action Deny not Work 2013-01-27 18:42:39 +08:00
chaizhenhua
ed1d3d927a Fixed Action Drop not work 2013-01-27 08:05:46 +08:00
Breno Silva
eabc39ad83 Added SecCookieV0Separator 2013-01-26 18:45:34 -04:00
Breno Silva
b3418be75f Merge pull request #35 from chaizhenhua/remotes/trunk
Fixed Action Drop not work
2013-01-27 10:02:04 -08:00
Breno Silva
ae0bee0621 Merge pull request #34 from chaizhenhua/remotes/trunk
Added Response Phase for Nginx
2013-01-26 11:32:37 -08:00