summaryrefslogtreecommitdiffstats
path: root/sshuttle/client.py
AgeCommit message (Expand)Author
2020-06-03remove version_info based branchingJoshua Li
2020-05-29Fix Python 3.8 file operationsBrian May
2020-05-21Create github workflowBrian May
2020-03-24Arrange systemd notification to clarify the meaningrjharmon
2020-03-24Run all systemd notifications from main processrjharmon
2019-11-09Make hostwatch locale-independent (#379)Ben Wiederhake
2019-10-27Fix broken string substitution from a765aa32Joseph Barker
2019-09-22Use prompt for sudo, not needed for doasAnthony Cornehl
2019-06-08Fix tests for existing PR-312 (#337)Daniel Jeffery
2019-02-11Fix/pep8 (#277)Bastian Venthur
2019-01-28auto-nets: retrieve routes only if using auto-netsVasil Kolev
2018-10-17replace path /dev/null by os.devnullAbbalYouness
2018-09-21Add --no-sudo-pythonpath optionSteven McDonald
2018-05-13Fix sudo/doasIvan Shvedunov
2018-05-09Add doas support for clientevitalis
2018-02-16Fix compatibility with the sudoers fileQuentin Santos
2018-02-16Stop using SO_REUSEADDR on socketsIvan Ramello
2018-01-01move sdnotify after setting up firewall rulesBecz Tamás
2017-11-13Fixes some style issues and minor bugsvieira
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-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-09-17Route traffic by linux usermax
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
2017-05-07Adds support for tunneling specific port ranges (#144)João Vieira
2017-02-21Fix UDP and DNS support on Python 2.7 with tproxy methodS-trace
2016-10-24Support sdnotify for better systemd integrationvieira
2016-07-24Exclude the IP where sshuttle is really listeningvieira
2016-05-03Seed hosts without auto hostsvieira
2016-03-08Don't force IPv6 if IPv6 name serversBrian May
2016-01-31Fix regression: ensure we do bindBrian May
2016-01-30Don't allocate socket until we need itBrian May
2016-01-17Fix joining of seed hosts to be compatible with python 3.5shaiay
2015-12-15If listenip_v6 we should declare ipv6 requiredBrian May
2015-12-15Fixes for --auto-netsBrian May
2015-12-15Fix UDP Python 3.5 issues.Brian May
2015-12-15Simplify selection of featuresBrian 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-01Print Python version used for the various stages.Brian May
2015-11-30Fix bug reported by @matiwinnetou in #31Felix Yan
2015-11-25Add to debugging messages.Brian May
2015-11-25Fix typo setting up UDP.Brian May
2015-11-24Add sock paramater to Handler callbacksBrian May
2015-11-17Tests for pf method.Brian May