Mihai Pitu
6fd069ad69
bin cleanup
2016-01-29 10:39:56 -03:00
mihaipitu
0d90b57414
Delete .cpp file, transformed into .c file
2016-01-29 10:39:56 -03:00
Mihai Pitu
e1cd024c26
configs
2016-01-29 10:39:56 -03:00
mihaipitu
656f7c513c
Delete v3wkqlls.fht.txt
2016-01-29 10:39:56 -03:00
mihaipitu
c0635a0d29
Delete modsecurity.conf
2016-01-29 10:39:56 -03:00
Mihai Pitu
79aa6950d0
documentation additions
2016-01-29 10:39:56 -03:00
mihaipitu
3ad9f3b767
Delete build.xml
2016-01-29 10:39:56 -03:00
mihaipitu
408a8d86dc
Delete build.xml
2016-01-29 10:39:56 -03:00
Mihai Pitu
0972712967
Windows binaries and help
2016-01-29 10:39:56 -03:00
mihaipitu
8ff45eaa15
Delete Post.jsp
2016-01-29 10:39:56 -03:00
Mihai Pitu
a662d8fe4c
modsecurity loader
2016-01-29 10:39:56 -03:00
Mihai Pitu
b1755c5b84
Write request & response callbacks
2016-01-29 10:39:56 -03:00
Mihai Pitu
1637bcb774
Response headers & body
2016-01-29 10:39:56 -03:00
Mihai Pitu
8f3b3eb468
Support for file upload & request/response java wrappers
2016-01-29 10:39:56 -03:00
Mihai Pitu
b9080aad18
Java test WebApp
2016-01-29 10:39:56 -03:00
Mihai Pitu
a6c1627987
Read request headers and body
2016-01-29 10:39:56 -03:00
Mihai Pitu
9863fca181
read request headers and body
2016-01-29 10:39:56 -03:00
Mihai Pitu
455cbbac9e
JNI calls for log
2016-01-29 10:39:56 -03:00
Mihai Pitu
c18fe9ea8a
Java solution
2016-01-29 10:39:56 -03:00
Mihai Pitu
065437e1d1
GSOC Proposal
2016-01-29 10:39:56 -03:00
Mihai Pitu
3336ebd57d
GSOC Proposal
2016-01-29 10:39:56 -03:00
Mihai Pitu
f61a9b1556
GSOC Proposal
2016-01-29 10:39:56 -03:00
Mihai Pitu
3d07d3ebee
GSOC Proposal
2016-01-29 10:39:56 -03:00
Mihai Pitu
8509ff6f83
VS12 solution
2016-01-29 10:39:56 -03:00
Mihai Pitu
da5948033f
VS12 solution
2016-01-29 10:39:56 -03:00
Mihai Pitu
821930c8a6
VS12 solution
2016-01-29 10:39:55 -03:00
Felipe Zimmerle
4eb095ad25
Adds information about the pull request #852 on the CHANGES file
2016-01-26 09:28:20 -03:00
Felipe Zimmerle
0db247f0e9
Replicates CREATEMODE patch to the secondary auditlog file
...
At patch 45805be, @littlecho changed the behaviour to set the audit log
index/serial file permission. Before, it was using the default permission now
it is respecting the permission configured via SecAuditLogFileMode. This patch
replicates @littlecho's work to the secundary auditlog file.
2016-01-26 09:20:25 -03:00
littlecho
b175c5cf60
Update apache2_config.c
...
Change third parameter(which is the apr file permission flag) from CREATEMODE to dcfg->auditlog_fileperms. Due to the user can specify the desired file permission setting for the audit log files with setting the value of SecAuditLogFileMode, we should follow the file permission setting from the config file. Therefore, as the dcfg->auditlog_fileperms will be modified in cmd_audit_log_dirmode function, we can use the value while calling apr_file_open to meet the file permission that specified in modsecurity.conf.
2016-01-26 09:08:13 -03:00
Felipe Zimmerle
35fbc76ecc
Adds information about the pull request #1041 on the CHANGES file
2016-01-25 14:58:24 -03:00
Chaim Sanders
d434a6c043
Fixing missing return value check for hashing response injection failure
2016-01-25 14:54:56 -03:00
Felipe Zimmerle
b3f197dd1f
Adds information about the pull request #709 on the CHANGES file
2016-01-25 13:40:46 -03:00
Justin Gerace
3f9e2ccc7c
Stop buffering when the request is larger than SecRequestBodyLimit and in ProcessPartial mode
2016-01-25 10:37:40 -03:00
Chaim Sanders
1068da464c
Updated recommended conf to enter XML processor when content-type is application/xml
2016-01-11 10:43:05 -05:00
Chaim Sanders
880b2764a3
Updated Licensing information to reflect year
2016-01-11 10:09:41 -05:00
Felipe Zimmerle
05bcafd4fc
Extends Lua implementation to support Lua 5.3
2016-01-08 18:39:29 -03:00
Athmane Madjoudj
74558b42e4
Fix build issue with Lua >= 5.3
2016-01-07 15:21:20 -03:00
Felipe Zimmerle
cb91850bcd
Adds information about the pull request #881 on the CHANGES file
2016-01-06 15:02:41 -03:00
Ishwor Gurung
bd7ee39d2e
Allow user to choose between TLS versions(TLSProtocol option introduced).
2016-01-06 15:00:08 -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
c711808ef7
Cosmetic changes on #1031 to avoid compilation warning
2016-01-06 08:24:48 -03:00
Mario D. Santana
e3b3721ee3
Allow mod_proxy's "nocanon" behavior to be specified in proxy actions.
2016-01-06 08:23:52 -03:00
Mario D. Santana
258e5545a2
Perform the intercept_action as well as the disruptive actions.
2016-01-06 08:23:52 -03:00
Felipe Zimmerle
59851fff2b
Adds information about the issue #996 on the CHANGES file
2016-01-05 08:18:52 -03:00
Wesley M
3a7fdf8fc0
Refactoring conditional directives for if wrappers, alternative if statements and incomplete if conditions.
2016-01-05 08:18:44 -03:00
Felipe Zimmerle
c373256d46
Adds information about the pull request #775 on the CHANGES file
2016-01-04 15:02:31 -03:00
Elia Pinto
b3ce3da2fc
mlogc-batch-load.pl.in: fix searching SecAuditLogStorageDir files with Apache 2.4
...
Setting SecAuditLogType concurrent the files created by modsecurity in the directory SecAuditLogStorageDir
are of the type
%Y%m%d-%H%M%S-UNIQUE_ID
where UNIQUE_ID is produced by the module mod_unique_id. In apache 2.2
UNIQUE_ID was 24 characters long while in apache 2.4 is 27 characters long,
as a result of the new version of mod_unique_id. This patch extends
the regular expression for searching these log files for apache 2.4 and apache 2.2,
and also with future releases, at least with regard to the length of UNIQUE_ID
Signed-off-by: Elia Pinto <elia.pinto@gmail.com>
2016-01-04 14:57:43 -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
Christian Folini
8f3bc3cbac
Introduced ap_log_rerror declaration to standalone/server.c
2015-12-10 12:29:43 -03:00