summaryrefslogtreecommitdiffstats
path: root/main.py
AgeCommit message (Expand)Author
2011-02-02Add --wrap option to force channel number wrapping at a lower number.Avery Pennarun
2011-01-26Extremely basic, but functional, DNS proxying support (--dns option)Avery Pennarun
2011-01-25options: remove unused 'exe' parameterAvery 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
2011-01-01Merge branch 'daemon'Avery Pennarun
2011-01-01daemonization: make sure the firewall subproc sends to syslog too.Avery Pennarun
2010-12-31Rearrange daemonization/syslog stuff and make it more resilient.Avery Pennarun
2010-12-31Minor tweak to help for the python= option.Avery Pennarun
2010-12-31Listen on localhost:0 instead of 0.0.0.0:0 by default.Avery Pennarun
2010-12-12run in background (daemon) and optionRoger
2010-11-09Add a new --ssh-cmd= option to let you override the ssh command.Avery Pennarun
2010-11-08Remove the --noserver option.Avery Pennarun
2010-09-03add option to allow the remote python binary's name/path to be specifiedchocolateboy
2010-09-03Import latest options.py from bup-0.17.Avery Pennarun
2010-07-15Add a --exclude option for excluding subnets from routing.sshuttle-0.31Avery Pennarun
2010-05-08Added new --auto-hosts and --seed-hosts options to the client.Avery Pennarun
2010-05-08Add 'sshuttle --hostwatch' subcommand.Avery Pennarun
2010-05-07Add -N (--auto-nets) option for auto-discovering subnets.Avery Pennarun
2010-05-04Rename iptables->firewall.Avery Pennarun
2010-05-04ssh.py: allow hostnames of the form hostname:portAvery 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-02We now have a server that works... some of the time.Avery Pennarun
2010-05-01Basic implementation of a multiplex protocol - client side only.Avery Pennarun
2010-05-01Smarter listenport selection.Avery Pennarun
2010-05-01iptables.py: completely replace ipt script.Avery Pennarun
2010-05-01Parse options correctly; call ./ipt automatically.Avery Pennarun
2010-05-01Really basic transproxying on localhost.Avery Pennarun
2010-05-01Initial commit.Avery Pennarun