Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-14 | Support specyfiying window/packet size per session | Olle Lundberg | |
Also update the documentation about values and the adverse effects that changing them might create. | |||
2014-08-14 | Support py3.4. | Olle Lundberg | |
2014-08-14 | Join the threads with a low timeout. | Olle Lundberg | |
Instead of using private methods on the threading class, let the thread join, but with a low timeout. | |||
2014-08-13 | Add possibility to set default sizes. | Olle Lundberg | |
This change adds two new parameters to the constructor of the Transport class. Letting the user set the default windows size and default max packet size for the instance. | |||
2014-08-13 | Rename max_packet_size and window_size. | Olle Lundberg | |
This is to indicate that they should be seen as defaults and can be overriden. | |||
2014-08-13 | Change window and packet size to match opensshs'. | Olle Lundberg | |
Update tests to match the new numbers. | |||
2014-08-11 | We support 3.2 | Jeff Forcier | |
2014-08-11 | Clarify FAQ | Jeff Forcier | |
2014-08-11 | Make links to Github more explicit | Jeff Forcier | |
2014-08-11 | Add FAQ about nonstandard SSH implementations | Jeff Forcier | |
2014-07-24 | Allow setting of SSH banner timeouts on Clients | Cory Benfield | |
2014-07-16 | Include sha2 changes in tests | Matthias Witte | |
- let _compute_key default default to sha1 if local_mac is not set instead of setting local_mac explicitly in the unit test - add tests for KexGexSHA256 | |||
2014-07-15 | Merge branch 'akruis-python-gssapi-0.6.1_EOL-fixed' into gssapi-py3-support | Sebastian Deiss | |
2014-07-15 | Fix transport test | Matthias Witte | |
2014-07-15 | Merge branch 'add_sha2_support' of github.com:zamiam69/paramiko into ↵ | Matthias Witte | |
add_sha2_support Conflicts: paramiko/transport.py | |||
2014-07-15 | Add support for sha256 based hmac and kexgex | Matthias Witte | |
- fix tab damage | |||
2014-07-15 | Add support for sha256 based hmac and kexgex | Matthias Witte | |
2014-07-14 | Don't check for the qop value at MIC verification | Sebastian Deiss | |
2014-07-14 | Use python-gssapi 0.6.1 | Sebastian Deiss | |
2014-07-09 | Support passing in "buffer" objects again where bytestrings are expected. | Jelmer Vernooij | |
This fixes bzr's use of paramiko. Fixes issue #343/#285. | |||
2014-06-18 | Corrected the length of the salt for private key encryption | Xavier Nunn | |
This would corrupt the private key file whenever the DES cipher would get selected. | |||
2014-05-28 | Merge branch 'akruis-gssapi-py3-support' into gssapi-py3-support | Sebastian Deiss | |
2014-05-28 | Merge branch 'master' into gssapi-py3-support | Anselm Kruis | |
Conflicts: dev-requirements.txt sites/www/changelog.rst | |||
2014-05-26 | fix ecdsa key generation | Yuri Turchenkov | |
2014-05-25 | We support 3.2 | Jeff Forcier | |
2014-05-07 | Cut 1.14 | Jeff Forcier | |
2014-05-07 | Bump alabaster for things like travis_button | Jeff Forcier | |
2014-05-07 | Merge branch '1.13' | Jeff Forcier | |
2014-05-07 | Need wheel to build wheels! | Jeff Forcier | |
2014-05-07 | Merge branch '1.13' | Jeff Forcier | |
2014-05-07 | Cut 1.13.1 | Jeff Forcier | |
2014-05-07 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
Conflicts: paramiko/__init__.py setup.py sites/www/changelog.rst | |||
2014-05-07 | Cut 1.12.4 | Jeff Forcier | |
2014-05-07 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
Conflicts: paramiko/__init__.py setup.py | |||
2014-05-07 | Cut 1.11.6 | Jeff Forcier | |
2014-04-24 | Merge branch 'master' of github.com:paramiko/paramiko | Jeff Forcier | |
2014-04-24 | Merge branch '1.13' | Jeff Forcier | |
2014-04-24 | Formatting | Jeff Forcier | |
2014-04-24 | Fix some trailing whitespace | Jeff Forcier | |
2014-04-24 | Merge updated a01e449 from al-tonio | Jeff Forcier | |
2014-04-24 | Merge branch '1.13' | Jeff Forcier | |
2014-04-24 | Use newer alabaster w/ showhidden in sidebar TOC | Jeff Forcier | |
Lets us not have 2x TOCs on landing page | |||
2014-04-24 | README py3 update | Jeff Forcier | |
2014-04-24 | Merge branch '1.13' | Jeff Forcier | |
2014-04-24 | Show Travis status in website sidebar | Jeff Forcier | |
2014-04-24 | Errything uses intersphinx to Python | Jeff Forcier | |
2014-04-24 | Nuke Fab-oriented link color override | Jeff Forcier | |
2014-04-24 | Formatting | Jeff Forcier | |
2014-04-24 | Update copyright in README to be more accurate | Jeff Forcier | |
2014-04-24 | Merge branch '1.11' into 1.12 | Jeff Forcier | |