aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall
Commit message (Expand)AuthorAgeFilesLines
* firewall: add support for "local" port forwards which target an internal addr...Jo-Philipp Wich2012-01-082-4/+15
* firewall: - introduce per-section "option enabled" which defaults to "1" - us...Jo-Philipp Wich2011-12-203-2/+11
* firewall: add DHCPv6 default rule (#10381)Jo-Philipp Wich2011-11-092-1/+13
* firewall: relocate TCPMSS rules into mangle table, add code to selectively cl...Jo-Philipp Wich2011-10-294-7/+21
* firewall: do not produce 0.0.0.0/0 if a symbolic masq_src or masq_dest is giv...Jo-Philipp Wich2011-10-273-4/+7
* firewall: prevent ip6tables -t nat rules (#10265)Jo-Philipp Wich2011-10-232-2/+3
* firewall: fix another instance of unquoted "*"Jo-Philipp Wich2011-10-222-2/+2
* firewall: fix possible expansion of "*" when rules with "option src *" are pr...Jo-Philipp Wich2011-10-222-6/+11
* firewall: do not check for module availability, let iptables fail if a featur...Jo-Philipp Wich2011-10-222-16/+2
* firewall: make ESTABLISHED,RELATED rules match before INVALID, use conntrack ...Jo-Philipp Wich2011-09-012-9/+9
* firewall: further tune ICMPv6 default rules according to RFC4890 (#9893)Jo-Philipp Wich2011-08-143-2/+18
* firewall: prevent redundant rules if multiple ports and multiple icmp types a...Jo-Philipp Wich2011-07-262-8/+17
* firewall: fix serious bug in state var handling (#9746)Jo-Philipp Wich2011-07-202-3/+3
* firewall: rework state variable handling, use uci_toggle_state() where applic...Jo-Philipp Wich2011-07-152-18/+25
* firewall: make sure that -m mac is used with --mac-source, follow up to r27508Jo-Philipp Wich2011-07-072-2/+2
* firewall: also correct another variable missed in previous commitDaniel Dickinson2011-07-071-1/+1
* firewall: fix wrong variable names for protocol command line parameter - were...Daniel Dickinson2011-07-071-2/+2
* firewall: - solve scoping issues when multiple values are used, thanks Daniel...Jo-Philipp Wich2011-07-064-30/+26
* firewall: fix udp rules for tcpudp proto rules using src_port and dest_port a...Daniel Dickinson2011-07-061-0/+7
* firewall: fix port range quirk in previous commitJo-Philipp Wich2011-07-011-2/+2
* firewall: properly handle negated ports in nat reflectionJo-Philipp Wich2011-07-012-5/+13
* firewall: refine default ICMPv6 rules to better conform with RFC4890, do not ...Jo-Philipp Wich2011-06-301-13/+2
* firewall: restore local port relocation ability from r26617Jo-Philipp Wich2011-06-301-3/+3
* firewall: - allow multiple ports, protocols, macs, icmp types per rule - impl...Jo-Philipp Wich2011-06-306-74/+220
* firewall: ensure that fw_get_subnet4() sets an empty value if no (valid) IPv4...Jo-Philipp Wich2011-06-161-0/+1
* firewall: allow symbolic names of interfaces and aliases in masq_src and masq...Jo-Philipp Wich2011-06-163-3/+28
* firewall: explictely mention network in default configuration, makes it less ...Jo-Philipp Wich2011-05-201-0/+2
* firewall: revert accidential committed changes from r26805Jo-Philipp Wich2011-05-021-39/+11
* firewall: provide examples of ssh port relocation on firewall and IPsec passt...Jo-Philipp Wich2011-05-022-11/+61
* firewall: prevent excessive uci state data aggregation (#9152)Jo-Philipp Wich2011-04-202-1/+3
* firewall: allow local redirection of portsJo-Philipp Wich2011-04-121-3/+2
* firewall: prevent duplicate values in interface state varsJo-Philipp Wich2011-03-302-2/+5
* Keep firewall.user during sysupgradesTravis Kemen2011-03-202-0/+3
* firewall: move include sourcing into a subshell, this makes the firewall init...Jo-Philipp Wich2011-03-022-3/+5
* firewall: fix rule generation for v4 or v6 only zones (#8955)Jo-Philipp Wich2011-03-012-2/+5
* firewall: fix wrong rule order if multiple protocols are usedJo-Philipp Wich2011-01-272-4/+4
* firewall: insert SNAT and DNAT rules according to the order of the configurat...Jo-Philipp Wich2010-10-083-3/+6
* firewall: mark /etc/firewall.user as conffileJo-Philipp Wich2010-10-051-0/+1
* firewall: also establish forward rules when setting up nat reflection, back o...Jo-Philipp Wich2010-10-032-7/+16
* add maintainer informationJo-Philipp Wich2010-09-301-0/+1
* firewall: fix chain selection logic, option dest must be ignored for notrack ...Jo-Philipp Wich2010-09-281-6/+5
* firewall: don't setup nat reflection if negations are usedJo-Philipp Wich2010-09-281-0/+3
* fireall: - support negations for src_ip, dest_ip, src_dip options in rules an...Jo-Philipp Wich2010-09-285-28/+42
* firewall: protect iptables invocations with locks in interface ops, it might ...Jo-Philipp Wich2010-09-192-1/+5
* firewall: make invalid redirects and duplicate zones non-fatal, print a notic...Jo-Philipp Wich2010-09-164-10/+12
* firewall: run ifdown hotplug events synchronized, fixes a racecondition on "i...Jo-Philipp Wich2010-09-153-10/+8
* firewall: deliver remove hotplug events for all active zones/networks when re...Jo-Philipp Wich2010-09-143-3/+42
* firewall: - simplify masquerade rule setup - remove various subshell invocati...Jo-Philipp Wich2010-09-117-94/+114
* firewall: - fix possible endless loop when the family option is used for forw...Jo-Philipp Wich2010-09-052-4/+6
* firewall: introduce SNAT support for redirect sectionsJo-Philipp Wich2010-09-053-4/+19