13
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jun 05, 2024 — Jun 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
see #2436 setting stateless/stateful rule option depending on combination of the "state" keyword and user-chosen version More... about 14 years ago
see #2436, #2435 added GUI controls to let user choose host OS and version as part of the PF import process. Using this information to configure firewall object More... about 14 years ago
see #2403 added test case file; fixed import of icmp services, added test case file; other fixes More... about 14 years ago
see #2403 added ability to import clause en0:network; stubbed import of en0:broadcast More... about 14 years ago
see #2394 populating policy rules with services More... about 14 years ago
fixing typo More... about 14 years ago
Merge branch 'pf_import' into development More... about 14 years ago
re-ran tests for iptables More... about 14 years ago
see #2434 "PF compiler should use 'self' keyword where appropriate". Compiler for PF now uses keyword 'self' in rules where firewall object is used in Source or Destination. More... about 14 years ago
see #2394 grammar clean-up; creating policy rules in the right ruleset and renumbering rule set in the end More... about 14 years ago
see #2394 creating policy rules with src and dst populated; parsing and creating address tables and groups of addresses More... about 14 years ago
See #2394 grammar can parse most of the sample pf.conf files, including important ones More... about 14 years ago
Merge branch 'development' of ssh://ncgit/var/git/fwbuilder into development More... about 14 years ago
Remove ^Ms from file More... about 14 years ago
see #2394 checking pf.conf file before import to determine if it is designed in the style not using keyword "quick". We can not import config like that More... about 14 years ago
grammar matches port ranges; better grammar for ipv6 More... about 14 years ago
minimal grammar to match "from" and "to", both addresses and ports More... about 14 years ago
preprocessor for the pf.conf file: unfolging long lines and macro substitutions More... about 14 years ago
Merge branch 'development' into pf_import More... about 14 years ago
build 3544 More... about 14 years ago
building with mingw on windows More... about 14 years ago
fixes #2421 windows build failure More... about 14 years ago
see #2420 fixed the function (forgot to return value) More... about 14 years ago
build 3543 More... about 14 years ago
* FWObjectDatabase_tree_ops.cpp (merge): see #2420 "Crash when selecting New Firewall and existing firewall has interface that is locked". Fixed GUI crash that happened on some operations if an object in the tree was locked. For example, if the user locked an interface of one of the firewall objects that then proceeded to create new firewall object, the GUI would crash. The problem was not limited to locking specifically interface objects. More... about 14 years ago
see #2408 catching exceptions in FWBApplication::notify() More... about 14 years ago
pf import: first draft of the grammar (still does nothing useful), importer class skeleton More... about 14 years ago
upgraded large_policy_test.fwb, added test case for branch rules and Classify More... about 14 years ago
fixes #2401 fixed typo More... about 14 years ago
see #2415 call notify() from undo/redo methods of FWCmdRuleNegateRE command More... about 14 years ago