summaryrefslogtreecommitdiffstats
path: root/sshuttle/client.py
AgeCommit message (Expand)Author
2024-01-05Keep terminal in a sane state when sudo use_pty is used.Scott Kuhl
2024-01-02Workaround when sudo prints text to standard outScott Kuhl
2023-08-07Fix typoFata Nugraha
2023-08-07Fix lint issuesFata Nugraha
2023-08-07Pass group to firewallFata Nugraha
2023-08-07Add support for group-based routingFata Nugraha
2022-08-05Update flake8 and pyflakesBrian May
2022-02-04Improve message when bind fails with a IPv6 addressScott Kuhl
2022-02-03Make --sudoers option work properly, fix regression in v1.1.0Scott Kuhl
2022-01-17Merge pull request #708 from skuhl/doasBrian May
2022-01-07Gracefully exit if firewall process receives Ctrl+C/SIGINT.Scott Kuhl
2021-12-31Allow use of sudo or doas.Scott Kuhl
2021-11-11Remove references to legacy PyXAPI socket_ext for recvmsgBrian May
2021-09-22Fix typosa1346054
2021-07-12Remove ttl hack & require -r option.Scott Kuhl
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