summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-10-06Added --exclude-from feature.Tianyi Cui
2014-10-06Document missing --dns option in sshuttle manpageMiguel Landaeta
2014-10-06firewall.py: catch SIGINT and SIGTERM too.Avery Pennarun
2014-10-03Use python-config to compile with latest Python version.Tyler Sy
2014-09-23Revert Debian package specific change.Brian May
2014-09-23Use the new arguments from redo v0.10.Jimmy Tang
2014-09-23firewall: catch SIGHUP and SIGPIPE.Avery Pennarun
2014-09-23ui-macos/main.py: fix wait() to avoid deadlock.Avery Pennarun
2014-09-23ipfw: don't use 'log' parameter.Avery Pennarun
2014-09-16PEP8 fixes.Brian May
2014-09-15Fix whitespace.Brian May
2014-09-15Fix: Use sock for consistency.Brian May
2014-09-15If IPv4 bind but IPv6 succeeds don't error.Brian May
2014-09-15Remove broken IPv6 code.Brian May
2014-09-15Remove dodgy code.Brian May
2014-09-15Added some Ubuntu notesJim Wyllie
2014-09-15Added some requirementsJim Wyllie
2014-09-15Added a shell script to make a .deb packageJim Wyllie
2014-09-15Added a control file for the Debian packageJim Wyllie
2014-09-15Added a sample prefixes fileJim Wyllie
2014-09-15Sample tunnel configurationJim Wyllie
2014-09-15Changed the sshuttle binary to point to installJim Wyllie
2014-09-15Changed the file to be more "canonical"Jim Wyllie
2014-09-15Added the PyXAPI requirement to the readmeJim Wyllie
2014-09-15Adding more robust exit codesJim Wyllie
2014-09-15Added -s to accept subnets from a config fileJim Wyllie
2014-09-15First version; still has debuggingJim Wyllie
2014-09-15Moved docs out of the src directoryJim Wyllie
2014-09-15Mass relocation of files to their own subdirectoryJim Wyllie
2014-09-15Fixed a bug where lack of IPv6 destination = fatalJim Wyllie
2011-08-26TProxy UDP support, including DNS.Brian May
2011-07-11TProxy IPv6 support.Brian May
2011-07-11TProxy support as well as NAT support.Brian May
2011-07-11More changes to simplify the upcomming IPv6 patch.Brian May
2011-07-11Choose which method to use for intercepting traffic.Brian May
2011-07-11Rewrite binding code. DNS port may now be different from TCP port.Brian May
2011-07-11Make it clear ports are for IPv4.Brian May
2011-07-11Make iptables functions work with any table, not just nat.Brian May
2011-06-16Keep track of address family address belongs too.Brian May
2011-06-16This hack is IPv4 specific, ensure it doesn't get used for otherBrian May
2011-06-16Improve debugging.Brian May
2011-06-06Introduce independent_listener, will be used for both IPv4 and IPv6Brian May
2011-06-06When DNS response received, MUX channel no longer required. Delete it.Brian May
2011-06-06Rename onaccept to onaccept_tcp as it is tcp specific.Brian May
2011-06-06Rename dnslistener to dns_listener for consistency with tcp_listener.Brian May
2011-06-06Rename listener to tcp_listener, as it is TCP specific.Brian May
2011-06-06Rename TCP specific commands to clarify they are TCP specific.Brian May
2011-06-06Split expiration into handling into another function.Brian May
2011-05-31Move nested functions to top level.sshuttle-0.54Brian May
2011-05-31Send DNS request back on same sock we received it on.Brian May