index
:
paramiko
main
py3compat
u2f
Pure-Python implementation of the SSHv2 protocol
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-08-26
Move all SSHConfig related tests to test_config.py
Jeff Forcier
2019-07-05
Add SSHConfigDict to __init__
Jeff Forcier
2019-07-05
Actually test ProxyCommand as currently implemented
Jeff Forcier
2019-06-23
Mention new setuptools extras in changelog
Jeff Forcier
2019-06-23
Cut 2.6.0
Jeff Forcier
2019-06-23
Merge branch '2.5'
Jeff Forcier
2019-06-23
Cut 2.5.1
Jeff Forcier
2019-06-23
Merge branch '2.4' into 2.5
Jeff Forcier
2019-06-23
Cut 2.4.3
Jeff Forcier
2019-06-21
Python 2.7 fix for new exception message work
Jeff Forcier
2019-06-21
Extend new algorithm disabling to compressions
Jeff Forcier
2019-06-21
Spot check use of new algorithm properties
Jeff Forcier
2019-06-21
Rename to disableD_algorithms everywhere for consistency
Jeff Forcier
2019-06-21
Switch all reads of Transport._preferred_xxx to Transport.preferred_xxx
Jeff Forcier
2019-06-21
Basic impl of algorithm filtering
Jeff Forcier
2019-06-21
Client->Transport for disable_algorithms
Jeff Forcier
2019-06-21
Old code sucks
Jeff Forcier
2019-06-21
Add docstring and signature support for disable_algorithms
Jeff Forcier
2019-06-21
DDD changelog
Jeff Forcier
2019-06-21
Merge branch '2.4' into 2.5
Jeff Forcier
2019-06-21
Merge branch '2.3' into 2.4
Jeff Forcier
2019-06-21
Merge branch '2.5'
Jeff Forcier
2019-06-21
Merge branch '2.2' into 2.3
Jeff Forcier
2019-06-21
GSSAPI related kwargs were never docstring-documented -_-
Jeff Forcier
2019-06-21
Merge branch '2.4' into 2.5
Jeff Forcier
2019-06-21
Merge branch '2.3' into 2.4
Jeff Forcier
2019-06-21
Merge branch '2.5'
Jeff Forcier
2019-06-21
Merge branch '2.2' into 2.3
Jeff Forcier
2019-06-21
Blacken
Jeff Forcier
2019-06-21
Merge branch '2.5'
Jeff Forcier
2019-06-21
Merge branch '2.4' into 2.5
Jeff Forcier
2019-06-21
Merge branch '2.3' into 2.4
Jeff Forcier
2019-06-21
Merge branch '2.2' into 2.3
Jeff Forcier
2019-06-21
Add new keys and tests proving #1306
Jeff Forcier
2019-06-21
Changelog re #1306
Jeff Forcier
2019-06-21
fix ed25519 ssh key unpad() when padding not present (not needed)
Pierce Lopez
2019-06-21
Enhancements to #1460
Jeff Forcier
2019-06-21
Changelog re #1460, re #1440
Jeff Forcier
2019-06-21
clean up SSHException subclass args and string methods
Pierce Lopez
2019-06-21
flake8
Jeff Forcier
2019-06-21
Merge branch 'master' into 1311-int
Jeff Forcier
2019-06-21
Use setuptools extras_require to offer paramiko[gssapi]
Jeff Forcier
2019-06-21
As @ploxiln notes, pyasn1 is needed for both platform families
Jeff Forcier
2019-06-21
Merge pull request #1461 from akruis/1311-int-akruis
Jeff Forcier
2019-06-20
Mention how to test Kerberos/GSSAPI.
Anselm Kruis
2019-06-20
Fix required package versions for gssapi and pyasn1.
Anselm Kruis
2019-06-16
Merge branch '2.5'
Jeff Forcier
2019-06-16
Merge branch '2.4' into 2.5
Jeff Forcier
2019-06-16
Cannot easily filter CryptographyDeprecationWarning on OLDEST_CRYPTO=1.5
Jeff Forcier
2019-06-14
Merge branch '2.5'
Jeff Forcier
[next]