summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2017-11-16Add changelog entry about fixed licenseBrian May
2017-11-16Remove trailing whitespaceBrian May
2017-11-16Add changes entry for next releaseBrian May
2017-11-16Updating per @brianmay correspondence in https://github.com/sshuttle/sshuttle...Henri Yandell
2017-11-13Use more standard filename and format for bandit conifgurationvieira
2017-11-13Fixes some style issues and minor bugsvieira
2017-11-11Properly decode seed hosts argument in server.pyTony
2017-11-09Using exec in the assembler is okayvieira
2017-11-09Initial configuration for Bandit and Prospectorvieira
2017-11-08Changes methods that do not reference the instance to static methodsvieira
2017-11-08Fix no value passed for argument auto_hosts in hw_main callvieira
2017-11-08Remove trailing whitespacesvieira
2017-11-07Mock socket bind to avoid depending on local IPs being available in test boxvieira
2017-11-07Remove unused variable 'timeout'vieira
2017-11-07Also register por for dns proxy and for pairs in use by other procsvieira
2017-11-07Fixes UDP and DNS proxies binding to the same socket addressvieira
2017-10-23turn off debuggingvieira
2017-10-23nested if should be andvieira
2017-10-23Use versions of python3 greater than 3.5 when available (e.g. 3.6)vieira
2017-10-21Test double restore (ipv4, ipv6) disables only once; test kldloadvieira
2017-10-21Load pf kernel module when enabling pfvieira
2017-10-19Just skip empty lines of routes data instead of stopping processingvieira
2017-10-19Skip empty lines on incoming routes datavieira
2017-10-17Make hostwatch find both fqdn and hostnamevieira
2017-10-15Use getaddrinfo to obtain a correct sockaddrvieira
2017-09-17Route traffic by linux usermax
2017-08-03Add homebrew instructionsWilliam Entriken
2017-07-29Avoid port forwarding from loopback addressvieira
2017-07-18Fix case where there is no --dns.Itamar Turner-Trauring
2017-07-18Add new option for overriding destination DNS server.Itamar Turner-Trauring