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

2584 Commits

Author SHA1 Message Date
Vadim Kurland
4f43a0cce4 additional check for the condition that only seems to happen in unit tests 2010-08-06 01:42:27 +00:00
Vadim Kurland
549761d01a fix crash that only seems to happen in unit tests 2010-08-06 01:24:16 +00:00
Vadim Kurland
f276dedd42 reset "dirty" flag in FWCmdChange when group is being changed 2010-08-06 00:56:57 +00:00
Vadim Kurland
e7b0304560 fixed #1660 "Crash when
cut-and-pasting firewall between libraries". GUI crashed if user
performed the following sequence: cut an object, switch to a
different object library, try to paste using keyboard shortcut
Ctrl-V while library object was selected in the tree.
2010-08-05 23:51:14 +00:00
Roman Bovsunivskiy
2695e28087 Fixed #1651: sotring by property in group's object list works right now 2010-08-05 20:43:40 +00:00
Roman Bovsunivskiy
dc569fce17 Removed showing of help window on creation. Again. 2010-08-05 16:00:47 +00:00
Roman Bovsunivskiy
0c625e3f3c Better version comparison in #1665 2010-08-05 15:41:29 +00:00
Roman Bovsunivskiy
57e06c4b44 Fixed #1665: help and tutorial dialogs will not have close buttons in title when compiled on qt<4.5, but will work. 2010-08-05 15:35:48 +00:00
Vadim Kurland
f3108a5696 include file properly 2010-08-05 07:02:21 +00:00
Vadim Kurland
cbd2c00eb5 fixed #1664 "Policy
import creates firewall object w/o version". This also fixes
crash reported in SF bug #3036934
2010-08-05 01:55:49 +00:00
Vadim Kurland
767dc5034e fixed SF bug #3038945 "ASA inspect configurations not saved".
Under some circumstances the GUI did not save changes made in the
"Inspectors" tab of the PIX advanced settings dialog into the
object.
2010-08-05 01:11:46 +00:00
Vadim Kurland
d314012466 fixes #1659 2010-08-04 21:40:02 +00:00
Vadim Kurland
e95f8df3c8 fixed #1661 "Crash after deleting firewall" a sequence where user deleted
an object and then hit "Back" button caused crash.
2010-08-04 21:26:08 +00:00
Roman Bovsunivskiy
387bce14ca fixed help dialogs: they are now shown on show(), not when created (fixed #1655) 2010-08-04 19:16:58 +00:00
Roman Bovsunivskiy
4be28e19de help window will not be shown right after creation (fixed unit tests) 2010-08-04 19:04:25 +00:00
Roman Bovsunivskiy
478ab765da Help and Tutorial dialogs are now not modal and not top-level. They can be minimized, but not maximized. All tests passe. (fixed #1655). 2010-08-04 18:25:00 +00:00
Roman Bovsunivskiy
91539874ef Help and tutorial dialgs are not modal now (refs #1655) 2010-08-04 14:27:29 +00:00
Vadim Kurland
5bb1ac9c50 fixed SF bug 3038562 unknown dir in some ui files 2010-08-04 02:09:03 +00:00
Vadim Kurland
e582034792 fixed SF bug #3038948
"ASA logging severity levels are incremented"
2010-08-04 01:49:07 +00:00
Vadim Kurland
0060ee84fa fixed SF bug3038636: support for the new syntax of ipv4options module 2010-08-04 01:36:30 +00:00
Vadim Kurland
d27ae466b8 reverting r3193 2010-08-04 01:22:04 +00:00
Mike Horn
b32d409fc4 Updated v4.1.0 release note to include the addition of integrated SSH tools 2010-08-04 00:43:48 +00:00
Roman Bovsunivskiy
87fc3b6e63 Help dialogs are now not modal (fixed #1655) 2010-08-03 19:26:02 +00:00
Roman Bovsunivskiy
7cf9489352 Added disabling of "Create new firewall" and "Import existing policy" buttons when read-only library is selected. Fixed #1658 2010-08-03 18:57:20 +00:00
Vadim Kurland
de6dc9a56c fixed unit test 2010-08-03 02:37:28 +00:00
Vadim Kurland
769d0d926b * InterfaceDialog.cpp (loadFWObject): fixed #1657 "When no network
zone is defined on the interface, the Interface object editor says
it is "Any" which is a lie"
2010-08-03 02:34:09 +00:00
Vadim Kurland
0079bd7a24 fixed #1652 "support
for adding single address to address table in the generated
script"
2010-08-03 02:01:03 +00:00
Vadim Kurland
a25846b73b updated release notes 2010-08-03 00:37:48 +00:00
Mike Horn
11ff00b797 Updated V4.1 release note 2010-08-03 00:35:45 +00:00
Vadim Kurland
5fd5bb14ac * OSConfigurator_linux24.cpp (printRunTimeAddressTablesCode):
fixed #1654 "Support for run-time Address Tables with empty file
in iptables".
2010-08-03 00:33:54 +00:00
Vadim Kurland
38dd6420db fixing startTipDialogTest 2010-08-02 23:49:49 +00:00
Vadim Kurland
1f36ea00cd * Helper.cpp (findInterfaceByNetzone): fixed #1653 "Crash when
compiling a rule for Cisco PIX with incorrect network zone".
2010-08-02 22:29:06 +00:00
Vadim Kurland
914ffe8ded applied patch from slif@ to make file properties dialog appear with proper window decorations 2010-08-02 21:53:15 +00:00
Roman Bovsunivskiy
39490160c2 RuseSetDialog will now be disabled if firewall is readonly (fixed #1650) 2010-08-02 15:37:46 +00:00
Roman Bovsunivskiy
627beef3c9 fixed #1647 again: now help dialog is a QDialog, not QMainWindow 2010-08-02 14:12:04 +00:00
Roman Bovsunivskiy
5a1511c784 Added closing of first start tip dialog to startTipDialogTest (fixed #1648) 2010-08-02 11:47:28 +00:00
Vadim Kurland
93eaec0513 changes for external new object checks 2010-08-02 03:23:12 +00:00
Vadim Kurland
637a2b3082 added new module to unit tests guilib.pro 2010-08-01 22:26:16 +00:00
Vadim Kurland
52a0435080 implemented support for additional checks for new objects for the future expansion 2010-08-01 22:05:59 +00:00
Roman Bovsunivskiy
52bb99dec8 startTipDialogTest (fixed #1648) 2010-07-30 19:08:06 +00:00
Roman Bovsunivskiy
ca909d305a Fixed #1647: help dialog is not system-modal now 2010-07-30 17:39:34 +00:00
Vadim Kurland
24b2b690e1 fixed #1639 "Add success message to the bottom of the process log
for the installer".
2010-07-29 23:42:26 +00:00
Vadim Kurland
5efa16a76c GUI unit tests should not connect to the update.fwbuilder.org web site to check for updates, we test for that specifically in a special uni test 2010-07-29 20:05:27 +00:00
Vadim Kurland
c83b04f36b Fixes SF bug #3036541 "IPV6
only firewall resets ipv4 stack" only reset ipv4 iptables when there are some ip4 rules; also added action block to usage string of the generated iptables script
2010-07-29 18:12:06 +00:00
Roman Bovsunivskiy
4d74dd16d9 renamed test.sh to commandLinePrintingTest for better automatic tests result view 2010-07-29 13:46:44 +00:00
Vadim Kurland
66683ebf92 better fix for SF bug 3035426; gui should save data to a file and not ask user if file name exists, it should only ask if file name has not been assigned 2010-07-29 02:19:06 +00:00
Vadim Kurland
89d504f639 better algorithm to find loops in rule branches and a test case for it for iptables; als fix for SF bug 3034628 "iptables does not allow target REJECT in mangle table" 2010-07-29 01:57:28 +00:00
Vadim Kurland
8acc9d455a added record to the release notes 2010-07-28 23:06:50 +00:00
Vadim Kurland
9b7334a61f fixed SF bug 3035426 "canceled
save writes .fwb ".
2010-07-28 23:05:08 +00:00
Vadim Kurland
3c6102f961 fixed #1631 "Process branch rule sets recursively".
fixed #1632 "dependencies created by branching rule sets should be
processed recursively"
fixed SF bug 3033462
2010-07-28 21:39:28 +00:00