summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Firewall.hs
AgeCommit message (Expand)Author
2018-11-11fix unused import warningJoey Hess
2018-04-30fix broken SemigroupMonoid transition <<loop>>Joey Hess
2018-04-23semigroup monoid change fallout; drop ghc 7 supportJoey Hess
2018-03-20Move table and target to before the other rule argumentsRussell Sim
2017-02-26convert fromIPAddr to valJoey Hess
2017-02-26convert from* in Firewall to valJoey Hess
2017-02-26use ConfigurableValue where applicableJoey Hess
2016-05-19add GroupOwner and NotDestination iptables RulesSean Whitton
2016-03-26more portingJoey Hess
2016-03-07Firewall: add NatDestination to RulesFélix Sipma
2016-03-07add fromPort functionFélix Sipma
2016-03-04Firewall: simplify Chain data typeFélix Sipma
2016-03-04Firewall: update Chain constructorsFélix Sipma
2016-03-04Firewall: export TCPFlagFélix Sipma
2016-03-02Firewall: add TCPSyn to RulesFélix Sipma
2016-03-02Firewall: add TCPFlagFélix Sipma
2016-03-02Firewall: add FrequencyFélix Sipma
2016-03-02Firewall: add ICMPTypeMatchFélix Sipma
2016-03-02Firewall: separate Table and TargetFélix Sipma
2016-02-25add FromTarget classFélix Sipma
2016-02-25Firewall: export fromIPWithMaskFélix Sipma
2016-02-25Firewall: add Table (api change)Félix Sipma
2016-02-25Firewall: add CustomTargetFélix Sipma
2016-02-25Firewall: minor hlint fixesFélix Sipma
2016-02-25Firewall: add Source/Destination RulesFélix Sipma
2016-02-25Firewall: add InIFace/OutIFace RulesFélix Sipma
2015-10-10propellor spinJoey Hess
2015-09-29add Maintainer entries for contributed modulesJoey Hess
2015-08-13better comply with propellor's layout styleJoey Hess
2015-08-13Propellor.Property.Firewall: coding styleAntoine Eiche
2015-08-13Propellor.Property.Firewall: fix Port datatype to iptable parameter translationAntoine Eiche
2015-06-01reorganize Port type for systemd can use itJoey Hess
2015-05-27Export CommandParam, boolSystem, safeSystem and shellEscape from Propellor.Pr...Joey Hess
2015-01-24GADT properties seem to work (untested)Joey Hess
2015-01-19avoid haddock warningsJoey Hess
2014-12-08propellor spinJoey Hess
2014-10-31remove hardcoded pathJoey Hess
2014-10-31changed indentation for consistency with the rest of propellorJoey Hess
2014-10-31added licensing headerArnaud Bailly
2014-10-31missing exportArnaud Bailly
2014-10-31smarter constructor for ruleArnaud Bailly
2014-10-31added firewall propertiesArnaud Bailly