1
1
mirror of https://github.com/sshuttle/sshuttle.git synced 2025-02-19 20:01:01 +01:00
sshuttle/sshuttle
Brian May 6c21addde9 Fix Python 3.8 file operations
Under Python 3.8 we can not wrap a File in a Sock.

Note this currently requires Python >= 3.5
2020-05-29 07:44:51 +10:00
..
methods remove debug message for getpeername failure 2020-05-10 14:20:38 +10: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 () 2019-02-14 12:11:11 +11:00
client.py Fix Python 3.8 file operations 2020-05-29 07:44:51 +10:00
cmdline.py Auto sudoers file () 2019-12-13 08:15:31 +11:00
firewall.py Run all systemd notifications from main process 2020-03-24 16:15:41 +11:00
helpers.py Fix/pep8 () 2019-02-11 09:59:13 +11:00
hostwatch.py Trap UnicodeError to handle cases where hostnames returned by DNS are invalid. 2020-03-24 16:13:33 +11:00
linux.py Simplify nftables based method 2020-02-07 07:53:47 +11:00
options.py Fix parsing of hostnames to allow ssh aliases defined in ssh configs) () 2020-04-25 09:40:39 +10:00
sdnotify.py Fix/pep8 () 2019-02-11 09:59:13 +11:00
server.py Fix Python 3.8 file operations 2020-05-29 07:44:51 +10:00
ssh.py Create github workflow 2020-05-21 08:12:26 +10:00
ssnet.py Fix Python 3.8 file operations 2020-05-29 07:44:51 +10:00
ssyslog.py Close stdin, stdout, and stderr when using syslog or forking to daemon () 2018-11-01 09:27:50 +11:00
stresstest.py Fix PEP8 issues. 2015-11-16 09:10:02 +11:00
sudoers.py Auto sudoers file () 2019-12-13 08:15:31 +11:00