summaryrefslogtreecommitdiffstats
path: root/sshuttle/client.py
AgeCommit message (Expand)Author
2021-06-23replace psutil with osKyle
2021-05-31Merge pull request #647 from skuhl/man-page-updatesBrian May
2021-05-29Update documentationScott Kuhl
2021-05-27Fix --tmark optionScott Kuhl
2021-05-21Fix: Allow --to-ns and --ns-host without --dns.Scott Kuhl
2021-03-20options: make sure ttl is of integer typePatrick Huesmann
2021-03-10Make exit code indicate a problem when pidfile is not writable.Scott Kuhl
2021-03-05firewall: Allow overriding the TTLVictor Kareh
2021-01-23--latency-buffer-size now impacts server's buffer.Scott Kuhl
2021-01-04Improve error messages related to sshuttle server. (#580)Scott Kuhl
2021-01-01Refactor debug, log and Fatal messages.Scott Kuhl
2020-12-28Add .gitignore .vscode/ path. Resolve the issue #374 adding tproxy mark optio...Samuel Bernardo
2020-11-16Fix handling OSError in FirewallClient#__init__Krouton
2020-11-05Merge pull request #558 from skuhl/dns-to-noneBrian May
2020-11-04Fix long line in previous commitScott Kuhl
2020-11-04Merge pull request #552 from skuhl/systemd-resolvedBrian May
2020-11-03Make server and client handle resolv.conf differently.Scott Kuhl
2020-10-26Fix "DNS request from ... to None" messages.Scott Kuhl
2020-10-23Improve consistency of PATH, environments, and which()Scott Kuhl
2020-10-21Merge pull request #544 from skuhl/fix-no-remoteBrian May
2020-10-20Add missing space in client ssh error messageScott Kuhl
2020-10-20whitespace cleanupScott Kuhl
2020-10-20Make prefixes in verbose output more consistent.Scott Kuhl
2020-10-18Allow no remote to work.Scott Kuhl
2020-10-18Update/document client's handling of IPv4 and IPv6.Scott Kuhl
2020-10-08Include sshuttle version in verbose output.Scott Kuhl
2020-09-07remove unneeded blank lineScott Kuhl
2020-09-07Remove extra whitespace, wrap long linesScott Kuhl
2020-09-07Fix #494 sshuttle caught in infinite select() loop.Scott Kuhl
2020-08-29Fix python2 client compatibilityJoseph Barker
2020-08-10fix: workaroundJoshua Li
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