summaryrefslogtreecommitdiffstats
path: root/helpers.py
AgeCommit message (Expand)Author
2011-01-26Move client._islocal() to helpers.islocal() in preparation for sharing.Avery Pennarun
2011-01-26dns: extract 'nameserver' lines from /etc/resolv.confAvery Pennarun
2010-10-01Don't use set() since it's not in python 2.3.Avery Pennarun
2010-05-16log(): don't abort if we fail to write to stderr.Avery Pennarun
2010-05-08Add 'sshuttle --hostwatch' subcommand.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-02We now have a server that works... some of the time.Avery Pennarun
2010-05-01client now listens on a socket and gets SO_ORIGINAL_DST correctly.Avery Pennarun