1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-23 19:57:21 +01:00

2026 Commits

Author SHA1 Message Date
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
Vadim Kurland
29f4529bfd * ../src/res/configlets/bsd/update_vlans: fixes #1275 "script
always deletes, then adds vlans back on OpenBSD"
2010-02-27 00:43:24 +00:00
Vadim Kurland
7097862b08 * TutorialDialog.cpp (TutorialDialog::TutorialDialog): in-program
tutorial "Getting Started". Activated using menu Help/Tutorial.
Refs #1217
2010-02-26 03:14:44 +00:00
Vadim Kurland
89fd8d8f0f more pages of the getting started tutorial 2010-02-26 03:05:52 +00:00
Vadim Kurland
c66fa2153a page 4 of the getting started tutorial 2010-02-26 01:02:13 +00:00
Vadim Kurland
93ee898670 minor fixes in tutorial page layout, getting started tutorial page text editing 2010-02-26 00:06:48 +00:00
Roman Bovsunivskiy
a53fd00a45 Removed tutorial dialog 2010-02-25 21:04:55 +00:00
Roman Bovsunivskiy
a91930d5a7 Mouse and keyboard input blocking for tutorial dialog 2010-02-24 21:25:05 +00:00
Roman Bovsunivskiy
07c116c75f Renamed main.cpp files to avoid linking errors when using gui's object files.
Modified newClusterDialogTest and instDialogTest to use gui's moc files.
2010-02-22 20:49:50 +00:00
Roman Bovsunivskiy
818d63b68e Not using gcov for tests any more.
Using same object files for tests and gui.
2010-02-22 20:28:45 +00:00