1661 Commits

Author SHA1 Message Date
Mihai Pitu
e87b970dc5 Beanshell support 2016-01-29 10:39:57 -03:00
Mihai Pitu
963346246a config reload logic 2016-01-29 10:39:57 -03:00
Mihai Pitu
0619f6726e clean 2016-01-29 10:39:57 -03:00
Mihai Pitu
a0781edba2 log messages fix 2016-01-29 10:39:57 -03:00
Mihai Pitu
8a0e3d0e9f Loader improvement & request wrapper fix 2016-01-29 10:39:57 -03:00
Mihai Pitu
5e98205ccc cleanup 2016-01-29 10:39:57 -03:00
Mihai Pitu
3c61493169 Servlet request improvements 2016-01-29 10:39:57 -03:00
Mihai Pitu
c8e31c42f5 improved search directory for native libs 2016-01-29 10:39:57 -03:00
Mihai Pitu
c0eee93dac clean 2016-01-29 10:39:57 -03:00
Mihai Pitu
c822374ebc clean 2016-01-29 10:39:57 -03:00
Mihai Pitu
1df1614f1f makefile & help 2016-01-29 10:39:57 -03:00
Mihai Pitu
895ee4045e Revert "clea"
This reverts commit e477760edd9b8ded432f08fc62a58e576c788e07.

Conflicts:
	java/Makefile.am
2016-01-29 10:39:57 -03:00
Mihai Pitu
e90b6715ca clea 2016-01-29 10:39:57 -03:00
Mihai Pitu
e193fdd698 clean 2016-01-29 10:39:57 -03:00
Mihai Pitu
3b92a030c7 merge upstream & update configs 2016-01-29 10:39:57 -03:00
Mihai Pitu
7ff4e465bf changes 2016-01-29 10:39:56 -03:00
Mihai Pitu
1a57192ff7 help notes 2016-01-29 10:39:56 -03:00
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