1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-24 12:17:26 +01:00

2411 Commits

Author SHA1 Message Date
Vadim Kurland
beb7952eca * utils.cpp (parseCommandLine): See #1542 since now user can enter
differet command line parameters together with the path to ssh and
scp clients in the global Preferences dialog, we need to parse
these properly. This is especially important if file paths or
arguments contain white space characters. Unit tests are in
src/gui/unit_tests/parseCommandLineTest
2010-06-28 23:14:56 +00:00
Vadim Kurland
8f695ec044 refs #1346 button "inspect" should be enabled only if some files were actually produced during compilation 2010-06-28 16:34:53 +00:00
Roman Bovsunivskiy
deb9f0117e Fixed #1539 and #1540 2010-06-28 13:08:27 +00:00
Vadim Kurland
a97c25c49a fixed build problem with old Qt 2010-06-27 22:46:58 +00:00
Vadim Kurland
bb9ca9456e removed exccesive debug print 2010-06-27 21:05:05 +00:00
Vadim Kurland
cbd11fb9be see #1346 fixed navigation and cleaned up instDialog wizard 2010-06-27 19:22:37 +00:00
Vadim Kurland
cbc2b1278a updated release notes 2010-06-27 04:55:40 +00:00
Vadim Kurland
af71f2d80b automatically configuring putty session fwb_session_with_keepalive on windows 2010-06-27 04:54:47 +00:00
Roman Bovsunivskiy
5fc9be5ce2 Fixed #1346 2010-06-27 04:29:48 +00:00
Vadim Kurland
f0c8bfa2e8 all instllation commands should be
on the single line
2010-06-27 04:20:39 +00:00
Vadim Kurland
fc517354c8 assembling ssh and scp path and all command line parameters in FirewallInstaller instead of ssh wrapper code 2010-06-27 01:39:41 +00:00
Vadim Kurland
1bbeb0f04f SF bug 3020381: Line failure should abort remote firewall install. Using ssh keepalives to make ssh client detect disconnect. Currently works only with unix ssh clients 2010-06-27 00:47:00 +00:00
Vadim Kurland
b01a45204f do not verify network zones of unprotected interfaces 2010-06-27 00:30:00 +00:00
Vadim Kurland
fe684e16c1 release notes and changelog records 2010-06-25 21:49:26 +00:00
Roman Bovsunivskiy
3b6399189f Fixed #1346 and #1536 2010-06-25 20:34:32 +00:00
Vadim Kurland
afdc06d9f6 using QStringList class methods available in QT 4.3 2010-06-25 19:48:28 +00:00
Vadim Kurland
1994f02f4d * OSConfigurator_linux24::printVirtualAddressesForNatCommands:
fixed bug 3001228 "v4.0.0 iptables: NAT not creating interface
addresses". Iptables script generated by fwbuilder used to include
commands to configure virtual ip addresses for NAT only if option
"configure interfaces" was turned on. Expected behavior is to
generate these commands when option "Add virtual addresses for
NAT" is turned on regardless of the setting of the option
"configure interfaces".
2010-06-25 03:38:24 +00:00
Vadim Kurland
f4c5090383 changelog records 2010-06-25 00:41:14 +00:00
Roman Bovsunivskiy
392f17c2dd Added new class to guilib for unit tests 2010-06-23 20:56:33 +00:00
Roman Bovsunivskiy
2422b12a1e Better error reporting for source inspect 2010-06-23 20:49:45 +00:00
Roman Bovsunivskiy
c474785b7e Basic firewall source viewer. 2010-06-23 20:07:42 +00:00
Roman Bovsunivskiy
b7b44b6a65 clear settings if running for unit test 2010-06-23 16:40:09 +00:00
Roman Bovsunivskiy
733e2115e3 Fixed #1526 2010-06-23 16:37:32 +00:00
Roman Bovsunivskiy
36c055142a Updated unit tests main function to use test settings 2010-06-22 18:10:01 +00:00
Roman Bovsunivskiy
980359c907 Options for FWBSettings to use test settings file 2010-06-22 17:58:24 +00:00
Roman Bovsunivskiy
112a4dacad Fixed unit tests when starttip dialog id disabled 2010-06-22 17:23:11 +00:00
Roman Bovsunivskiy
078862e226 Fixed #1520 2010-06-18 19:02:42 +00:00
Roman Bovsunivskiy
a588337982 Removed unused gui_common.inc file 2010-06-18 15:30:52 +00:00
Roman Bovsunivskiy
6a3955ad94 Removed references to gui_common.inc in commented lines 2010-06-18 12:41:21 +00:00
Roman Bovsunivskiy
721bf54728 Fixed #1520 2010-06-18 12:33:42 +00:00
Vadim Kurland
1ee9ca248d * PolicyCompiler_ipt.cpp (specialCaseWithFWInDstAndOutbound::processNext):
fixed #1523 "outbound ipv6 rule matching multicast ipv6 destination
is not generated". The rule with network object fe80::/10 in source
and ipv6 muticast ff00::/8 in destination did not produce correspondign
ip6tables command. The change affects other cases with rules using
broadcast or multicast objects that should be considered matching
the firewall object.
2010-06-17 23:58:17 +00:00
Roman Bovsunivskiy
5442fd5708 better WorkflowIcons initialisation 2010-06-17 18:39:09 +00:00
Vadim Kurland
dadfcfbc18 changelog entry 2010-06-17 17:59:46 +00:00
Roman Bovsunivskiy
002a07a6ee Fixed #1522: vertical scrolling in RuleSetView jumps one whole rule at a time 2010-06-17 17:42:29 +00:00
Roman Bovsunivskiy
00dc8c55c9 Fixed #1493 2010-06-17 17:38:19 +00:00
Roman Bovsunivskiy
36c7201fc3 Added WorkflowIcons class to guilib 2010-06-17 17:17:04 +00:00
Vadim Kurland
a93dcf58e2 * IPTImporter.cpp (IPTImporter::pushPolicyRule): fixed SF bug 3017084
"compiler adds extra quote characters to log-prefix string".
2010-06-17 05:06:19 +00:00
Vadim Kurland
3ad8cd4661 see #1493 checking in icons 2010-06-17 04:56:50 +00:00
Vadim Kurland
2467927ed5 fix for the SF bug 3015979 fwbuilder not exiting in centos 5.5 2010-06-17 04:49:30 +00:00
Vadim Kurland
aa68200d6d refs #1493 made workflow buttons look like buttons, with a frame and all 2010-06-17 04:31:21 +00:00
Roman Bovsunivskiy
3cdaba7a39 Workflow icons 2010-06-16 19:41:08 +00:00
Roman Bovsunivskiy
eb82ddd323 Fixed #1521: GUI crashes upon exit with old Qt versions 2010-06-16 18:34:34 +00:00
Roman Bovsunivskiy
beae0f04ba Fixed #1493: workflow icons in the big empty space 2010-06-16 17:30:27 +00:00
Vadim Kurland
d670e07a6a test case for #1523 2010-06-16 15:18:07 +00:00
Vadim Kurland
f85bc72a8e * IPTImporterRun.cpp (IPTImporter::run): policy importer for
iptables replaces --sport and --dport parameters of module
multiport with --source-ports and --destination-ports to remove
grammar ambiguity that arises from the use of the same parameters
--sport and --dport by different iptables modules with different
argument syntax.
2010-06-16 04:39:25 +00:00
Vadim Kurland
d8427e6eb5 * iptables.g (match_iprange_src): Fixed SF bug 3016779: Policy
importer for iptables should understand module iprange
2010-06-16 03:36:47 +00:00
Vadim Kurland
fca2df9215 * FWWindow.cpp (FWWindow::prepareFileMenu): fixed bug 3016720
"import policy disabled after file close". Menu items "File/Import
Library" and "File/Import policy" became disabled after user
closed data file using "File/Close" and never became enabled
again.

also fixed #1494 flush duplicate uuid
2010-06-15 20:50:45 +00:00
Vadim Kurland
ae6a26e1f2 explicitly set direction in the branch rule created to handle complex match of a regular service and ESTABLISHED,RELATED state. See #1516 2010-06-15 03:28:00 +00:00
Vadim Kurland
b437626a78 option to show text with toolbar icons is now on by default; updated changelog and release notes 2010-06-15 03:07:35 +00:00
Vadim Kurland
23a6147e12 rearranged bullet points in release notes 4.0.2 2010-06-15 02:50:30 +00:00