summaryrefslogtreecommitdiffstats
path: root/firewall.py
AgeCommit message (Expand)Author
2014-09-15Mass relocation of files to their own subdirectoryJim Wyllie
2011-08-26TProxy UDP support, including DNS.Brian May
2011-07-11TProxy IPv6 support.Brian May
2011-07-11TProxy support as well as NAT support.Brian May
2011-07-11Choose which method to use for intercepting traffic.Brian May
2011-07-11Make it clear ports are for IPv4.Brian May
2011-07-11Make iptables functions work with any table, not just nat.Brian May
2011-06-16Keep track of address family address belongs too.Brian May
2011-02-26firewall.py: make it super clear when we apply the MacOS fix.Avery Pennarun
2011-02-21firewall.py: iptables: failure to delete a rule isn't always fatal.Avery Pennarun
2011-02-04firewall.py: MacOS: permanently set the net.inet.ip.scopedroute sysctl.sshuttle-0.51Avery Pennarun
2011-01-26dns on MacOS: use divert sockets instead of 'fwd' rules.Avery Pennarun
2011-01-26dns: add support for MacOS (but it doesn't work...)Avery Pennarun
2011-01-26dns: extract 'nameserver' lines from /etc/resolv.confAvery Pennarun
2011-01-26Extremely basic, but functional, DNS proxying support (--dns option)Avery Pennarun
2011-01-25Don't die if iptables doesn't have 'ttl match' support.Avery Pennarun
2011-01-01daemonization: make sure the firewall subproc sends to syslog too.Avery Pennarun
2010-10-16firewall.py: don't die if a given sysctl doesn't exist.sshuttle-0.42Avery Pennarun
2010-10-05ipfw: use 'delete' instead of 'del' to avoid a warning on freebsd.Avery Pennarun
2010-10-01import and use subprocess.py from python 2.6.Avery Pennarun
2010-10-01BSD: sysctl net.inet.ip.forwarding=1 is not necessary.Avery Pennarun
2010-10-01BSD ipfw: switch from 'established' to 'keep-state/check-state'.Avery Pennarun
2010-10-01Magic incantation to mostly fix MacOS 10.6.Avery Pennarun
2010-07-15Add a --exclude option for excluding subnets from routing.sshuttle-0.31Avery Pennarun
2010-05-09firewall: preserve permissions on /etc/hostssshuttle-0.30Avery Pennarun
2010-05-08Oops, previous change to ipfw settings prevented cleanup from working.Avery Pennarun
2010-05-08Added new --auto-hosts and --seed-hosts options to the client.Avery Pennarun
2010-05-07BSD: "ipfw add %d accept ip from any to any established"Avery Pennarun
2010-05-07Add -N (--auto-nets) option for auto-discovering subnets.Avery Pennarun
2010-05-04Rename iptables->firewall.Avery Pennarun