summaryrefslogtreecommitdiffstats
path: root/sshuttle
AgeCommit message (Expand)Author
2024-02-19Bump version: 1.1.1 → 1.1.2v1.1.2Brian May
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-10-04tproxy: Apply DNS rules firstJose M Perez
2023-08-09Add support for SSHUTTLE_ARGS environment variableAlex Jurkiewicz
2023-08-07Fix typoFata Nugraha
2023-08-07Fix lint issuesFata Nugraha
2023-08-07Pass group to firewallFata Nugraha
2023-08-07Allow user to tunnel traffic to local portFata Nugraha
2023-08-07Add support for group-based routingFata Nugraha
2022-12-13Update ssyslog.pyrmchale
2022-11-28Removed a little bit of legacy codedinosaurtirex
2022-09-06Bump version: 1.1.0 → 1.1.1v1.1.1Brian May
2022-09-05added bump2versionBastian Venthur
2022-08-05Update flake8 and pyflakesBrian May
2022-06-26Fix incorrect permissions for /etc/hostsScott Kuhl
2022-06-03add comment and warningNikos Atlas
2022-06-03fallback to file editing in case file is lockedNikos Atlas
2022-04-24Delete stresstest.pyBrian May
2022-04-24Replace BaseException with ExceptionBrian May
2022-04-24Remove unused flags assignmentBrian May
2022-04-24Update style issuesBrian May
2022-04-24Fix LGTM reported issuesBrian May
2022-04-24Remove useless assignmentBrian May
2022-04-24Add missing raise keyword for UDP not supported errorBrian May
2022-03-13Remove --sudoers, improve --sudoers-no-modifyScott Kuhl
2022-02-10accept a wildcarded hostmangano-ito
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-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