↵ Return to the main page of python-paramiko-doc
View build
Search for updates
Package Info
🠗 Changelog
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2019-09-24 | Paul Howarth <paul at city dash fan dot org> - 2.4.3-1 | - Update to 2.4.3 - Fix Ed25519 key handling so certain key comment lengths don't cause 'SSHException("Invalid key")' (GH#1306, GH#1400) - Add support for the modern (as of Python 3.3) import location of 'MutableMapping' (used in host key management) to avoid the old location becoming deprecated in Python 3.8 |
2019-09-24 | Paul Howarth <paul at city dash fan dot org> - 2.4.2-2 | - Drop Python 2 package https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal |
2018-10-09 | Paul Howarth <paul at city dash fan dot org> - 2.4.2-1 | - Update to 2.4.2 - Fix exploit (GH#1283, CVE-2018-1000805) in Paramiko’s server mode (not client mode) where hostile clients could trick the server into thinking they were authenticated without actually submitting valid authentication - Modify protocol message handling such that Transport does not respond to MSG_UNIMPLEMENTED with its own MSG_UNIMPLEMENTED; this behavior probably didn’t cause any outright errors, but it doesn’t seem to conform to the RFCs and could cause (non-infinite) feedback loops in some scenarios (usually those involving Paramiko on both ends) - Add *.pub files to the MANIFEST so distributed source packages contain some necessary test assets (GH#1262) - Test suite now requires mock ≥ 2.0.0 |
2018-07-14 | Fedora Release Engineering <releng at fedoraproject dot org> - 2.4.1-5 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
2018-06-20 | Miro Hrončok <mhroncok at redhat dot com> - 2.4.1-4 | - Rebuilt for Python 3.7 - Remove dependency on on pytest-relaxed |
2018-03-16 | Paul Howarth <paul at city dash fan dot org> - 2.4.1-1 | - Update to 2.4.1 - Fix a security flaw (GH#1175, CVE-2018-7750) in Paramiko's server mode (this does not impact client use) where authentication status was not checked before processing channel-open and other requests typically only sent after authenticating - Ed25519 auth key decryption raised an unexpected exception when given a unicode password string (typical in python 3) (GH#1039) |
2018-02-09 | Fedora Release Engineering <releng at fedoraproject dot org> - 2.4.0-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
2017-11-18 | Athmane Madjoudj <athmane at fedoraproject dot org> - 2.4.0-2 | - Add gssapi patch back since 2.4.0 still not compatible - Add missing BR (lost during merge) |
2017-11-17 | Igor Gnatenko <ignatenkobrain at fedoraproject dot org> - 2.4.0-1 | - Update to 2.4.0 |
2017-11-15 | Athmane Madjoudj <athmane at fedoraproject dot org> - 2.4.0-1 | - Update to 2.4.0 (rhbz #1513208) - Revamp check section |