summaryrefslogtreecommitdiffstats
path: root/ssh.py
AgeCommit message (Expand)Author
2011-02-07server: workaround for idiotic ArchLinux renaming of python to python2.Avery Pennarun
2011-01-25Implement the optional fullness checking a bit more like I like it.Avery Pennarun
2011-01-25new option to disable fullness checkingRoger
2010-12-31Rearrange daemonization/syslog stuff and make it more resilient.Avery Pennarun
2010-12-09Oops, earlier ipv6 patch didn't work if no -r option is specified.Avery Pennarun
2010-11-19Add support for IPv6 remote hosts.Christopher Bowns
2010-11-09Add a new --ssh-cmd= option to let you override the ssh command.Avery Pennarun
2010-10-01import and use subprocess.py from python 2.6.Avery Pennarun
2010-10-01ssh.py: don't os.setsid().Avery Pennarun
2010-09-03add option to allow the remote python binary's name/path to be specifiedchocolateboy
2010-05-12ssh.py: try harder to find required *.py files.Avery Pennarun
2010-05-08Added new --auto-hosts and --seed-hosts options to the client.Avery Pennarun
2010-05-04Don't require the remote server to have sshuttle installed.sshuttle-0.20Avery Pennarun
2010-05-04ssh.py: allow hostnames of the form hostname:portAvery Pennarun
2010-05-02ssh.py: support finding sshuttle in "$HOME/.../sshuttle"Avery Pennarun
2010-05-02iptables: more resilient startup/cleanup.Avery Pennarun
2010-05-02Don't bother with a backtrace when we produce certain fatal errors.Avery Pennarun
2010-05-02Add a -v (and -vv) flag and decrease default message verbosity.Avery Pennarun
2010-05-02Clean up SockWrapper.peername stuff.Avery Pennarun
2010-05-02ssh.py: use 'exec sshuttle' to get rid of the extra sh process.Avery Pennarun
2010-05-01Basic implementation of a multiplex protocol - client side only.Avery Pennarun
2010-05-01Initial commit.Avery Pennarun