Andris Raugulis
e91bbb5e30
Better testing environment.
2017-03-28 07:49:52 +03:00
Andris Raugulis
95ba7d11ce
Test on Ubuntu 12.04/14.04 and Mac OS X 10.10-10.12.
2017-03-26 17:47:13 +03:00
Andris Raugulis
0ffb15dd54
Pylint and flake8 is not supported on Python 2.6.
2017-03-26 06:48:44 +03:00
Andris Raugulis
76849540be
It's 2017 already.
2017-03-26 06:31:06 +03:00
Andris Raugulis
57a8744d03
Fix some unused variable warnings.
2017-03-26 06:24:07 +03:00
Andris Raugulis
3ebb59108b
Ignore pylint's else-if-used in validly used places.
2017-03-26 05:58:39 +03:00
Andris Raugulis
74d1b5c7b5
Fix pylint's bad-builtin and deprecated-lambda with list comprehension.
2017-03-26 05:54:14 +03:00
Andris Raugulis
6d9f5e6f2a
Refactor tox.ini to be more versatile.
2017-03-26 05:42:20 +03:00
Andris Raugulis
29d9e4270d
Fix flake8 reported issues.
2017-03-25 08:44:37 +02:00
Andris Raugulis
cfae0d020a
Fix vulture output for Python 3.
2017-03-25 08:33:16 +02:00
Andris Raugulis
8b7659c4d3
Remove unnecessary files, now that everything is in tox. Add codecov badge.
2017-03-25 08:02:49 +02:00
Andris Raugulis
d3ba5a4e6f
Use tox, use codecov, work around pypy3 issues.
2017-03-25 07:44:27 +02:00
Andris Raugulis
65ef250aae
Upgrade to Mypy 0.501 and fix issues. Add requirements.txt.
2017-03-23 23:17:35 +02:00
Andris Raugulis
94a74e9cfd
Reviewed libssh-0.7.4 changes.
2017-02-13 13:33:50 +02:00
Andris Raugulis
9ac03d368a
Add OpenSSH 7.4 changes and use as default banner.
2017-01-24 12:45:53 +02:00
Andris Raugulis
54b0960502
Upgrade to Mypy 0.470. Add colorama stub. Fix identation.
2017-01-23 19:34:06 +02:00
Andris Raugulis
c9443e6e06
Fix pyp3 version for Travis-CI ( https://github.com/travis-ci/travis-ci/issues/6277 ).
2017-01-23 19:20:42 +02:00
bs
ff500ba84b
Add OpenSSH CVE list ( #25 )
2017-01-23 17:45:25 +02:00
Andris Raugulis
9a409e835e
Refactor outer functions within classes.
...
Use mypy strict optional checks and fix them.
Use better comparison for compatiblity output.
Add initial socket tests.
2016-11-03 19:10:49 +02:00
Andris Raugulis
6fde896d77
Add resolve tests.
2016-11-02 19:29:21 +02:00
Andris Raugulis
6c4b9fcadf
Banner should be in printable ASCII, not the whole ASCII space.
2016-11-02 18:25:13 +02:00
Andris Raugulis
5bb0ae0ceb
Rework is/to ASCII and implement printable ASCII is/to functions.
...
Add Utils tests.
2016-11-02 18:23:55 +02:00
Andris Raugulis
11b6155c64
Use Python defined error numbers.
2016-11-02 13:18:03 +02:00
Fabio Alessandro Locati
b3ed4c7715
Add LICENSE file ( #22 )
...
Create LICENSE
2016-11-02 13:03:30 +02:00
Andris Raugulis
44c1d4827c
Specify error when couldn't get banner. Test for timeout and retry cases.
2016-11-02 13:00:24 +02:00
Fabio Alessandro Locati
22b671e15f
Add LICENSE file ( #22 )
...
Create LICENSE
2016-11-02 12:45:56 +02:00
Andris Raugulis
dd3ca9688e
Back to development version.
2016-10-26 19:14:03 +03:00
Andris Raugulis
e42064b9b9
Release 1.7.0.
2016-10-26 19:02:13 +03:00
Andris Raugulis
8c24fc01e8
Merge branch 'develop'
2016-10-26 19:00:44 +03:00
Andris Raugulis
4fbd339c54
Document changes and add coverage badge.
2016-10-26 18:56:38 +03:00
Andris Raugulis
66b9e079a8
Implement new options (-4/--ipv4, -6/--ipv6, -p/--port <port>).
...
By default both IPv4 and IPv6 is supported and order of precedence depends on OS.
By using -46, IPv4 is prefered, but by using -64, IPv6 is preferd.
For now the old way how to specify port (host:port) has been kept intact.
2016-10-26 18:33:00 +03:00
Andrew Murray
8018209dd1
Fixed typos
2016-10-26 12:17:31 +03:00
Andris Raugulis
7314d780e7
Merge pull request #20 from radarhere/master
...
Fixed typo
2016-10-26 12:11:04 +03:00
Andrew Murray
6a1f5d2d75
Fixed typos
2016-10-26 05:52:58 +11:00
Andris Raugulis
4684ff0113
Add linter fixes for tests.
2016-10-25 17:19:08 +03:00
Andris Raugulis
84dfdcaf5e
Invalid CRC32 checksum test.
2016-10-25 16:59:43 +03:00
Andris Raugulis
318aab79bc
Add simple server tests for SSH1 and SSH2.
2016-10-25 16:57:30 +03:00
Andris Raugulis
aa4eabda66
Do not count coverage for missing import.
2016-10-25 14:04:54 +03:00
Andris Raugulis
4bbb1f4d11
Use safer UTF-8 decoding (with replace) and add related tests.
2016-10-25 13:53:51 +03:00
Andris Raugulis
66bd6c3ef0
Test colors only if they are supported.
2016-10-25 11:57:13 +03:00
Andris Raugulis
182467e0e8
Fix typo, which slipped in while adding type system.
2016-10-25 11:52:55 +03:00
Andris Raugulis
385c230376
Add colors support for Microsoft Windows via optional colorama dependency.
2016-10-25 11:50:12 +03:00
Andris Raugulis
855d64f5b1
Ignore virtualenv and cache.
2016-10-25 03:13:42 +03:00
Andris Raugulis
5b3b630623
Fix pylint reported issues and disable unnecessary ones.
2016-10-20 20:00:51 +03:00
Andris Raugulis
a5f1cd9197
Tune prospector and pylint settings.
2016-10-20 20:00:29 +03:00
Andris Raugulis
cdfe06e75d
Fix type after argument removal.
2016-10-20 17:19:37 +03:00
Andris Raugulis
cbe7ad4ac3
Fix pylint reported no-self-use and disable checks in py2/3 compatibility code.
2016-10-20 17:06:23 +03:00
Andris Raugulis
dfb8c302bf
Fix pylint reported attribute-defined-outside-init.
2016-10-20 16:46:53 +03:00
Andris Raugulis
4120377c0b
Remove unnecessary argument.
2016-10-20 16:41:44 +03:00
Andris Raugulis
5be64a8ad2
Fix pylint reported dangerous-default-value.
2016-10-20 16:31:48 +03:00