13
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Jun 19, 2024 — Jun 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
see #2438 fixed grammar to match 1024:65535 More... about 14 years ago
realistic test file for scrub commands for PF v4.6 and newer More... about 14 years ago
set version to 5.0.0 build 3547 More... about 14 years ago
see #2463 implemented import of "scrub" commands in both old and new syntax More... about 14 years ago
see #2464 implemented import of PF "set timeout", "set limit" and other "set" commands. Known limitations: More... about 14 years ago
see #2394 matching icmp types and codes by name explicitly to avoid conflicts where the same keyword (e.g. "skip") is used in different rules of the grammar; see #2464 added test case for "set timeout" commands More... about 14 years ago
see #2464 implemented import of "set timeout" commands More... about 14 years ago
removing failed attempt to parse ifconfig output More... about 14 years ago
see #2394 using InterfaceProperties class to guess where WORD is an interface name or host name; Lexer generates IPV6 token for "1000:1010" port range configuration, could not find a way to fix this in the lexer so using this token to parse port ranges in the parser; added unit test for host "from" and "to" matches, including interface name and host name matches More... about 14 years ago
split ifconfig.g to keep linux and bsd grammars separate More... about 14 years ago
see #2461 parser and importer for ifconfig output. Linux ifconfig import works, BSD ifconfig import does not More... about 14 years ago
refactored useful classes AddressSpec, PortSpec, InterfaceSpec, IcmpSpec and RouteSpec to separate modules so they can be used with other installers More... about 14 years ago
see #2458, #2459 import of "rdr", "no nat", "no rdr" rules More... about 14 years ago
see #2449 unit test for nat rules More... about 14 years ago
using "port 1000:*" in PF nat commands More... about 14 years ago
see #2449 better error message for "source-hash" with options More... about 14 years ago
see #2449 import of "nat" rules. First implementation. Restrictions are listed in ChangeLog More... about 14 years ago
fixed unit tests ; fixed import of port ranges More... about 14 years ago
fixes #2429 fixed common error message shown when importer could not create firewall object More... about 14 years ago
added unit test files More... about 14 years ago
added unit tests skeleton for PF import; fixed warning that appeared at the end of import, saying no rules have been created More... about 14 years ago
see #2446 fixed deduplication of address table objects More... about 14 years ago
see #2447 implemented import of parameters for action "block" More... about 14 years ago
user-specified parameter for action Reject takes precedence over automatically determined action based on the protocol. If user chooses one of the icmp responses, it should be used even with tcp (we used to force return-rst in that case) More... about 14 years ago
see #2445 fixed import of tcp/udp ports defined by names; still need to test all possible names to make sure mappings work More... about 14 years ago
see #2394 documenting import limitations in ChangeLog More... about 14 years ago
added .gitignore for PF import tests More... about 14 years ago
see #2435 tcp flags parsing More... about 14 years ago
see #2436 fixed handling of the synproxy state option, minor tweaks to the grammar More... about 14 years ago
fixes #2442 pre-processor removed the very last "\n" from the input stream which broke parser More... about 14 years ago