aboutsummaryrefslogtreecommitdiff
path: root/package/firewall
Commit message (Expand)AuthorAge
* firewall: add DHCPv6 default rule (#10381)Jo-Philipp Wich2011-11-09
* firewall: relocate TCPMSS rules into mangle table, add code to selectively cl...Jo-Philipp Wich2011-10-29
* firewall: do not produce 0.0.0.0/0 if a symbolic masq_src or masq_dest is giv...Jo-Philipp Wich2011-10-27
* firewall: prevent ip6tables -t nat rules (#10265)Jo-Philipp Wich2011-10-23
* firewall: fix another instance of unquoted "*"Jo-Philipp Wich2011-10-22
* firewall: fix possible expansion of "*" when rules with "option src *" are pr...Jo-Philipp Wich2011-10-22
* firewall: do not check for module availability, let iptables fail if a featur...Jo-Philipp Wich2011-10-22
* firewall: make ESTABLISHED,RELATED rules match before INVALID, use conntrack ...Jo-Philipp Wich2011-09-01
* firewall: further tune ICMPv6 default rules according to RFC4890 (#9893)Jo-Philipp Wich2011-08-14
* firewall: prevent redundant rules if multiple ports and multiple icmp types a...Jo-Philipp Wich2011-07-26
* firewall: fix serious bug in state var handling (#9746)Jo-Philipp Wich2011-07-20
* firewall: rework state variable handling, use uci_toggle_state() where applic...Jo-Philipp Wich2011-07-15
* firewall: make sure that -m mac is used with --mac-source, follow up to r27508Jo-Philipp Wich2011-07-07
* firewall: also correct another variable missed in previous commitDaniel Dickinson2011-07-07
* firewall: fix wrong variable names for protocol command line parameter - were...Daniel Dickinson2011-07-07
* firewall: - solve scoping issues when multiple values are used, thanks Daniel...Jo-Philipp Wich2011-07-06
* firewall: fix udp rules for tcpudp proto rules using src_port and dest_port a...Daniel Dickinson2011-07-06
* firewall: fix port range quirk in previous commitJo-Philipp Wich2011-07-01
* firewall: properly handle negated ports in nat reflectionJo-Philipp Wich2011-07-01
* firewall: refine default ICMPv6 rules to better conform with RFC4890, do not ...Jo-Philipp Wich2011-06-30
* firewall: restore local port relocation ability from r26617Jo-Philipp Wich2011-06-30
* firewall: - allow multiple ports, protocols, macs, icmp types per rule - impl...Jo-Philipp Wich2011-06-30
* firewall: ensure that fw_get_subnet4() sets an empty value if no (valid) IPv4...Jo-Philipp Wich2011-06-16
* firewall: allow symbolic names of interfaces and aliases in masq_src and masq...Jo-Philipp Wich2011-06-16
* firewall: explictely mention network in default configuration, makes it less ...Jo-Philipp Wich2011-05-20
* firewall: revert accidential committed changes from r26805Jo-Philipp Wich2011-05-02
* firewall: provide examples of ssh port relocation on firewall and IPsec passt...Jo-Philipp Wich2011-05-02
* firewall: prevent excessive uci state data aggregation (#9152)Jo-Philipp Wich2011-04-20
* firewall: allow local redirection of portsJo-Philipp Wich2011-04-12
* firewall: prevent duplicate values in interface state varsJo-Philipp Wich2011-03-30
* Keep firewall.user during sysupgradesTravis Kemen2011-03-20
* firewall: move include sourcing into a subshell, this makes the firewall init...Jo-Philipp Wich2011-03-02
* firewall: fix rule generation for v4 or v6 only zones (#8955)Jo-Philipp Wich2011-03-01
* firewall: fix wrong rule order if multiple protocols are usedJo-Philipp Wich2011-01-27
* firewall: insert SNAT and DNAT rules according to the order of the configurat...Jo-Philipp Wich2010-10-08
* firewall: mark /etc/firewall.user as conffileJo-Philipp Wich2010-10-05
* firewall: also establish forward rules when setting up nat reflection, back o...Jo-Philipp Wich2010-10-03
* add maintainer informationJo-Philipp Wich2010-09-30
* firewall: fix chain selection logic, option dest must be ignored for notrack ...Jo-Philipp Wich2010-09-28
* firewall: don't setup nat reflection if negations are usedJo-Philipp Wich2010-09-28
* fireall: - support negations for src_ip, dest_ip, src_dip options in rules an...Jo-Philipp Wich2010-09-28
* firewall: protect iptables invocations with locks in interface ops, it might ...Jo-Philipp Wich2010-09-19
* firewall: make invalid redirects and duplicate zones non-fatal, print a notic...Jo-Philipp Wich2010-09-16
* firewall: run ifdown hotplug events synchronized, fixes a racecondition on "i...Jo-Philipp Wich2010-09-15
* firewall: deliver remove hotplug events for all active zones/networks when re...Jo-Philipp Wich2010-09-14
* firewall: - simplify masquerade rule setup - remove various subshell invocati...Jo-Philipp Wich2010-09-11
* firewall: - fix possible endless loop when the family option is used for forw...Jo-Philipp Wich2010-09-05
* firewall: introduce SNAT support for redirect sectionsJo-Philipp Wich2010-09-05
* firewall: add option to disable NAT reflectionJo-Philipp Wich2010-09-04
* firewall: clean up description (#7875)Jo-Philipp Wich2010-09-04