Do not print to pipe or close command if nothing was executed
[project/firewall3.git] / defaults.c
2013-05-17 Jo-Philipp WichRename struct fw3_rule_spec to struct fw3_chain_spec...
2013-05-17 Jo-Philipp WichDrop iptables-restore and create rules through libiptc...
2013-05-13 Jo-Philipp WichUse libiptc to clear current ruleset
2013-04-30 Jo-Philipp WichSplit runtime and config states, store runtime state...
2013-04-09 Jo-Philipp WichAdd support for fwmark matches and targets
2013-03-14 Jo-Philipp WichConsolidate and unify argument order for functions
2013-03-13 Jo-Philipp WichUnify fw3_default and fw3_target enums
2013-03-12 Jo-Philipp WichUnify print_chains() implementations in utils.c fw3_pr_...
2013-03-11 Jo-Philipp WichRework zone flush logic
2013-03-10 Jo-Philipp WichCosmetic output changes
2013-03-10 Jo-Philipp WichGet rid of redundant fw3_defaults object, instead add...
2013-03-10 Jo-Philipp WichProperly handle per zone user chain rules by fixing...
2013-03-08 Jo-Philipp Wichadd support for per-zone user chains
2013-02-27 Jo-Philipp Wichadd debug flag to monitor fw3_pr() calls, set policies...
2013-02-22 Jo-Philipp Wichadd support for setting sysctls, remove tcp_westwood...
2013-02-22 Jo-Philipp Wichadd reload command to selectively rebuild rules (to...
2013-02-21 Jo-Philipp Wichunify object freeing
2013-02-21 Jo-Philipp Wichrework runtime state tracking
2013-02-19 Jo-Philipp Wichintroduce global string array for enum names, remove...
2013-02-19 Jo-Philipp Wichmake enum values unique to allow using them in bitfield...
2013-02-19 Jo-Philipp Wichconvert remaining occurences to hasbit() / setbit(...
2013-02-19 Jo-Philipp Wichrename flag fields in structures
2013-02-19 Jo-Philipp Wichproperly deal with only v4 or only v6 start/stop/restart
2013-02-18 Jo-Philipp Wichselectively delete chains in filter and nat tables
2013-02-17 Jo-Philipp Wichinitial commit