summaryrefslogtreecommitdiffstats
path: root/sshuttle
AgeCommit message (Expand)Author
2020-06-27Add missing importbrianmay-patch-1Brian May
2020-06-17leave use of default port to ssh commandTony Kasparick
2020-06-10remove outdated commentJoshua Li
2020-06-11ref: replace usage of deprecated imp (#449)josh
2020-06-10fix connection with @ sign in usernameOleksii Mykhailov
2020-06-03shutil.which is 3.3+Joshua Li
2020-06-03remove ImportError based branchingJoshua Li
2020-06-03reduceJoshua Li
2020-06-03remove version_info based branchingJoshua Li
2020-05-29Fix Python 3.8 file operationsBrian May
2020-05-22Bump flake8 from 3.6.0 to 3.8.1dependabot-preview[bot]
2020-05-21Create github workflowBrian May
2020-05-10remove debug message for getpeername failureMark Heiges
2020-05-10fix crash triggered by port scans closing socketMark Heiges
2020-04-25Fix parsing of hostnames to allow ssh aliases defined in ssh configs) (#418)tobigrimm
2020-03-28# Fix 410 Issue Correcte syntax write for connect server (#411)vBlackOut
2020-03-24Add password in prompt cmd (#401)vBlackOut
2020-03-24Arrange systemd notification to clarify the meaningrjharmon
2020-03-24Run all systemd notifications from main processrjharmon
2020-03-24Trap UnicodeError to handle cases where hostnames returned by DNS are invalid.Chris Lawrence
2020-02-07Simplify nftables based methodJulian Wollrath
2020-02-04Fixed, removed unused importsHaw Loeung
2020-02-04Added nft_chain_exists() and fixed nft to use thatHaw Loeung
2020-02-04Handle when default chains already exists (#392)Haw Loeung
2019-12-13Auto sudoers file (#269)William Mantly
2019-11-09Make hostwatch locale-independent (#379)Ben Wiederhake
2019-11-08Add option for latency control buffer sizeJoseph Barker
2019-10-27Fix broken string substitution from a765aa32Joseph Barker
2019-10-13Add tproxy udp port mark filter that was missed in #144, fixes #367.Norman Rasmussen
2019-09-22Fix capturing of local DNS serversNick Sokolov
2019-09-22Fix crashing on ECONNABORTEDNick Sokolov
2019-09-22The size of pf_rule grew in OpenBSD 6.4Anthony Cornehl
2019-09-22Use prompt for sudo, not needed for doasAnthony Cornehl
2019-06-08Fix tests for existing PR-312 (#337)Daniel Jeffery
2019-02-14Hyphen in hostname fixThomas Bouve
2019-02-14assembler import fix (#319)Thomas Bouve
2019-02-11Fix/pep8 (#277)Bastian Venthur
2019-01-28auto-nets: retrieve routes only if using auto-netsVasil Kolev
2019-01-23Fix potential deadlock condition in nft_get_handleAlex Tomlins
2019-01-23Use subprocess.check_output instead of runAlex Tomlins
2018-12-09Fix deadlock with iptables with large rulesetAlex Tomlins
2018-11-03Changes pf exclusion rules precedenceJoão Vieira
2018-11-01Close stdin, stdout, and stderr when using syslog or forking to daemon (#283)Brian May
2018-10-23Fixes support for OpenBSD (6.1+) (#282)João Vieira
2018-10-17replace path /dev/null by os.devnullAbbalYouness
2018-10-17Moved sshuttle/tests into tests to.Bastian Venthur
2018-10-07Fix missing string formatting argumentBrian May
2018-09-21Add --no-sudo-pythonpath optionSteven McDonald
2018-08-21Don't crash if we can't look up peernameBrian May
2018-05-13Fix sudo/doasIvan Shvedunov