Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-17 | Add a flag to check if GSS-API / SSPI is available. | Sebastian Deiss | |
2014-02-27 | Add userauth-banner handling for GSS-API authentication | Sebastian Deiss | |
Previously GSS-API authentication (gssapi-with-mic) failed if the server sent a userauth-banner. | |||
2014-02-18 | Improve Exception handling | Sebastian Deiss | |
If an GSS-API / SSPI error occurs you get a status code and an error message, but you may also want the name of the remote host. That's what this patch adds. | |||
2014-02-17 | Improved handling of failed GSS-API authentication attempts | Sebastian Deiss | |
Previously an attribute error occurred or a SSHException was thrown if the GSS-API authentication failed. If GSS-API authentication fails now or the remote host does not support GSS-API, paramiko tries other authentication methods. | |||
2014-02-11 | GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and user | Sebastian Deiss | |
authentication with Python 3 support Add Python 3 support for the GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and user authentication. This patch supersedes pull request #250. | |||
2014-02-11 | Merge branch scottkmaxwell:py3-support-without-py25 into | Sebastian Deiss | |
SebastianDeiss:gssapi-py3-support | |||
2014-01-08 | Merge branch '1.12' | Jeff Forcier | |
2014-01-08 | Cut 1.12.1 | Jeff Forcier | |
2014-01-08 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
Conflicts: paramiko/__init__.py setup.py | |||
2014-01-08 | Cut 1.11.3 | Jeff Forcier | |
2014-01-08 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
Conflicts: paramiko/__init__.py setup.py | |||
2014-01-08 | Cut 1.10.5 | Jeff Forcier | |
2014-01-08 | Merge branch '1.12' | Jeff Forcier | |
2014-01-08 | ecdsa in README; fixes #225 | Jeff Forcier | |
2014-01-08 | Merge branch '1.12' | Jeff Forcier | |
2014-01-08 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
Conflicts: NEWS | |||
2014-01-08 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
Conflicts: NEWS | |||
2014-01-08 | Changelog, fixes #176 | Jeff Forcier | |
2014-01-08 | ditto | Nathan Scowcroft | |
2014-01-08 | Check correct stored hosts filename. | Nathan Scowcroft | |
2014-01-08 | Saner (to me) positive assertion | Jeff Forcier | |
2014-01-08 | Small refactor | Jeff Forcier | |
2014-01-08 | No need for 'self.tc' within a single test :) | Jeff Forcier | |
2014-01-08 | Add a testcase for client.save_host_keys. | Martin Blumenstingl | |
2013-12-31 | Merge branch '1.12' | Jeff Forcier | |
2013-12-31 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2013-12-31 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
2013-12-31 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
2013-12-31 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2013-12-31 | Update travis settings to be similar to fab's | Jeff Forcier | |
2013-12-31 | Merge branch '1.12' | Jeff Forcier | |
2013-12-31 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2013-12-31 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
2013-12-31 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
2013-12-31 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2013-12-31 | No more Python 2.5 on Travis :( | Jeff Forcier | |
2013-12-31 | New year | Jeff Forcier | |
2013-10-16 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
Conflicts: paramiko/__init__.py | |||
2013-10-16 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
Conflicts: paramiko/__init__.py | |||
2013-10-16 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
Conflicts: paramiko/__init__.py | |||
2013-10-16 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
Conflicts: paramiko/__init__.py | |||
2013-10-16 | Reintroduce __version_info__ variable | Mike Gabriel | |
At least one application (mysql-workbench) (used to) use(s) the __version_info__ that got removed by commit 99859b8b021a5d13ca067a3e79560d6121f9c52f. Breaking existing software with new versions of paramiko should be avoided. This pull-request reintroduces the __version_info__ var, but fills it from the __version__ var. No need to maintain multiple version strings. Conflicts: paramiko/__init__.py | |||
2013-09-27 | Merge branch '1.11' | Jeff Forcier | |
Conflicts: paramiko/__init__.py setup.py | |||
2013-09-27 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
Updated versions for 1.11.2. Conflicts: paramiko/__init__.py setup.py | |||
2013-09-27 | Update version for 1.10.4 | Jeff Forcier | |
2013-09-27 | Merge branch '1.11' | Jeff Forcier | |
2013-09-27 | Clone 1.10.4 items to 1.11.2 | Jeff Forcier | |
2013-09-27 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
2013-09-27 | Changelog re #199, fixes #199 | Jeff Forcier | |
2013-09-27 | Merge branch '1.11' | Jeff Forcier | |