373 Commits

Author SHA1 Message Date
brectanus
52ccced72b Cleanup building actionsets and use minimal default. See #445.
Fully resolve all rules before logging.
2008-01-25 04:52:49 +00:00
brectanus
946a350043 Fixed removing cained rules with ctl action. 2008-01-24 22:39:13 +00:00
brectanus
ef6f75f4f7 Update docs for SecUploadFileMode to include the "default" value. 2008-01-24 22:14:34 +00:00
brectanus
f8adea949c Implemented SecUploadFileMode. See #448. 2008-01-24 22:10:37 +00:00
brectanus
09ada31a28 Fixed potential crash if actionset was NULL. See #441 and #442. 2008-01-24 18:08:39 +00:00
brectanus
a3584993f5 Implement "block" pseudo-action. See #441. 2008-01-24 05:16:35 +00:00
brectanus
9dbc7807d9 Remove query string from error log. See #447. 2008-01-23 18:12:59 +00:00
ivanr
e0c0d66906 Update severity documentation, deprecate numerical values. 2008-01-23 15:34:20 +00:00
brectanus
00731cc70f Update versions in preparation for 2.5.0-rc2. 2008-01-22 07:00:32 +00:00
brectanus
c72057bc57 Cleanup CHANGES. 2008-01-22 06:59:06 +00:00
brectanus
85e0b4d969 Add parens for clarity. 2008-01-22 06:53:30 +00:00
brectanus
18e9ef0808 Remove default transformations. See #445. 2008-01-22 05:50:42 +00:00
brectanus
c4e1ede358 Fixed merging actionsets so we can build a more accurate rule for auditing. 2008-01-22 05:39:33 +00:00
brectanus
0d24a08f33 Implemented SecRuleUpdateActionById. See #442. 2008-01-19 02:23:41 +00:00
brectanus
be096d8f7c Explain how to install mlogc after building. 2008-01-18 21:38:50 +00:00
brectanus
c6c4003942 More configure cleanup.
Update docs for new install: configure && make && make install
Spell check the docs.
2008-01-18 21:14:21 +00:00
brectanus
96ff268f64 Replace TABs with 4 spaces. 2008-01-18 01:04:47 +00:00
brectanus
f4a44bc320 Remove an extraneous debug log. 2008-01-18 01:02:29 +00:00
brectanus
c68beb2fad Update text version of my review (removed areas that were invalid and/or fixed). 2008-01-18 00:51:10 +00:00
brectanus
9fb03d277d Fixing code based on review comments...
Cleaned up what vars are cacheable.
Added parens around "*foo++" where it clarified the operation to be "*(foo++)".
Added " at VARNAME" to operator matches where needed.
Escaped var->name in the var generation (user-supplied data).
Marked a bunch of TODOs as ENHs instead.
Transformed some C++ style comments to C style.
Removed the %0-9 macros code which was commented out.
Optimized some ctl action code so that multiple ifs are else ifs.
Implemented some error messages marked as ENH.
Make commented out acmp debugging a configure-time option.
Cleanup GEO debug log messages.
Added relative filename support for geo dbs.
Added help text to Sec* directives.
2008-01-18 00:47:30 +00:00
brectanus
99c41afc3d Added a check that SecServerSignature actually worked (Apache changed some of this code as of 2.2.4 and could potentially change it again and break this).
Cleaned up some configure code.
Cleaned up some extraneous cache logging.
Cleaned up the output from the test script.
2008-01-14 22:32:53 +00:00
brectanus
fabeaf5059 Final mlogc configure cleanup. 2008-01-11 18:21:17 +00:00
brectanus
62dfbeb80a Do not bother with libcurl if there is no mlogc-src. 2008-01-11 18:18:18 +00:00
brectanus
bc6c0c76af Add the ability to find curl for mlogc. 2008-01-11 17:51:58 +00:00
brectanus
0a6ac05590 Add the ability to build mlogc if it is in the mlogc-src subdir. 2008-01-11 17:51:06 +00:00
brectanus
b5033e6e29 It is 2008 now :) 2008-01-11 00:00:31 +00:00
brectanus
800dacd743 Add text version of review. 2008-01-10 22:04:36 +00:00
brectanus
2d034c5ce6 Finished with pre-2.5 source code review. 2008-01-10 22:02:47 +00:00
ivanr
0b9c2810e4 Fix speling. 2008-01-10 12:54:35 +00:00
ivanr
d8fa66515a Document data formats. 2008-01-10 12:47:59 +00:00
brectanus
d106a5c4d8 Yet more review data. 2008-01-10 01:06:38 +00:00
brectanus
b0f7dc1fce More review updates. 2008-01-09 21:40:19 +00:00
ivanr
f15ef01be9 Tweak error message to make it clear it's not our fault. 2008-01-09 19:05:20 +00:00
brectanus
b6446dc836 Fixed an old bug in ctl:auditLogParts that was fixed in 2.1.x, but not trunk. 2008-01-09 01:02:51 +00:00
brectanus
4b05cfe3d6 Update current review data. 2008-01-09 00:56:45 +00:00
brectanus
106a54f876 Fixed partial transformation caching and reduced some debugging output. 2008-01-09 00:52:51 +00:00
brectanus
31e3ada844 Fixed phase 5 rules not being excludable. 2008-01-08 20:45:54 +00:00
brectanus
433ecf3427 Cleanup configure and add support for using apache src included libs (--with-httpd-src). 2008-01-08 19:03:24 +00:00
brectanus
7baf949929 Add --enable-FEATURE options to configure. 2008-01-08 17:25:43 +00:00
brectanus
4473e483c1 Update current review and report generation script. 2008-01-08 16:23:01 +00:00
brectanus
c622e7ec93 Expand PERFORMANCE_MEASUREMENT output to break down the full rule timing into transformation, operator and full.
Add a "Transformation completed in N usec." debug line to compliment the operator timing.
2008-01-08 16:21:40 +00:00
brectanus
a53969a99b Add the beginings of a pre-2.5 code review ala Jupiter. 2008-01-05 01:17:22 +00:00
brectanus
2ab009ee9f Add files to support using eclipse w/Jupiter code review plugin. 2008-01-04 23:33:51 +00:00
brectanus
36dbd608ce Add a review dir for testing/using Jupiter eclipse plugin. See: http://csdl.ics.hawaii.edu/Tools/Jupiter/ 2008-01-04 20:24:41 +00:00
brectanus
baac392bf5 More configure cleanup. 2008-01-03 01:09:01 +00:00
brectanus
40c57f8716 Cleanup configure script and add back unit tests (make test). 2008-01-02 23:52:34 +00:00
brectanus
badb2791f1 Initial 'configure' based compilation (buildconf generates configure script). 2008-01-02 21:32:10 +00:00
brectanus
be9931e00f Make sure all tests pass. 2007-12-21 16:39:38 +00:00
brectanus
402f6318bb More test updates. 2007-12-21 16:20:51 +00:00
ivanr
2068357af8 Added m.getvars() and finalised Lua support. 2007-12-21 12:50:03 +00:00