Vadim Kurland
816dac9402
fixed #1297 "change in scrub rules in PF 4.6". PF 4.6 stopped
...
support for several reassemble options except for "reassemble tcp"
and changed format for the "scrub" rules.
2010-03-05 02:05:28 +00:00
Roman Bovsunivskiy
85b1d7487e
Removed QTest dependency
2010-03-04 22:35:57 +00:00
Vadim Kurland
33e834c21d
* PolicyCompiler_cisco_acls.cpp (setInterfaceAndDirectionBySrc::processNext):
...
recognize multicast when matching Network and NetworkIPv6
objects. Fixes #1298
2010-03-04 20:40:59 +00:00
Roman Bovsunivskiy
42bc078b5d
Some minor changes to print dialog
2010-03-04 20:26:28 +00:00
Vadim Kurland
28b1d81d12
* ObjectManipulator.cpp (ObjectManipulator::getDeleteMenuState):
...
fixed #1301 "can not delete Policy object when it is in Deleted
Objects lib". SF bug 2962628
2010-03-04 20:02:54 +00:00
Vadim Kurland
75a233826e
* CompilerDriver_pix_run.cpp (CompilerDriver_pix::run):
...
fixed #1296 "crash in fwb_pix".
2010-03-04 07:14:12 +00:00
Vadim Kurland
4569d2a390
* compiler_lib/CompilerDriver.cpp (CompilerDriver::commonChecks2):
...
fixed #1292 Added check for interfaces with valid address and
netmask 0.0.0.0
2010-03-04 06:09:02 +00:00
Vadim Kurland
deb37ee812
better object comments, see #1287
2010-03-04 05:32:41 +00:00
Vadim Kurland
937a96ef44
refs #1294 unit test for incomplete port ranges
2010-03-04 05:11:58 +00:00
Vadim Kurland
560676557d
fixed #1294 importer for iptables does not parse "--dport NNNN:"
2010-03-04 05:06:35 +00:00
Vadim Kurland
2d1d7ceffe
fix RCS unit test;
2010-03-04 04:20:21 +00:00
Vadim Kurland
d341a14e45
* IPTImporter.cpp (IPTImporter::finalize): fixed #1288 "all rules
...
created by policy import have rule number 0"
2010-03-04 03:56:46 +00:00
Vadim Kurland
bebcbfc3ba
fixed #1295 File/Print does not work for clusters
2010-03-04 03:43:31 +00:00
Vadim Kurland
0ba6a38fa3
* Importer.cpp (Importer::createAddress): fixed #1287 "policy
...
importer (iptables) crashes when host name is used in iptables
rule in place of an address". Importer now creates DNSName object.
2010-03-04 02:46:34 +00:00
Vadim Kurland
353d1f3aa7
* fixed #1291 "deleted objects policy problem". SF bug 2962628
...
If user ended up placing a policy object in the Deleted
2010-03-04 02:06:35 +00:00
Vadim Kurland
2d5ef369c1
* Helper.cpp: fixes #1293 When compiler searches for an interface
...
that should match given address, it should skip unprotected
interfaces.
2010-03-04 01:19:15 +00:00
Vadim Kurland
dc4456a2f5
refs #1283 added debug printing
2010-03-03 02:50:00 +00:00
Vadim Kurland
35b6747396
working on memory leaks; added initialization to class RCS
2010-03-03 01:04:24 +00:00
Roman Bovsunivskiy
5108346af0
Printing on mac
2010-03-02 21:01:24 +00:00
Vadim Kurland
d02fd7a11e
* PolicyCompiler_PrintRule.cpp (PrintRule::_printTimeInterval):
...
fixed time format for the iptables parameters --datestart,
--datestop which is supposed to be ISO 8601 "T" notation but
apparently with no support for time zone designators. Timezone
desginators are an error in iptables 1.4.1.1 and 1.4.5, did not
test newer versions. Fixes #1286 SourceForge bug #2961532
2010-03-01 22:52:06 +00:00
Roman Bovsunivskiy
3e632c6be1
Fixed #1284
2010-03-01 09:14:42 +00:00
Vadim Kurland
a6e1fd9cca
fixed warning "warning: deprecated conversion from string constant to \'char*\'"
2010-03-01 04:44:02 +00:00
Vadim Kurland
405cf4cb3d
* (many files) fixed warning " format not a string literal and no
...
format arguments". Fixes #1285
2010-03-01 04:39:27 +00:00
Vadim Kurland
3d9181dac3
refs #1281 , #1282 fixed broken unit test targets, these were broken by r2633
2010-03-01 01:15:42 +00:00
Illya Yalovoy
098a68f8a8
refs #1202 : Main menu "Rules" does not match rule context menu
...
Items in the main menu Rules should get disabled and enabled just
like items in the context menu do.
Added action: insertRuleAction, addRuleAfterCurrentAction,
addToGroupAboveAction, addToGroupBelowAction
2010-02-28 21:56:57 +00:00
Roman Bovsunivskiy
0002e71caa
Fixed clean target for compiler_lib tests
2010-02-28 19:35:52 +00:00
Roman Bovsunivskiy
e7c124f2b8
Removed testclean target
2010-02-28 19:14:42 +00:00
Roman Bovsunivskiy
40d242268c
kill Xvfb on error
2010-02-28 19:09:11 +00:00
Roman Bovsunivskiy
ae1e479fa4
make test targets
2010-02-28 19:06:57 +00:00
Roman Bovsunivskiy
180d4a92ac
Fixed tests building error
2010-02-28 17:28:24 +00:00
Roman Bovsunivskiy
db577ab613
Make target names for #1277
2010-02-28 17:21:28 +00:00
Roman Bovsunivskiy
b63c1957dd
Stop building tests on failure
2010-02-28 17:10:12 +00:00
Roman Bovsunivskiy
64578ae683
Now really fixed #1279 .
2010-02-28 16:43:19 +00:00
Roman Bovsunivskiy
88db13c1f7
Fixed #1257 again
2010-02-28 16:23:47 +00:00
Roman Bovsunivskiy
e7d2ac4ec1
Fixed #1279
2010-02-28 16:23:01 +00:00
Roman Bovsunivskiy
bdfe2f3cec
Fixed #1279 and #1257
2010-02-28 16:22:38 +00:00
Vadim Kurland
2c89f4b338
changelog rec
2010-02-28 07:32:07 +00:00
Vadim Kurland
9df13ae4d8
finished getting started tutorial
2010-02-28 07:29:51 +00:00
Vadim Kurland
7913fe4358
avoid fixed font size in tutorial CSS stylesheet
2010-02-28 06:40:12 +00:00
Vadim Kurland
9fc62a9f82
* unit_tests.sh (commands): Using Xvfb for GUI unit tests so they
...
can run as an automated task. This was broken by r2602
2010-02-28 02:47:16 +00:00
Roman Bovsunivskiy
bf72b77da2
Now deleting right moc files in make testclean target
2010-02-27 23:03:30 +00:00
Roman Bovsunivskiy
38d16b3d71
Script for test objects cleanup (for make testclean target)
2010-02-27 22:59:59 +00:00
Roman Bovsunivskiy
a4834553d4
Using temporary fwb file for newClusterDialog test
2010-02-27 22:04:15 +00:00
Vadim Kurland
0e6fa4519a
updated getting started tutorial formatting and CSS
2010-02-27 21:54:08 +00:00
Roman Bovsunivskiy
c58d6f5749
All unit tests builds now (tested on ubuntu 9.10)
2010-02-27 21:31:03 +00:00
Roman Bovsunivskiy
483051cf32
Changed QTextEditor to QTextBrowser in TutorialDialog. Links are now clickable. ( Fixed #1276 )
2010-02-27 19:22:00 +00:00
Vadim Kurland
8c032b2fd1
using CSS stylesheets to format tutorials
2010-02-27 04:32:04 +00:00
Vadim Kurland
45f0218322
better naming convention for tutorial actions
2010-02-27 03:32:38 +00:00
Roman Bovsunivskiy
385f598ee2
Stylesheet support should work now
2010-02-27 01:11:00 +00:00
Roman Bovsunivskiy
d496e7ecb4
Multiple tutorial dialogs support, style sheets, external <a> tags are now clickable.
2010-02-27 01:04:14 +00:00