sshuttle/sshuttle
Joseph Barker c69b9d6f4b Fix broken string substitution from a765aa32
The changes in a765aa32 removed a more complex pieced of code for parsing which sudo command to use. The %(eb)s no longer refers to any variable and is directly printed to the command line.

%(eb)s is now replaced with ‘sudo’.
2019-10-27 14:47:55 +11:00
..
methods Add tproxy udp port mark filter that was missed in #144, fixes #367. 2019-10-13 11:45:04 +11:00
__init__.py Use argparse for command line options 2016-03-22 13:12:59 +11:00
__main__.py Fix installation from wheel 2016-01-17 10:21:21 +11:00
assembler.py assembler import fix (#319) 2019-02-14 12:11:11 +11:00
client.py Fix broken string substitution from a765aa32 2019-10-27 14:47:55 +11:00
cmdline.py Close stdin, stdout, and stderr when using syslog or forking to daemon (#283) 2018-11-01 09:27:50 +11:00
firewall.py Fix/pep8 (#277) 2019-02-11 09:59:13 +11:00
helpers.py Fix/pep8 (#277) 2019-02-11 09:59:13 +11:00
hostwatch.py Fix/pep8 (#277) 2019-02-11 09:59:13 +11:00
linux.py Fix/pep8 (#277) 2019-02-11 09:59:13 +11:00
options.py Hyphen in hostname fix 2019-02-14 14:14:56 +11:00
sdnotify.py Fix/pep8 (#277) 2019-02-11 09:59:13 +11:00
server.py Fix/pep8 (#277) 2019-02-11 09:59:13 +11:00
ssh.py Fix/pep8 (#277) 2019-02-11 09:59:13 +11:00
ssnet.py Fix crashing on ECONNABORTED 2019-09-22 10:32:37 +10:00
ssyslog.py Close stdin, stdout, and stderr when using syslog or forking to daemon (#283) 2018-11-01 09:27:50 +11:00
stresstest.py Fix PEP8 issues. 2015-11-16 09:10:02 +11:00