1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-25 04:37:22 +01:00

2533 Commits

Author SHA1 Message Date
Vadim Kurland
a51d1733fc fixed #1640 "default policy when the script is stopped should be
optional".
2010-07-27 22:10:53 +00:00
Vadim Kurland
0e8bcac379 fixed #1634 - compiler warning 2010-07-27 21:23:05 +00:00
Roman Bovsunivskiy
1b746e36ee Added unit test for command line printing (fixed #1643) 2010-07-27 19:24:29 +00:00
Roman Bovsunivskiy
3a67445e89 Fixed #1642: program will now crash when printing file created by older version 2010-07-27 13:29:50 +00:00
Vadim Kurland
1d81616677 fixed comment 2010-07-27 01:20:09 +00:00
Vadim Kurland
74063d35c3 implemented support for mixed address lists for run-time address table objects with ipset module 2010-07-27 01:14:04 +00:00
Roman Bovsunivskiy
d59ae6c142 Fixed #1636: genericDialogTest will now look for QRadioButtons nearby if tested QRadioButton is not in group 2010-07-26 19:54:27 +00:00
Roman Bovsunivskiy
4eec31618e Fixed #1630: hitting esc in instDialog now closes instDialog, not inspect widget 2010-07-26 19:33:35 +00:00
Vadim Kurland
da80eac2dd patch by slif to make the test work more reliably. Fixes #1638 2010-07-26 16:01:34 +00:00
Vadim Kurland
7efbcf6825 * code cleanup. Removed bunch of warnings and cleaned up some test
cases using small patches from Mike Slifcak  slif@bellsouth.net
2010-07-25 03:41:27 +00:00
Vadim Kurland
4ad0e5be21 minor cleanup, removed few warnings and fixed code that loads resources in ImporerTest 2010-07-24 16:21:12 +00:00
Vadim Kurland
a1c7183d4c updated release notes 4.1 2010-07-24 06:47:36 +00:00
Vadim Kurland
e1bca13699 * Fixes #1635: included code generated by the configlet
run_time_address_tables into script for all linux-based host
OS
2010-07-24 06:41:46 +00:00
Vadim Kurland
1a8d8cd1ea fixed #1633 use ipset module in NATCompiler_ipt 2010-07-24 06:03:48 +00:00
Vadim Kurland
e7983c0eeb additional unit test for run_time_address_tables configlet 2010-07-24 05:05:48 +00:00
Vadim Kurland
46be5ec6c1 updated changelog to mention fix for #1628 2010-07-24 03:10:20 +00:00
Vadim Kurland
8c90295231 fixes 1625, #1627 See #137 added configlet for run time adress table objects with ipset module to check ipset tool and the module, check and load data from address table files 2010-07-24 03:09:02 +00:00
Vadim Kurland
11cb56d6c9 * PolicyCompiler_PrintRule.cpp (PrintRule::normalizeSetName):
fixed #1626 "convert space and other special characters found in
the run time address table object into underscores". The name of
the run-time Address Table object is used for the name of the
ipset module set. Making sure the name is sanitized of the
chanracters considered "special" by shell before it is used.
2010-07-24 00:02:53 +00:00
Vadim Kurland
15e8677943 * check_utilities: fixed #1625, #see 137: added ipset to the list
of command line utilities generated iptables script can
use. Script will check if the utility is present on the firewall
if user requested use of iptables module "set" for run-time
Address Table objects. Also added an input field for ipset in the
advanced settings host OS dialog for Linux to let the user specify
path to ipset if it is not standard.
2010-07-23 23:38:38 +00:00
Roman Bovsunivskiy
c6418e2973 Fixed #1624: next or finish button will get focus when clicked in new cluster dialog, so that input check will be performed before processing button click 2010-07-23 22:59:53 +00:00
Roman Bovsunivskiy
273d97f210 Fixed #1629: now ipv6 tab is disabled in PIX advanced options dialog 2010-07-23 22:47:33 +00:00
Roman Bovsunivskiy
d268e2e054 Fixed #1623: now all advanced dialogs open in a modal window on mac os x 2010-07-23 15:34:36 +00:00
Roman Bovsunivskiy
b942cb7292 Fixed #1621: made procurce_acl advanced dialog shorter and wider 2010-07-23 15:05:32 +00:00
Roman Bovsunivskiy
c2ef05574e Fixed #1620: made pix advanced dialog shorter and wider 2010-07-23 15:04:04 +00:00
Roman Bovsunivskiy
d923001ba9 Fixed #1619: made iosacl advanced dialog shorter and wider 2010-07-23 15:02:41 +00:00
Roman Bovsunivskiy
f9f581b012 Fixed #1618: make ipfw advanced dialog shorter and wider 2010-07-23 15:01:44 +00:00
Roman Bovsunivskiy
60f0f79359 Fixed #1617: made ipfilter advanced dialog shorter and wider 2010-07-23 15:00:45 +00:00
Roman Bovsunivskiy
53151f81fd Fixed #1616 (made PF advanced dialog shorter and wider) 2010-07-23 14:58:04 +00:00
Vadim Kurland
e82f770956 * PolicyCompiler_PrintRule.cpp: added support for iptables module
"set" used to generate iptables command for rules with run-time
AddressTable objects. This module is only available in iptables
1.4.1.1 and later, however some embedded platforms do not have it
even though they ship later versions ofiptables (e.g. OpenWRT).
Use of this module is controlled by a checkbox in the iptables 
"advanced" settings dialog which is off by default. This checkbox
becomes disabled when iptables version is set to < 1.4.1.1.
2010-07-23 05:15:05 +00:00
Vadim Kurland
56ce332788 * newClusterDialog_create.cpp (newClusterDialog::createNewCluster):
fixed #1622 "Crash when configuring cluster". The GUI used to crash
if user created a cluster copying rules of one of the cluster members
while that rule set was opened in the rule set view.
2010-07-22 23:54:32 +00:00
Roman Bovsunivskiy
e2a1d4df9f better dialog layout (refs #1615) 2010-07-22 10:52:54 +00:00
Vadim Kurland
df647bfab2 see #1615 better dialog layout but still too wide 2010-07-22 04:26:04 +00:00
Vadim Kurland
53a08e03c1 iptables "advanced" settings dialog redesign 2010-07-22 02:01:13 +00:00
Vadim Kurland
076cfdc8f1 fixed tab order in the interface editor widget See #1613 2010-07-22 01:11:42 +00:00
Vadim Kurland
7bd96d7042 rearranged elements in the interface editor widget to reduce its height. See #1613 2010-07-22 01:06:43 +00:00
Vadim Kurland
350fbfb45d * InterfaceEditorWidget.ui: set minimum height for the name, label
and few other input fields because they came out squished on Mac.
Fixes #1613.
2010-07-22 00:22:33 +00:00
Vadim Kurland
559d22e137 * FWWindow.cpp (fileNew): fixed #1611 "File/New should create new
project panel". Like #1612, open new data file in a new project
panel if current project panel has no data file associated with it
but has unsaved changes.
2010-07-21 23:45:22 +00:00
Vadim Kurland
b48d84e6ab * FWWindow.cpp (loadFile): fixed #1612 "File/Open should create
new project panel". If user has some unsaved changes in the
default project panel (the one with no associated file) and then
uses File/Open menu to open another data file, the file should
open in a new project panel.
2010-07-21 23:40:35 +00:00
Vadim Kurland
d870730db2 merge from v4_0 branch r3122-3124 2010-07-21 16:10:10 +00:00
Vadim Kurland
fafcb2202c renamed release notes file; made main window wider by default 2010-07-21 05:06:19 +00:00
SVN User
4d398942cc moved install target definitions to res.pro 2010-07-21 04:42:00 +00:00
Vadim Kurland
b8564b8f61 now really /4.1 in settings 2010-07-21 01:20:29 +00:00
Vadim Kurland
b98bdd2584 setting spath /4.1 2010-07-21 01:05:07 +00:00
Vadim Kurland
8a4fb97afe upgraded test data files for 4.1 2010-07-20 23:45:05 +00:00
Vadim Kurland
7247990781 added copy of routing_functions configlet for dd-wrt 2010-07-20 23:42:39 +00:00
Vadim Kurland
82d85270f5 Creating v4.1.0 branch 2010-07-20 23:05:46 +00:00
Vadim Kurland
c077f60e13 fixed #1603 Welcome dialog should show full version of the program 2010-07-20 22:19:08 +00:00
Vadim Kurland
565e888472 version 4.1.0 2010-07-20 18:02:45 +00:00
Vadim Kurland
53950163aa code clean-up 2010-07-20 16:54:37 +00:00
Roman Bovsunivskiy
62200b66f9 Added default value for Importer firewall name argument 2010-07-20 15:49:05 +00:00