sshuttle/sshuttle
Vasil Kolev 8e35f049e2 auto-nets: retrieve routes only if using auto-nets
There's a known issue that makes sshuttle crash if there are too
many routes on the remote host (that don't fit in 64KB). This patch
requests the routes only if auto-nets is specified on the command
line.
2019-01-28 08:53:51 +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 auto-nets: retrieve routes only if using auto-nets 2019-01-28 08:53:51 +13:00
client.py auto-nets: retrieve routes only if using auto-nets 2019-01-28 08:53:51 +13: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 auto-nets: retrieve routes only if using auto-nets 2019-01-28 08:53:51 +13: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