summaryrefslogtreecommitdiffstats
path: root/sshuttle
AgeCommit message (Expand)Author
2016-01-17Use Sphinx for documentationBrian May
2016-01-17Fix joining of seed hosts to be compatible with python 3.5shaiay
2016-01-17Fix installation from wheelBrian May
2016-01-13Experimental: Use setuptools-scmBrian May
2016-01-13Remove a print from tproxy used for debugNathan Aclander
2016-01-12Add the option to disable sshuttle ipv6 supportNathan Aclander
2016-01-07Fixed str being used as bytes in hostwatchvieira
2016-01-05Adds support for FreeBSD PFvieira
2015-12-15Add another test.Brian May
2015-12-15Mirror setup/restore logicBrian May
2015-12-15If listenip_v6 we should declare ipv6 requiredBrian May
2015-12-15Fixes for --auto-netsBrian May
2015-12-15Add FIXME comment.Brian May
2015-12-15Fix server side Python3 issues.Brian May
2015-12-15Fix UDP Python 3.5 issues.Brian May
2015-12-15Simplify selection of featuresBrian May
2015-12-14Declare DNS support as featureBrian May
2015-12-14Don't declare udp feature without recvmsgBrian May
2015-12-14Ensure Fatal errors are really FatalBrian May
2015-12-14Fixed dictionary changed size during iterationvieira
2015-12-14Test PF on non-darwin.Brian May
2015-12-14Print PF rules used.Brian May
2015-12-13Split setup_firewall method.Brian May
2015-12-09Fixed str being used as bytes in daemonizevieira
2015-12-09Respect --syslog as soon as possiblevieira
2015-12-09Don't change object while iteratingBrian May
2015-12-07Fix logging with pf method and Python 3.5Brian May
2015-12-07Fix get_tcp_dstip with MacOSX/Python3.5Brian May
2015-12-06Fix more brokenness.Brian May
2015-12-06Remove IPFW support.Brian May
2015-12-06Fix MacOSX tests.Brian May
2015-12-06Fix another MacOSX/Python3.5 issue.Brian May
2015-12-06Fixup firewall tests.Brian May
2015-12-06hostmap shouldn't be global.Brian May
2015-12-06Be more explicitBrian May
2015-12-05Fix more MacOSX/Python3.5 issues.Brian May
2015-12-05Fix MacOSX/Python3.5 issues.Brian May
2015-12-05Try Python3.5 by default.Brian May
2015-12-05Fix typo.Brian May
2015-12-05Add accidentally removed line.Brian May
2015-12-05Make firewall messages consistentBrian May
2015-12-05Don't fail if can't revert errorsBrian May
2015-12-05Don't use Xtoken if not setBrian May
2015-12-05Remove reference to obsolete globalBrian May
2015-12-01Python 3.5 fix.Brian May
2015-12-01Print Python version used for the various stages.Brian May
2015-12-01Merge pull request #33 from felixonmars/masterBrian May
2015-11-30Fix bug reported by @matiwinnetou in #31Felix Yan
2015-11-28Ensure tempfiles are chmod 600Brian May
2015-11-28Ensure verbose is never None.Brian May