sshuttle/sshuttle
Alex Tomlins 0e99adc5d1 Fix potential deadlock condition in nft_get_handle
This was susceptible to the same deadlock issue that ipt_chain_exists
had and was fixed in d43db80 where if the command returned a significant
amount of output, it wouldn't all be read in, resulting in the
subprocess hanging waiting for the output to be read.
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 Fix potential deadlock condition in nft_get_handle 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