Vadim Kurland
b9dfdd5d2c
split ifconfig.g to keep linux and bsd grammars separate
2011-06-01 16:55:52 -07:00
Vadim Kurland
d1f83311f1
see #2461 parser and importer for ifconfig output. Linux ifconfig import works, BSD ifconfig import does not
2011-05-31 23:04:57 -07:00
Vadim Kurland
52ea731f92
refactored useful classes AddressSpec, PortSpec, InterfaceSpec, IcmpSpec and RouteSpec to separate modules so they can be used with other installers
2011-05-31 16:31:05 -07:00
Vadim Kurland
564500768e
see #2458 , #2459 import of "rdr", "no nat", "no rdr" rules
2011-05-31 12:55:55 -07:00
Vadim Kurland
fd7c3601ba
see #2449 unit test for nat rules
2011-05-30 22:03:35 -07:00
Vadim Kurland
f9f78fe7bd
using "port 1000:*" in PF nat commands
2011-05-30 21:59:40 -07:00
Vadim Kurland
2f3f509dfe
see #2449 better error message for "source-hash" with options
2011-05-30 21:58:06 -07:00
Vadim Kurland
1ed2581dd1
see #2449 import of "nat" rules. First implementation. Restrictions are listed in ChangeLog
2011-05-30 21:49:46 -07:00
Vadim Kurland
3a6c3dfa09
fixed unit tests ; fixed import of port ranges
2011-05-29 23:41:02 -07:00
Vadim Kurland
ee6723a05d
fixes #2429 fixed common error message shown when importer could not create firewall object
2011-05-29 21:49:18 -07:00
Vadim Kurland
2f075efd81
added unit test files
2011-05-29 21:48:51 -07:00
Vadim Kurland
5da32dfb2c
added unit tests skeleton for PF import; fixed warning that appeared at the end of import, saying no rules have been created
2011-05-29 21:39:44 -07:00
Vadim Kurland
77560a735b
see #2446 fixed deduplication of address table objects
2011-05-29 14:33:21 -07:00
Vadim Kurland
ba53d7b8f5
see #2447 implemented import of parameters for action "block"
2011-05-29 13:38:36 -07:00
Vadim Kurland
3a88a0cbc5
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)
2011-05-29 13:36:55 -07:00
Vadim Kurland
aac598f1cc
see #2445 fixed import of tcp/udp ports defined by names; still need to test all possible names to make sure mappings work
2011-05-28 09:27:27 -07:00
Vadim Kurland
a3a07b4b42
see #2394 documenting import limitations in ChangeLog
2011-05-27 14:50:28 -07:00
Vadim Kurland
ef3102aa6a
added .gitignore for PF import tests
2011-05-27 14:45:08 -07:00
Vadim Kurland
83fc99f076
see #2435 tcp flags parsing
2011-05-27 14:35:37 -07:00
Vadim Kurland
8082f602b3
see #2436 fixed handling of the synproxy state option, minor tweaks to the grammar
2011-05-27 12:37:44 -07:00
Vadim Kurland
afdc3707de
fixes #2442 pre-processor removed the very last "\n" from the input stream which broke parser
2011-05-27 12:35:33 -07:00
Vadim Kurland
adde1d534c
see #2436 setting stateless/stateful rule option depending on combination of the "state" keyword and user-chosen version
2011-05-27 12:20:30 -07:00
Vadim Kurland
3b229be520
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
2011-05-27 11:38:29 -07:00
Vadim Kurland
765060c29c
see #2403 added test case file; fixed import of icmp services, added test case file; other fixes
2011-05-26 22:30:07 -07:00
Vadim Kurland
e89cc24466
see #2403 added ability to import clause en0:network; stubbed import of en0:broadcast
2011-05-26 21:29:12 -07:00
Vadim Kurland
68bc1ec263
see #2394 populating policy rules with services
2011-05-26 18:45:05 -07:00
Vadim Kurland
cc7fb3c1b0
fixing typo
2011-05-26 14:42:18 -07:00
Vadim Kurland
a814b38c0f
Merge branch 'pf_import' into development
2011-05-26 14:29:45 -07:00
Vadim Kurland
ca77bbb51c
re-ran tests for iptables
2011-05-26 14:29:14 -07:00
Vadim Kurland
a544492ced
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.
2011-05-26 14:13:26 -07:00
Vadim Kurland
29bf29f892
see #2394 grammar clean-up; creating policy rules in the right ruleset and renumbering rule set in the end
2011-05-26 12:06:50 -07:00
Vadim Kurland
e10ab65393
see #2394 creating policy rules with src and dst populated; parsing and creating address tables and groups of addresses
2011-05-25 23:57:27 -07:00
Vadim Kurland
ea9c28fda1
See #2394 grammar can parse most of the sample pf.conf files, including important ones
2011-05-25 18:57:44 -07:00
Theron Tock
b6f2d7d921
Merge branch 'development' of ssh://ncgit/var/git/fwbuilder into development
...
Conflicts:
src/libfwbuilder/src/fwbuilder/fwbuilder.pro
2011-05-25 15:05:56 -07:00
Theron Tock
52c0bce5d2
Remove ^Ms from file
2011-05-25 15:01:22 -07:00
Vadim Kurland
439f8240ba
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
2011-05-24 23:01:41 -07:00
Vadim Kurland
db8ae42ad1
grammar matches port ranges; better grammar for ipv6
2011-05-23 19:03:49 -07:00
Vadim Kurland
12abcf9533
minimal grammar to match "from" and "to", both addresses and ports
2011-05-22 23:17:05 -07:00
Vadim Kurland
9be69950eb
preprocessor for the pf.conf file: unfolging long lines and macro substitutions
2011-05-21 20:12:39 -07:00
Vadim Kurland
64661383cc
Merge branch 'development' into pf_import
2011-05-20 16:22:19 -07:00
Vadim Kurland
bf41a75454
build 3544
2011-05-20 10:33:22 -07:00
Vadim Kurland
af8031a87a
building with mingw on windows
2011-05-19 19:22:58 -07:00
Vadim Kurland
ad73a04eae
fixes #2421 windows build failure
2011-05-17 13:56:25 -07:00
Vadim Kurland
24314576f4
see #2420 fixed the function (forgot to return value)
2011-05-17 12:45:48 -07:00
Vadim Kurland
c91740d366
build 3543
2011-05-17 12:00:43 -07:00
Vadim Kurland
ea7f28e1ef
* 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.
2011-05-17 11:56:21 -07:00
Vadim Kurland
6dcf4026c6
see #2408 catching exceptions in FWBApplication::notify()
2011-05-17 10:56:16 -07:00
Vadim Kurland
2e11bc22da
pf import: first draft of the grammar (still does nothing useful), importer class skeleton
2011-05-17 10:05:33 -07:00
Vadim Kurland
8c4fd89855
upgraded large_policy_test.fwb, added test case for branch rules and Classify
2011-05-16 14:09:36 -07:00
Vadim Kurland
25bf50d6a0
fixes #2401 fixed typo
2011-05-15 23:04:01 -07:00