Vadim Kurland
8fffbc119c
see #2242 fail gracefully when a library or any folder inside are locked
2011-03-17 15:00:48 -07:00
Vadim Kurland
8faa985158
see #2241 skip Deleted Objects library while building object registry for deduplication
2011-03-17 14:42:04 -07:00
Vadim Kurland
aaa2d1f318
fixes #2238 redundant call to commitObject()
2011-03-17 14:34:26 -07:00
Vadim Kurland
c21b5714d2
build 3502
...
;
2011-03-17 12:41:57 -07:00
Vadim Kurland
f3f08d170d
see #2239 added var firewall_name to installer configlets that define commands installer runs on the machine to activate policy
2011-03-17 12:36:52 -07:00
Vadim Kurland
88ad545d1d
see #2234 import of object-group network works
2011-03-17 11:18:10 -07:00
Vadim Kurland
25dda91418
removed ambiguity warnings in pix grammar
2011-03-16 22:32:26 -07:00
Vadim Kurland
86b8b5b733
see #2223 improvements in the grammar to parse interface parameters better. Some ambiguity warnigns remain.
2011-03-16 19:51:16 -07:00
Vadim Kurland
0433111877
fixes for named objects descriptions and interface addresses import for pix/asa
2011-03-16 18:27:08 -07:00
Vadim Kurland
35e227fb14
see #2223 fixed support for descriptions of named objects
2011-03-16 18:21:03 -07:00
Vadim Kurland
e003b6b40e
see #2175 updated warning formatting
2011-03-16 17:13:47 -07:00
Vadim Kurland
0e71443165
updated changelog record
2011-03-16 17:09:35 -07:00
Vadim Kurland
027b629b42
updated changelog record
2011-03-16 17:07:06 -07:00
Vadim Kurland
6a56bcb794
updated changelog record
2011-03-16 17:04:43 -07:00
Vadim Kurland
26f9f171d0
see #1548 "Object
...
de-duplication during import process". Also SourceForge bug
2980566 "Import from hostsfile may cause duplicate Objects" and
3030072 "remove duplicates during any import". Now the program can
optionally re-use existing objects from both Standard Objects and
user-defined libraries when it imports existing firewall
configuration. This works for any firewall platform for which we
support policy import.
2011-03-16 16:59:29 -07:00
Vadim Kurland
7cd22e0137
adding comment to address range objects
2011-03-16 15:51:49 -07:00
Vadim Kurland
9585288e9c
refactoring in the importer: all code that creates new objects moved to new classes. This provides good structure to add object deduplication
2011-03-16 13:20:59 -07:00
Vadim Kurland
f51442b4d5
removed comment / internal note from the user-visible message
2011-03-15 17:58:02 -07:00
Vadim Kurland
8485797e41
see #2222 refactored importer into separate module/lib
2011-03-15 17:38:41 -07:00
Vadim Kurland
3339e882ee
updated test file
2011-03-15 15:58:50 -07:00
Vadim Kurland
b7d1170d70
see #2223 support for import of PIX/ASA named objects
2011-03-14 19:43:18 -07:00
Vadim Kurland
bc2a25a901
added test files for pix 6, 7 and 8 import; build 3500
2011-03-13 12:42:51 -07:00
Vadim Kurland
e748c72a1f
see #2167 parsing "names" section
2011-03-13 12:26:45 -07:00
Vadim Kurland
f46bd98736
updated unit test file
2011-03-13 00:06:35 -08:00
Vadim Kurland
3341844604
unit test fix
2011-03-12 23:36:39 -08:00
Vadim Kurland
fcafb30ade
see #2209 fixing another place where rule object was added to the second parent
2011-03-12 21:14:31 -08:00
Vadim Kurland
b7a018b2d7
see #2209 fixing another place where rule object was added to the second parent
2011-03-12 20:49:29 -08:00
Vadim Kurland
5dc59d33df
see #2209 do not add the same object to two different parents
2011-03-12 20:23:26 -08:00
Vadim Kurland
0aa3eac4d4
* Compiler.cpp (expandGroupsInRuleElement): sorting objects in the
...
rule element by name after group is expanded, this helps ensure
stable ordering of objects in generated configuration.
* Compiler.cpp (replaceClusterInterfaceInItfRE::processNext):
sorting objects in rule element after cluster interfaces have been
replaced, this helps ensure stable ordering of objects in generated
configuration.
* FWObject.h (FWObjectNameCmpPredicate): moved this class from
gui-specific module to libfwbuilder as it is universally useful.
It can compare FWObject objects by name and can optionally can
follow references; it can be used with std::sort() to sort lists
of FWObject pointers or directly sort rule elements.
2011-03-12 19:50:24 -08:00
Vadim Kurland
424708006b
see #2176 changed warning text and button label
2011-03-12 18:28:39 -08:00
Vadim Kurland
33070886db
fixes #2219 when object is double clicked in rules to select it in the tree, the tree scrolls so that this object is at the top
2011-03-12 18:24:53 -08:00
Vadim Kurland
6b7d1f5806
fixes #2216 regression: system groups appear with user group icons and are editable
2011-03-12 18:20:23 -08:00
Vadim Kurland
821454988c
fixed uninitialized variable
2011-03-12 18:07:40 -08:00
Vadim Kurland
4178c4e762
fixed dangerous memory access: the code used to delete object references instead of using removeRef()
2011-03-12 17:57:45 -08:00
Vadim Kurland
59d7fee4ad
fixed dangerous memory access: the code used to delete object references instead of using removeRef()
2011-03-12 17:53:43 -08:00
Vadim Kurland
c4f6a5a219
fixed dangerous memory access: the code used to delete object references instead of using removeRef()
2011-03-12 17:49:50 -08:00
Vadim Kurland
26ab8d3e3e
small memory leaks fixes in compiler for iptables
2011-03-12 17:35:29 -08:00
Vadim Kurland
393a53b64b
see #2221 fixed memory leak: need to delete rule processors when compiler finishes
2011-03-12 16:57:20 -08:00
Vadim Kurland
5893edb768
see #2212 changelog record
2011-03-12 16:41:11 -08:00
Vadim Kurland
a1e48d58cd
see #2220 removing old addMgmtRule method
2011-03-12 16:36:47 -08:00
Vadim Kurland
72f75c8f9b
see #2220 AutomaticRuls classes for iosacl, pix, procurve_acl
2011-03-12 16:13:17 -08:00
Vadim Kurland
fd5eb7d8ce
see #2220 AutomaticRules classes for ipt and pf
2011-03-12 15:52:09 -08:00
Vadim Kurland
fcd7c7920b
re-ran tests for pix
2011-03-12 15:13:57 -08:00
Vadim Kurland
247d4efd61
commiting merge
2011-03-12 14:53:12 -08:00
Vadim Kurland
cb7662fdae
see #2212 now compilers do not copy object database but CompilerDriver does. This means one object tree copy instead of many (it used to be one copy for the driver plus one copy for each compiler pass)
2011-03-12 14:49:12 -08:00
Vadim Kurland
d3bf44b4d5
re-ran tests for pix
2011-03-12 14:44:47 -08:00
Vadim Kurland
c9f8e8bf3e
see #2209 changelog record
2011-03-11 12:30:29 -08:00
Vadim Kurland
1638eb4bd1
see #2207 finished fixes in all compilerts to enforce changes per #2209 ; regression tests for all platforms pass
2011-03-11 12:22:11 -08:00
Vadim Kurland
db9584cab5
fixes #2214
2011-03-11 10:40:40 -08:00
Vadim Kurland
7ebdc6c238
see #2207 , #2209 , fixes #2213 all objects created by compilers are placed in persistent_objects library; CompilerDriver creates and manages persistent_objects lib; changes in libfwbuilder - an object can be a child of only one parent in the tree, method FWObject::add() enforces this and FWObject::findDuplicateLinks() can be used to find objects with multiple parents
2011-03-11 10:11:42 -08:00