Roman Bovsunivskiy
080fa3bca4
Fixed #1041
2009-12-30 12:30:10 +00:00
Vadim Kurland
40f3f6e713
* RuleSetView.cpp (RuleSetView::restoreCurrentRowColumn): fixed
...
bug that caused rule set view to scroll all the way to the top
every time user modified any object used in the rules. Fixes #968
2009-12-29 23:58:17 +00:00
Vadim Kurland
70e016e04e
fixes #1039
2009-12-29 18:01:56 +00:00
Roman Bovsunivskiy
03dd027f76
Beggining of newClusterDialog test
2009-12-29 14:02:05 +00:00
Vadim Kurland
9ae99595db
fixing syntax for Visual C++
2009-12-29 07:26:47 +00:00
Vadim Kurland
3e8db481ca
changelog records for 12-28
2009-12-29 06:57:40 +00:00
Roman Bovsunivskiy
e6b6e2516a
Manual elements creation in newClusterDialog page 4
2009-12-29 05:59:58 +00:00
Roman Bovsunivskiy
887adab655
Fixed #1038
2009-12-29 05:12:52 +00:00
Roman Bovsunivskiy
ac4d4658a6
Removed not needed elements from .ui
2009-12-29 05:07:14 +00:00
Roman Bovsunivskiy
3d50e0e37c
Now creating layout for obj trees in class constructor
2009-12-29 05:06:11 +00:00
Vadim Kurland
b094489790
fix build on hardy
2009-12-29 03:56:10 +00:00
Roman Bovsunivskiy
1807c4b34c
Fixed #1013 , #1014 , #1015 , #1016 , #1017
2009-12-29 03:53:33 +00:00
Vadim Kurland
7635a347bc
* fixed a bug in the rule options dialog: if user tried to edit
...
iptables log prefix for the rule and deleted a character in the
middle of the string, cursor jumped to the end of the line. Also,
undo command was created for each keystroke in this input field.
fixes #1037
2009-12-29 03:50:06 +00:00
Roman Bovsunivskiy
bbdafbdbf1
Fixed #1030
2009-12-29 03:29:36 +00:00
Roman Bovsunivskiy
eca46683b0
Fixed #1025 , #1019
2009-12-29 02:40:52 +00:00
Vadim Kurland
5d0a540e5c
spell check
2009-12-29 02:24:42 +00:00
Vadim Kurland
ca9eefe227
release notes
2009-12-29 02:21:35 +00:00
Vadim Kurland
1de87eae40
2009-12-28 vadim <vadim@vk.crocodile.org>
...
* instDialog_ui_ops.cpp (instDialog::setFlags): For the PIX
cluster, built-in installer installs generated configuration only
on the master member firewall. It determines which one is the
master by looking in the StateSyncGroup object (state
synchronization cluster group). Fixes #998
2009-12-29 02:08:19 +00:00
Vadim Kurland
6268344fd7
refs #968 prevent object tree scrolling when an object is edited
2009-12-28 17:03:15 +00:00
Vadim Kurland
5acc923883
* PolicyCompiler_iosacl.cpp (PolicyCompiler_iosacl::addDefaultPolicyRule):
...
compiler for IOS ACL added only inbound automatic rule to permit
ssh access from the management workstation but did not add a rule
to permit reply packets. This fixes #993
2009-12-28 02:02:33 +00:00
Vadim Kurland
53a7c31567
* CompilerDriver_iosacl_run.cpp (CompilerDriver_iosacl::run):
...
fixed bug (no #): compiler for iosacl failed to open output file
because of the wrong path.
2009-12-28 01:17:29 +00:00
Vadim Kurland
2398f59273
fixes #1005 "Wrong optimization flag for PF"
2009-12-28 00:54:22 +00:00
Illya Yalovoy
364cbb698b
refs #994 GUI crash on accidental drag of object in the rules
2009-12-27 21:27:06 +00:00
Vadim Kurland
cd06b36b2d
changelog record
2009-12-27 19:51:25 +00:00
Vadim Kurland
01a70c7239
fixes #1032 "creating cluster from selected firewalls" does not work
2009-12-27 19:48:37 +00:00
Vadim Kurland
5513edb886
fixes #1031
2009-12-27 17:16:35 +00:00
Illya Yalovoy
49672d87e3
fixes #969 "Create and add to group" creates several undo commands
2009-12-27 13:06:43 +00:00
Vadim Kurland
0d41ac4210
added missing #include
2009-12-27 04:54:51 +00:00
Vadim Kurland
e2d2530ce6
refs #1028 use adjusted target; if object selected in the tree is an address, the paste operation uses its parent group as a target, so it should use this adjusted target to check for the name uniquenness
2009-12-27 03:38:00 +00:00
Vadim Kurland
dbb5b6a460
2009-12-26 vadim <vadim@vk.crocodile.org>
...
* ObjectManipulator_ops.cpp (ObjectManipulator::actuallyPasteTo):
when an object was duplicated to another library, suffix "-1" was
appended to its name even if there were no other objects with the
same name. Also when an object was pasted into a group, its name
was preserved. If the group had an object with the same name and
user opened new one in the editor and tried to change anything,
the program complained about duplicate name. fixes #1028
2009-12-27 03:18:46 +00:00
Vadim Kurland
8905d62f8a
fixes #1026
2009-12-27 02:39:30 +00:00
Vadim Kurland
a8ad43ea0a
refs #1023 deprecated ObjectManipulator::validateForPaste , moved code to
...
FWBTree::validateForInsertion
2009-12-26 19:10:13 +00:00
Vadim Kurland
1cb2745cc0
fixes #1023 clean up class FWBTree
2009-12-26 18:45:24 +00:00
Vadim Kurland
fd96fbf790
got rid of ProjectPanel::validateForInsertion wrapper function
2009-12-26 18:05:20 +00:00
Vadim Kurland
c998405bb0
2009-12-25 vadim <vadim@vk.crocodile.org>
...
* ObjectManipulator.cpp (ObjectManipulator::contextMenuRequested):
fixed bug #1022 : context menu item "New Interface" is disabled.
if user selected an interface object in the tree and opens context
menu, the "New Interface" menu item was always disabled.
2009-12-26 06:04:33 +00:00
Vadim Kurland
ffe230a9c2
speed up policy compile (changes in libfwbuilder:r499)
2009-12-24 22:22:22 +00:00
Roman Bovsunivskiy
988a5af694
fixed #1006
2009-12-24 18:51:46 +00:00
Vadim Kurland
3368adff3a
refs #996 testing scp installation on Ciscos from windows
2009-12-24 03:51:28 +00:00
Vadim Kurland
dfca5029f9
refs #1000 moved QMAKE_COPY_DIR to fwb3; some clean up
2009-12-24 01:47:41 +00:00
SVN User
dd2cb62481
installing configlets on Windows works
2009-12-24 01:35:32 +00:00
Vadim Kurland
b8c0ac59ae
refs #1000 trying to make .pro files package configlets correctly
2009-12-24 00:07:59 +00:00
Vadim Kurland
f33879142d
fixes #1010 implemented dry run option for IOS
2009-12-23 23:13:40 +00:00
Vadim Kurland
32f88abd67
fixes #1008 dry run on PIX
2009-12-23 22:56:52 +00:00
Roman Bovsunivskiy
b0f43e84cb
Resources installation on unix
2009-12-23 22:14:01 +00:00
Vadim Kurland
bd8c27d3be
fixes #1007 , #1009 deprecate "install only acl, icmp, telnet, ssh, nat, global and static" option in installer options dialog; instead, add option to generate shortened config to the pix advanced settings dialog
2009-12-23 21:53:29 +00:00
Vadim Kurland
f1a527b35c
refs #1007 , #1009 deprecate "install only acl, icmp, telnet, ssh, nat, global and static" option in installer options dialog; instead, add option to generate shortened config to the pix advanced settings dialog
2009-12-23 21:35:57 +00:00
Roman Bovsunivskiy
221b17e4be
Fixed #985
2009-12-23 20:43:15 +00:00
Vadim Kurland
37d6f4e8d2
release notes update
2009-12-23 20:32:24 +00:00
Vadim Kurland
d543340699
release notes update
2009-12-23 20:16:05 +00:00
Vadim Kurland
ebf97efabb
2009-12-23 vadim <vadim@vk.crocodile.org>
...
* OSConfigurator_pix_os.cpp (OSConfigurator_pix_os::_printSSHConfiguration):
Implemented pushing of the PIX configuration using scp. This
requires PIX v7, ssh v2 and scp should be enabled on the
firewall. This method is much faster than running configuration
line by line. Controlled by a checkbox in the pix advanced
settings dialog. fixes #995
2009-12-23 20:02:02 +00:00