Commit Graph

  • 55e30124de Fix type comment for output_fingerprints Jürgen Gmach 2020-06-16 17:39:24 +0200
  • bcf11d3de9 Fix return value for output_recommendations Jürgen Gmach 2020-06-16 17:36:56 +0200
  • 6850b9ef6f Fix signature for output Jürgen Gmach 2020-06-16 17:33:42 +0200
  • e7becf14a6 Deactivate all mypy options Jürgen Gmach 2020-06-16 17:19:47 +0200
  • 91644c2a94 Remove obsolete option strict_boolean Jürgen Gmach 2020-06-16 17:12:39 +0200
  • 1ea317cf99 Rename to_utext to to_text Jürgen Gmach 2020-06-16 09:17:15 +0200
  • e11fc08658 Remove native text converter Jürgen Gmach 2020-06-16 08:59:42 +0200
  • ec1dda8d7f
    Remove some more Python 2 leftovers (#37) Jürgen Gmach 2020-06-15 23:05:31 +0200
  • f9b48258bb Remove Python 2 job from appveyor config Jürgen Gmach 2020-06-15 22:26:29 +0200
  • f0535207ea Remove Python 2 compatibility from test_version_compare.py Jürgen Gmach 2020-06-15 22:25:18 +0200
  • 45ff6dfb69 Remove Python 2 compatibility and Py2 only tests Jürgen Gmach 2020-06-15 22:22:20 +0200
  • 3895105e65 Remove Python 2 compatibility from test_ssh2.py Jürgen Gmach 2020-06-15 22:13:31 +0200
  • 721760ac17 Remove Python 2 compatibility from test_ssh1.py Jürgen Gmach 2020-06-15 22:10:59 +0200
  • 09eefb892c Remove Python 2 compatibility from test_ssh_algorithm.py Jürgen Gmach 2020-06-15 22:09:49 +0200
  • 5f4188e54d Remove Python 2 compatibility from test_software.py Jürgen Gmach 2020-06-15 22:08:46 +0200
  • 2353ac05ca Remove Python 2 compatibility from test_socket.py Jürgen Gmach 2020-06-15 22:07:32 +0200
  • 26ad5f99ff Remove Python 2 compatibility from test_resolve.py Jürgen Gmach 2020-06-15 22:06:17 +0200
  • 6a6cfe6b21 Remove Python 2 compatibility from test_output.py Jürgen Gmach 2020-06-15 22:05:22 +0200
  • 967c109aa0 Remove Python 2 compatibility from test_errors.py Jürgen Gmach 2020-06-15 22:03:54 +0200
  • f7438d0afe Remove Python 2 compatibility from test_buffer.py Jürgen Gmach 2020-06-15 22:02:39 +0200
  • ee394852a5 Remove Python 2 compatibility from test_banner.py Jürgen Gmach 2020-06-15 22:00:50 +0200
  • ee93e9b4e0 Remove Python 2 compatibility from test_auditconf.py Jürgen Gmach 2020-06-15 21:58:37 +0200
  • e8a91621cf Remove Python 2 compatibility from conftest.py Jürgen Gmach 2020-06-15 21:57:00 +0200
  • 74497cb7ad Apply pyupgrade on ssh-audit.py Jürgen Gmach 2020-06-15 21:50:05 +0200
  • 8c5ba73486 Remove obsolete encoding declaration Jürgen Gmach 2020-06-14 21:11:54 +0200
  • ff6e360ffc Move typing import to top of module Jürgen Gmach 2020-06-14 19:43:57 +0200
  • 484dfbc20f Remove try-except block for typing Jürgen Gmach 2020-06-14 19:41:04 +0200
  • 9784708a04 Remove binary-type compatibility layer Jürgen Gmach 2020-06-14 19:39:08 +0200
  • af23dd7edc Remove text-type compatibility layer Jürgen Gmach 2020-06-14 19:32:50 +0200
  • 2e84962444 Remove compatibility import for BytesIO and StringIO Jürgen Gmach 2020-06-14 18:54:02 +0200
  • 29736fd0ba Remove Python 2 compatibility import Jürgen Gmach 2020-06-14 18:49:26 +0200
  • 80d5959134 Remove mypy job for Python 2 Jürgen Gmach 2020-06-14 18:42:39 +0200
  • 42fecf83e6 Re-enabled test_ssh2_server_simple. Fixes #33. Joe Testa 2020-06-13 12:22:59 -0400
  • 9463aab4f7 Disable Python2 tests. Fix pylint warnings. Joe Testa 2020-06-13 11:27:01 -0400
  • 22ac41bfb8 Converted tab indents to spaces. Joe Testa 2020-06-12 21:01:10 -0400
  • 246a41d46f
    Flake8 fixes (#35) Jürgen Gmach 2020-06-09 23:54:07 +0200
  • 010f3925db Flake8 test suite Jürgen Gmach 2020-06-09 21:14:55 +0200
  • 351e176b95 Reformat ignore section for Flake8 Jürgen Gmach 2020-06-09 19:28:25 +0200
  • e96511eb00 Fix F821 - undefined name Jürgen Gmach 2020-06-09 19:22:44 +0200
  • a447e0ec8e Do not ignore Flake8 warning F401 Jürgen Gmach 2020-06-09 19:03:53 +0200
  • 0e74df531b Fix E401 - multiple imports on one line Jürgen Gmach 2020-06-09 19:02:59 +0200
  • 7364cc5ada Update comment about Flake 8 E241 Jürgen Gmach 2020-06-09 18:59:45 +0200
  • e3f798e505 Fix E221 - multiple spaces before operator Jürgen Gmach 2020-06-09 18:50:39 +0200
  • f6da8f5468 Fix W293 - blank line contains whitespace Jürgen Gmach 2020-06-09 18:47:30 +0200
  • 04bbaaeb3f Fix E226 - missing whitespace around arithmetic operator Jürgen Gmach 2020-06-09 18:27:57 +0200
  • d55ecf585a Fix E231 - missing whitespace after ',' Jürgen Gmach 2020-06-09 18:25:55 +0200
  • 087e5a13f6 Fix E251 - unexpected spaces around keyword / parameter equals Jürgen Gmach 2020-06-09 18:24:50 +0200
  • 8c85cb68df Fix E261 - at least two spaces before inline comment Jürgen Gmach 2020-06-09 18:23:18 +0200
  • 796bf407ac Fix E265 - block comment should start with '# ' Jürgen Gmach 2020-06-09 18:16:48 +0200
  • 7f54f09735 Fix E301 - expected 1 blank line, found 0 Jürgen Gmach 2020-06-09 18:09:44 +0200
  • 6986545d59 Fix E303 - too many blank lines Jürgen Gmach 2020-06-09 18:08:50 +0200
  • 2b563590a2 Fix E303 - too many blank lines Jürgen Gmach 2020-06-09 18:06:51 +0200
  • dd71022c84 Fix E305 - expected 2 blank lines Jürgen Gmach 2020-06-09 18:04:15 +0200
  • bb9c2aa5ec Fix E711 - comparison to None should be 'if cond is not None' Jürgen Gmach 2020-06-09 18:02:28 +0200
  • 7e910f2613 Fix E712 - comparison to False should be 'if cond is False' Jürgen Gmach 2020-06-09 15:09:49 +0200
  • cc923ce0b6 Fix E741 - ambiguous variable name 'l' Jürgen Gmach 2020-06-09 15:01:49 +0200
  • f5e0ae4a56 Fix F841 - variable assigned but never used Jürgen Gmach 2020-06-09 14:30:13 +0200
  • f8df704712 Update comment about Flake8: W504 Jürgen Gmach 2020-06-09 13:47:52 +0200
  • e1d205c437 Fix W605 - invalid escape syntax Jürgen Gmach 2020-06-09 13:45:36 +0200
  • 80f04259cd Apply Flake8 also on setup.py Jürgen Gmach 2020-06-09 13:36:58 +0200
  • 29d874b450
    Fix tox and finally make Travis green (#29) Jürgen Gmach 2020-06-08 22:38:22 +0200
  • d7cf6c445d Drop unsupported Python versions Jürgen Gmach 2020-06-03 14:58:47 +0200
  • dc71d43ad9 Do not pin pytest and coverage version Jürgen Gmach 2020-06-03 14:21:35 +0200
  • 16cc9c5616 Skip test_ssh2_server_simple temporarily Jürgen Gmach 2020-06-01 09:37:16 +0200
  • 3d536a91ae Un-comment exception handling Jürgen Gmach 2020-06-01 09:25:11 +0200
  • c3714ca284 Set default values for Socket's ipvo and timeout Jürgen Gmach 2020-06-01 09:21:16 +0200
  • 2417ad7945 Make timeout_set optional Jürgen Gmach 2020-06-01 09:05:50 +0200
  • c40f61cdfc Let vulture only fail on 100% confidence Jürgen Gmach 2020-06-01 08:40:42 +0200
  • 5f96f4adb6 Let tox not fail on pylint errors Jürgen Gmach 2020-06-01 08:18:26 +0200
  • 5be8960492 Let tox not fail on mypy errors Jürgen Gmach 2020-06-01 07:06:57 +0200
  • ba48eb8492 Update .gitignore for mypy Jürgen Gmach 2020-06-01 07:04:36 +0200
  • 071b4379da Fix syntax error for mypy Jürgen Gmach 2020-06-01 00:14:39 +0200
  • 4456a8fd36 Unpin dependencies for mypy run Jürgen Gmach 2020-06-01 00:12:39 +0200
  • 433ee81fad Ignore all flake8 warnings - one by one Jürgen Gmach 2020-05-31 23:30:28 +0200
  • bbc4ab542d Added Homebrew installation instructions (#27). Joe Testa 2020-05-31 11:44:00 -0400
  • edc363db60 Suppress recommendation of token host key types. Joe Testa 2020-05-31 11:42:06 -0400
  • 4b314a55ef Added 2 new ciphers: AEAD_AES_128_GCM and AEAD_AES_256_GCM. Joe Testa 2020-03-24 14:12:15 -0400
  • 4ffae85325 Added hmac-sha3-224 MAC. Joe Testa 2020-03-20 09:16:41 -0400
  • 2c4fb971cd Added 1 new MAC: chacha20-poly1305@openssh.com. Joe Testa 2020-03-20 00:34:04 -0400
  • 1ac4041c09 Added one new host key type (ssh-rsa1) and one new cipher (blowfish). Joe Testa 2020-03-18 12:19:05 -0400
  • b70f4061cc Added PyPI and snap package info. Joe Testa 2020-03-12 23:20:31 -0400
  • c3aaf6e2a7 Added snap package support. Joe Testa 2020-03-12 21:56:23 -0400
  • f35c7dbee7 Updated PyPI notes. Joe Testa 2020-03-11 12:45:28 -0400
  • e447c42a79 Bumped version to v2.2.0. v2.2.0 Joe Testa 2020-03-11 11:55:14 -0400
  • 5292066e66 Added new ciphers (camellia128-cbc, camellia128-ctr, camellia192-cbc, camellia192-ctr, camellia256-cbc, camellia256-ctr). Fixed certain algorithms not appearing in the recommendations list (#16). Joe Testa 2020-03-10 19:22:15 -0400
  • c043570879
    Merge pull request #20 from KiloFoxtrotPapa/fix-lopt-port Joe Testa 2020-02-27 10:48:51 -0500
  • a04c96c5b2 Fix long option for port= kfp 2020-02-21 22:21:54 -0800
  • c9a2f2955c Marked host key type 'ssh-rsa' as weak due to practical SHA-1 collisions. Joe Testa 2020-02-08 23:56:54 -0500
  • 99ae10440b Added new hostkey types for OpenSSH 8.2. Joe Testa 2020-02-08 19:05:36 -0500
  • 8cafcd4eb5 Added many new algorithms. Joe Testa 2020-02-08 18:44:42 -0500
  • 262e9b1826 Added *.exe and *.asc to ignore list. Joe Testa 2019-12-25 14:42:17 -0500
  • 06f868d76f Added timeout of 0 to container stop command. Joe Testa 2019-11-30 23:49:31 -0500
  • 8e3e8aa423 Updated README regarding Windows builds. Joe Testa 2019-11-30 17:15:54 -0500
  • 96b6a62f05 Added Windows build instructions and icon. Joe Testa 2019-11-30 16:55:43 -0500
  • 229a4f2af9 Bumped version number. Joe Testa 2019-11-26 12:13:56 -0500
  • 5c63f907f7 Updated pypi package description. Joe Testa 2019-11-26 12:13:07 -0500
  • cba89f70e3 Updated pypi notes. Joe Testa 2019-11-26 12:12:47 -0500
  • dc36622b50 Bumped version to v2.1.1. v2.1.1 Joe Testa 2019-11-26 11:48:18 -0500
  • 8e0b83176a Updated ChangeLog. Added link to hardening guide. Joe Testa 2019-11-26 11:47:35 -0500
  • a16eb2d6cb Added three new PuTTY vulns. Joe Testa 2019-11-18 22:08:17 -0500