sshuttle/sshuttle
Alex Tomlins 04849df7e3 Use subprocess.check_output instead of run
subprocess.run only exists for python3, and this needs to also support
python 2.7
2019-01-23 18:53:45 +13:00
..
methods Changes pf exclusion rules precedence 2018-11-03 12:24:32 +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 Use flake8 to find Python syntax errors or undefined names 2018-02-22 18:02:36 +11:00
client.py replace path /dev/null by os.devnull 2018-10-17 20:53:06 +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 Update firewall.py 2018-01-01 09:35:41 +11:00
helpers.py Fix PEP8 issues 2016-04-30 18:08:46 +10:00
hostwatch.py replace path /dev/null by os.devnull 2018-10-17 20:53:06 +11:00
linux.py Use subprocess.check_output instead of run 2019-01-23 18:53:45 +13:00
options.py Add --no-sudo-pythonpath option 2018-09-21 18:48:31 +02:00
sdnotify.py Fixes some style issues and minor bugs 2017-11-13 11:58:43 +11:00
server.py Improve formatting 2018-03-22 07:59:10 +11:00
ssh.py replace path /dev/null by os.devnull 2018-10-17 20:53:06 +11:00
ssnet.py Don't crash if we can't look up peername 2018-08-21 08:36:51 +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