summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-01-28Release 0.78.5v0.78.5Brian May
2019-01-28Update CHANGES.rst for new releaseBrian May
2019-01-28auto-nets: retrieve routes only if using auto-netsVasil Kolev
2019-01-23Fix potential deadlock condition in nft_get_handleAlex Tomlins
2019-01-23Use subprocess.check_output instead of runAlex Tomlins
2018-12-29docs: document --ns-hosts --to-ns and update --dnsAndré Draszik
2018-12-09Fix deadlock with iptables with large rulesetAlex Tomlins
2018-12-03Fix typo in docsDavid Landry
2018-11-29Document --version optionTodor Gaidarov
2018-11-03Changes pf exclusion rules precedenceJoão Vieira
2018-11-01Close stdin, stdout, and stderr when using syslog or forking to daemon (#283)Brian May
2018-10-23Fixes support for OpenBSD (6.1+) (#282)João Vieira
2018-10-17Added coverage report to testsBastian Venthur
2018-10-17replace path /dev/null by os.devnullAbbalYouness
2018-10-17updated bandit configBastian Venthur
2018-10-17updated pathBastian Venthur
2018-10-17Moved sshuttle/tests into tests to.Bastian Venthur
2018-10-07Fix missing string formatting argumentBrian May
2018-09-22Merge pull request #271 from usabilla/no-sudo-pythonpathBrian May
2018-09-21Add --no-sudo-pythonpath optionSteven McDonald
2018-08-25works on ChromeOS with Crostini VM (#262)tony godshall
2018-08-21Don't crash if we can't look up peernameBrian May
2018-06-29Doc UpdateDavid Patino
2018-06-22Update README.rstDaisuke Taniwaki
2018-06-07Doc: Fix typoBenedikt Waldvogel
2018-06-03Doc: Improve Systemd service recommendation (fixes #238)desbma
2018-05-13Fix sudo/doasIvan Shvedunov
2018-05-09Add doas support for clientevitalis
2018-04-30Fix line length for CI.Antoine POPINEAU
2018-04-30Fix concatening string to tuple. Allow for forwarding a single port.Antoine POPINEAU
2018-04-02Prepare for 0.78.4v0.78.4Brian May
2018-03-22Improve formattingBrian Hill
2018-03-22Preserve peer and port properlyBrian Hill
2018-03-22Make --to-dns and --ns-host work well togetherBrian Hill
2018-03-16Remove test that fails under OSXBrian May
2018-03-16Remove Python 2.6 from automatic testsBrian May
2018-03-16Various updates to testsBrian May
2018-03-16Add entries to .gitignoreBrian May
2018-03-16Specify pip requirements for testsBrian May
2018-03-13Add nat-like method using nftables instead of iptablesJulian Wollrath
2018-02-22Use flake8 to find Python syntax errors or undefined namescclauss
2018-02-16Fix compatibility with the sudoers fileQuentin Santos
2018-02-16Stop using SO_REUSEADDR on socketsIvan Ramello
2018-02-15Declare 'verbosity' as global variable to placate linterscclauss
2018-02-15Adds 'cd sshuttle' after 'git' to README and docsPetr Blaho
2018-01-30Documentation for loading options from configuration filevieira
2018-01-30Load options from a filevieira
2018-01-01Update firewall.pykroozo
2018-01-01move sdnotify after setting up firewall rulesBecz Tamás
2018-01-01Fix tests on MacosDario Bertini