summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-07-15Fix formatting in installation.rstbrianmay-patch-2Brian May
2020-07-12Add changelog entry for 1.0.3v1.0.3Brian May
2020-07-05Merge pull request #483 from chrisburr/patch-1Brian May
Fix formatting typos in usage docs
2020-07-04Fix formatting typos in usage docsChris Burr
2020-06-30Merge pull request #476 from sshuttle/brianmay-patch-1Brian May
Add missing import
2020-06-27Add missing importbrianmay-patch-1Brian May
Fixes #474.
2020-06-18Merge pull request #471 from wilsonehusin/deprecate-py2-setuptoolsBrian May
Restrict setuptools from executing on Python2
2020-06-17Ask setuptools to require Python 3.5 and aboveWilson E. Husin
python_requires will be evaluated by setuptools to ensure the package is compatible with currently active Python interpreter. Reference: https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires Closes #470 Signed-off-by: Wilson Husin <wilsonehusin@gmail.com>
2020-06-18Prepare to release 1.0.2v1.0.2Brian May
2020-06-17leave use of default port to ssh commandTony Kasparick
to prevent overwriting ports configured in ~/.ssh/config if no port is specified, don't set the port explicitly to 22
2020-06-15Bump pytest-cov from 2.9.0 to 2.10.0dependabot-preview[bot]
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.9.0...v2.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-11Merge pull request #461 from joshuarli/doc/update-py2-removalBrian May
doc: py2 removal clean sweep
2020-06-10remove outdated commentJoshua Li
2020-06-10another python 3.5 changeJoshua Li
2020-06-10server side is py3.5+Joshua Li
2020-06-11ref: replace usage of deprecated imp (#449)josh
* Use types instead of imp.new_module. I can follow up with https://docs.python.org/3/library/importlib.html#importlib.util.module_from_spec if need be. * use source loader from importlib * Revert "use source loader from importlib" This reverts commit 1f255704f7bf618fb7e0432e1fccef6ee22364d4. * use inspect.getsource, but alas * placate linter * use find_spec to resolve a module spec to a file path * better function naming * remove outdated comment
2020-06-11Merge pull request #460 from alekseymykhailov/fix_connectionBrian May
fix connection with @ sign in username
2020-06-10fix connection with @ sign in usernameOleksii Mykhailov
2020-06-09Bump flake8 from 3.8.2 to 3.8.3dependabot-preview[bot]
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.2 to 3.8.3. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.2...3.8.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-05Fix errors in long_documentationv1.0.1Brian May
2020-06-05Release version 1.0.0v1.0.0Brian May
2020-06-05Update changelogBrian May
2020-06-03Bump pytest from 5.4.2 to 5.4.3dependabot-preview[bot]
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.2 to 5.4.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.4.2...5.4.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-03shutil.which is 3.3+Joshua Li
2020-06-03remove ImportError based branchingJoshua Li
2020-06-03reduceJoshua Li
2020-06-03remove version_info based branchingJoshua Li
2020-06-01Bump setuptools-scm from 4.1.1 to 4.1.2dependabot-preview[bot]
Bumps [setuptools-scm](https://github.com/pypa/setuptools_scm) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/pypa/setuptools_scm/releases) - [Changelog](https://github.com/pypa/setuptools_scm/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pypa/setuptools_scm/compare/v4.1.1...v4.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-29Remove legacy travis fileBrian May
2020-05-29Updated supported Python versionsBrian May
* Drop 2.7 * Add 3.7 and 3.8
2020-05-29Fix Python 3.8 file operationsBrian May
Under Python 3.8 we can not wrap a File in a Sock. Note this currently requires Python >= 3.5
2020-05-27Bump setuptools-scm from 4.1.0 to 4.1.1dependabot-preview[bot]
Bumps [setuptools-scm](https://github.com/pypa/setuptools_scm) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/pypa/setuptools_scm/releases) - [Changelog](https://github.com/pypa/setuptools_scm/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pypa/setuptools_scm/compare/v4.1.0...v4.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-26Bump setuptools-scm from 4.0.0 to 4.1.0dependabot-preview[bot]
Bumps [setuptools-scm](https://github.com/pypa/setuptools_scm) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/pypa/setuptools_scm/releases) - [Changelog](https://github.com/pypa/setuptools_scm/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pypa/setuptools_scm/compare/v4.0.0...v4.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-26Bump setuptools-scm from 3.5.0 to 4.0.0dependabot-preview[bot]
Bumps [setuptools-scm](https://github.com/pypa/setuptools_scm) from 3.5.0 to 4.0.0. - [Release notes](https://github.com/pypa/setuptools_scm/releases) - [Changelog](https://github.com/pypa/setuptools_scm/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pypa/setuptools_scm/compare/v3.5.0...v4.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-26Bump pytest-cov from 2.8.1 to 2.9.0dependabot-preview[bot]
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.8.1...v2.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-26Bump flake8 from 3.8.1 to 3.8.2dependabot-preview[bot]
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.1 to 3.8.2. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.1...3.8.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-22Bump flake8 from 3.6.0 to 3.8.1dependabot-preview[bot]
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.6.0 to 3.8.1. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.6.0...3.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-21Bump setuptools-scm from 1.15.6 to 3.5.0dependabot-preview[bot]
Bumps [setuptools-scm](https://github.com/pypa/setuptools_scm) from 1.15.6 to 3.5.0. - [Release notes](https://github.com/pypa/setuptools_scm/releases) - [Changelog](https://github.com/pypa/setuptools_scm/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pypa/setuptools_scm/compare/v1.15.6...v3.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-21Bump attrs from 19.1.0 to 19.3.0dependabot-preview[bot]
Bumps [attrs](https://github.com/python-attrs/attrs) from 19.1.0 to 19.3.0. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-attrs/attrs/compare/19.1.0...19.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-21Create github workflowBrian May
2020-05-21Update flake8Brian May
2020-05-21Bump pytest from 3.4.2 to 5.4.2dependabot-preview[bot]
Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.4.2 to 5.4.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/3.4.2...5.4.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-21Bump pytest-cov from 2.6.0 to 2.8.1dependabot-preview[bot]
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.6.0 to 2.8.1. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.6.0...v2.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-15Add 'My VPN broke and need a solution fast' to the docs.jtagcat
2020-05-10remove debug message for getpeername failureMark Heiges
2020-05-10fix crash triggered by port scans closing socketMark Heiges
2020-05-10sshuttle as service linkMike Reider
2020-04-25Fix parsing of hostnames to allow ssh aliases defined in ssh configs) (#418)tobigrimm
* Fix parsing of hostnames to allow ssh aliases defined in ssh configs) * nicer formatting, pep8 applied * Properly parse IPv6 addresses with port specification * Now also handles hostnames with port specified and IPv6 addresses without port properly * Updated parameter description for the remotehost specification * Make the urlparse import backwards compatible to python2 Co-authored-by: Tobi <tobi-git@grimm.gr>
2020-03-28# Fix 410 Issue Correcte syntax write for connect server (#411)vBlackOut
2020-03-24Add password in prompt cmd (#401)vBlackOut
* Add auto password prompt Add auto password with sshpass use user:password@host or user:password:port@host * Update ssh.py * Fix for IPv4 only * Delete print sorry bad commit * ipv4 fix * Fix IPv4 args * Fix for ipv6 * Fix ipv6 no password * Add function parse_hostport * Fix minor bug detect port * Fix minor bug password detect * Clear Code * bad write "=" replace with "==" * Rewrite code for more understand logical and fix minor bug * add default define port * delete old variable unused * replace "==" per "is" try fix code reviews * reback * try define password with len * Fix consistence variable password PR * simplify function split ipv4 or ipv6 * clear code