13
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 05, 2024 — Jun 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
see #2367 ipfw actions queue,pipe and divert are terminating so we do not need to add permit to the generated command More... about 14 years ago
see #2367 no need to split iptables rules with option route because it is terminating by default; checking platform in xslt transformation to dtd21 to correctly set action More... about 14 years ago
See #2367 upgraded all test files to the latest dtd v21 More... about 14 years ago
see #2367 rules with action Continue can be shadowed but can not shadow other rules More... about 14 years ago
fixed xslt script dtd20 -> dtd21 to handle pf_classify_terminating properly More... about 14 years ago
updated unit test files to the latest DTD version More... about 14 years ago
updated unit test files to the latest DTD version More... about 14 years ago
re-ran tests, checking in updated test files More... about 14 years ago
see #2367 merge from development More... about 14 years ago
Merge branch 'development' of ssh://vc.netcitadel.com:2222/var/git/fwbuilder into development More... about 14 years ago
see #2385 "PF action Classify uses wrong parameter". This change fixes a bug introduced in 4.2.0 that affects rules with action Classify in PF firewalls. More... about 14 years ago
Fixes #2387. More... about 14 years ago
see #2385 bumped XML DTD version to 21 to make room for the transformation to fix bug #2385. That will be done in branch development More... about 14 years ago
see #2367 merged latest changes from development branch; this merged transformation for v18->v19 XML file upgrades; upgraded test files for PF More... about 14 years ago
Fixes #2379. More... about 14 years ago
bumped dtd version to 20 and renamed xslt upgrade script since dtd version increased to 19 in the development branch More... about 14 years ago
* FWObjectDatabase_18.xslt: XSLT transformation to upgrade data files from DTD v18 to DTD v19. This transformation finds "PolicyRule" elements with missing "Itf" child elements and fixes them by adding such element with a reference pointint to "any". Fixes #2383 More... about 14 years ago
see #2367 upgraded unit test files and made sure tests pass. Some chain names have changed after this change but overall script structure has improved. Still need to add more tests for various combinations of Classify, Tag and Route options with different actions More... about 14 years ago
see #2367 fixed tag and negation combination for iptables; checking for broken tag configuration in rule set view More... about 14 years ago
see #2367 auto-upgrade transformation for DTD 19 More... about 14 years ago
see #2367 auto-upgrade transformation for DTD 19 More... about 14 years ago
merged latest changes from development branch More... about 14 years ago
build 3536 More... about 14 years ago
* newFirewallDialog.cpp (finishClicked): see #2380 "Firewall object is created in the middle of the "new firewall" wizard and clicking Back creates two firewall objects". If user chose to create new firewall object from a template and clicked Back after choosing the template, the program actually created two firewall objects but only one was visible in the tree. More... about 14 years ago
* PolicyCompiler_ipt.cpp (processNext): see #2367 "Multiple actions per policy rule". Options "Tag", "Classify" and "Route" work with iptables in a combination with any action. This implementation has one restriction: option Route can not be used in combination with options Tag or Classify and any action that is not Continue. This is because option Route can yield rules in PREROUTING or POSTROUTING chains that are also used by options Tag and Classify. For this combination we create two user-defined chains that perform routing and tagging (or classification). In case of a terminating action both chains end with it. This means if one matches the packet, the other is never going to see it. Non-terminating action "Continue" does not create this problem. This limitation may be removed in future versions of fwbuilder. More... about 14 years ago
Merge branch 'development' into multiple_actions More... about 14 years ago
see #2367 attempt at iptables support for tag, classify and route options More... about 14 years ago
Fixes #2374. More... about 14 years ago
see #2367 using QComboBox to choose between "none", "queue" and "pipe" for ipfw classification More... about 14 years ago
show tag service object name in the Options column More... about 14 years ago