summaryrefslogtreecommitdiffstats
path: root/sshuttle
AgeCommit message (Expand)Author
2022-01-17Merge pull request #708 from skuhl/doasBrian May
2022-01-10Merge pull request #712 from skuhl/sudo-use-pty-fixBrian May
2022-01-09Merge pull request #711 from skuhl/wait-for-dns-flushBrian May
2022-01-07Fix flake8 and unit test errors introduced by use_pty fixes.Scott Kuhl
2022-01-07Print to console with \r\n line endings.Scott Kuhl
2022-01-07Make setsid() call in firewall process optional.Scott Kuhl
2022-01-07Gracefully exit if firewall process receives Ctrl+C/SIGINT.Scott Kuhl
2022-01-07Fix defunct process after flushing DNS cache.Scott Kuhl
2022-01-04Improve error message if tproxy method is used without running as root.Scott Kuhl
2021-12-31Allow use of sudo or doas.Scott Kuhl
2021-12-22Flake8 does not like if we go over 79 characters on a line.JohnHay
2021-12-21Make flake8 happy.JohnHay
2021-12-20Remove the ttl hack to allow the host and server to run on the same machineJohnHay
2021-12-20ipfw expects text.JohnHay
2021-12-20Changed one place where the Exception text was still tproxy to ipfw.JohnHay
2021-12-20Indent the else to the same level as its if.JohnHay
2021-12-20Add fport and lport (unused) to the for that parse subnets. Otherwise pythonJohnHay
2021-12-20check-state does not take extra options.JohnHay
2021-11-11Remove references to legacy PyXAPI socket_ext for recvmsgBrian May
2021-09-22Trim excess whitespacea1346054
2021-09-22Fix typosa1346054
2021-07-30Merge pull request #668 from skuhl/use-pty-warningBrian May
2021-07-29Improve error message when sudo's use_pty option is enabled.Scott Kuhl
2021-07-29Print server's python version earlierScott Kuhl
2021-07-12Remove ttl hack & require -r option.Scott Kuhl
2021-07-01Merge pull request #658 from skuhl/pfctl-error-reportBrian May
2021-06-30Print pfctl error message when it returns non-zero.Scott Kuhl
2021-06-23replace psutil with osKyle
2021-06-02fix lint errorsScott Kuhl
2021-06-02Improve hostwatch robustness and documentation.Scott Kuhl
2021-05-30Merge branch 'master' into nat-ipv6Scott Kuhl
2021-05-31Merge pull request #647 from skuhl/man-page-updatesBrian May
2021-05-31Merge pull request #645 from skuhl/hostwatch-remove-dead-codeBrian May
2021-05-29flake8: fix long lineScott Kuhl
2021-05-29Update documentationScott Kuhl
2021-05-29Add IPv6 support to nat (iptables) method.Scott Kuhl
2021-05-29Remove dead code in hostwatch.pyScott Kuhl
2021-05-27Fix --tmark optionScott Kuhl
2021-05-21Fix: Allow --to-ns and --ns-host without --dns.Scott Kuhl
2021-05-18Merge pull request #634 from skuhl/systemd-dns-flushBrian May
2021-05-07Warn about adding sshuttle to sudoers.Scott Kuhl
2021-05-05Flush systemd DNS cache on startup and exit.Scott Kuhl
2021-03-21Merge pull request #618 from patrislav1/bugfix-dnsproxyBrian May
2021-03-20options: make sure ttl is of integer typePatrick Huesmann
2021-03-18Fix firewall setup/teardown failure on xtable lockPatrick 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-02-16Allow comments in configuration fileKees Hink
2021-01-23--latency-buffer-size now impacts server's buffer.Scott Kuhl
2021-01-04tproxy: Skip firewall chains if packets have local destination. (#578)Scott Kuhl