summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-12-29Release version 1.0.5v1.0.5Brian May
2020-12-28Add Python 3.9 supportBrian May
2020-12-28Add release notes for new releaseBrian May
2020-12-28Refactor automatic method selection.Scott Kuhl
2020-12-28Set default tmark to pass coverage testsSamuel Bernardo
2020-12-28Set default tmark to pass coverage testsSamuel Bernardo
2020-12-28Correct options typo for argument tmarkSamuel Bernardo
2020-12-28Correct flake8 liting issuesSamuel Bernardo
2020-12-28Add workflow_dispatch to github actionsSamuel Bernardo
2020-12-28Add current branch to github workflow for testingSamuel Bernardo
2020-12-28Add .gitignore .vscode/ path. Resolve the issue #374 adding tproxy mark optio...Samuel Bernardo
2020-12-16Bump mock from 2.0.0 to 4.0.3dependabot-preview[bot]
2020-12-16Merge pull request #571 from sshuttle/dependabot/pip/pytest-6.2.1Brian May
2020-12-16Bump pytest from 6.2.0 to 6.2.1dependabot-preview[bot]
2020-12-16Drop testing of Python 3.5Brian May
2020-12-14Merge pull request #570 from sshuttle/dependabot/pip/pytest-6.2.0Brian May
2020-12-14Merge pull request #569 from sshuttle/dependabot/pip/setuptools-scm-5.0.1Brian May
2020-12-14Bump pytest from 6.1.2 to 6.2.0dependabot-preview[bot]
2020-12-14Bump setuptools-scm from 4.1.2 to 5.0.1dependabot-preview[bot]
2020-11-16Merge pull request #561 from Krout0n/fix-handling-OSErrorBrian May
2020-11-16Fix handling OSError in FirewallClient#__init__Krouton
2020-11-07Merge pull request #560 from sshuttle/dependabot/pip/attrs-20.3.0Brian May
2020-11-06Bump attrs from 20.2.0 to 20.3.0dependabot-preview[bot]
2020-11-05Merge pull request #558 from skuhl/dns-to-noneBrian May
2020-11-04Fix long line in previous commitScott Kuhl
2020-11-04Merge pull request #552 from skuhl/systemd-resolvedBrian May
2020-11-04Merge pull request #557 from skuhl/nft-ipv6-improvementsBrian May
2020-11-03Make server and client handle resolv.conf differently.Scott Kuhl
2020-11-03Improve nft IPv6 support.Scott Kuhl
2020-11-04Merge pull request #551 from skuhl/which-fixBrian May
2020-11-03Improve error message when "ip" and "netstat" are missing and --auto-nets fai...Scott Kuhl
2020-10-29Merge pull request #553 from sshuttle/dependabot/pip/pytest-6.1.2Brian May
2020-10-29Bump pytest from 6.1.1 to 6.1.2dependabot-preview[bot]
2020-10-26Merge branch 'master' into which-fix to resolve merge conflict.Scott Kuhl
2020-10-26Fix "DNS request from ... to None" messages.Scott Kuhl
2020-10-25Intercept DNS requests sent by systemd-resolved.Scott Kuhl
2020-10-25Merge pull request #550 from skuhl/nft-ipv6Brian May
2020-10-23Improve consistency of PATH, environments, and which()Scott Kuhl
2020-10-22nft IPv6 documentation (and other minor doc updates)Scott Kuhl
2020-10-21IPv6 support in nft method.Scott Kuhl
2020-10-22Merge pull request #549 from skuhl/nft-nat-updateBrian May
2020-10-21Make nat and nft rules consistent; improve rule ordering.Scott Kuhl
2020-10-21Merge pull request #544 from skuhl/fix-no-remoteBrian May
2020-10-21Merge pull request #548 from skuhl/stdout-cleanupBrian May
2020-10-20Add missing space in client ssh error messageScott Kuhl
2020-10-20whitespace cleanupScott Kuhl
2020-10-20Make prefixes in verbose output more consistent.Scott Kuhl
2020-10-20Merge pull request #547 from nickray/document-subnets-option-in-man-pageBrian May
2020-10-20Merge pull request #541 from skuhl/use-all-ipsBrian May
2020-10-19Document -s/--subnets option in man pageNicolas Stalder