Age | Commit message (Collapse) | Author |
|
Maintainer note: added changelog entry.
(cherry picked from commit 8917d83221f2422f1c4c3e6fb8538ea9e1f9a150)
|
|
(cherry picked from commit ccb9d751771c616b8051f9f45edb19e0277be7b1)
|
|
(cherry picked from commit 31482a46d6c360e00284a7ccfd68362891ab316b)
|
|
(cherry picked from commit fb24d79695f83e14edc0ccd7ed2c0ca30ee8cde8)
|
|
(cherry picked from commit 9fd47b550195b33e23b19edc79af8c69bc86256f)
Conflicts:
.gitignore
|
|
The code had been doing 'n < self.__in_buffer' when it
wanted to be doing 'n < len(self.__in_buffer)'
In Python 2.x, this comparison (int < str) is always True.
I found this while porting to Python 3 where it raises
an error.
The code has been working without complaints because always
taking the true branch of this conditional is actually fine.
We don't need the false branch, so drop the check entirely.
(cherry picked from commit 0a013f829e9eb20fb037a2ac06c230d9074fbe90)
|
|
(cherry picked from commit c07eddb9e1b579fdaa335477680689d7b2865452)
|
|
(cherry picked from commit ece1a825e865232d0b2e4f80d96278460e1eac41)
|
|
(cherry picked from commit 94ea149145e5d1d3890edd1ee62f27db3e347b18)
|
|
(cherry picked from commit 4f7338bbfc5f2f157208b6343bf215cff4db126b)
|
|
(cherry picked from commit 4db2ca594b64865d82be0bd347af48ab45c3bc03)
CHANGED: only applied the address change to LICENSE and setup.py.
Rest left untouched. :effort:
|
|
(cherry picked from commit 998377f353f2f17b6d00e7246ae0ed4628291ffd)
Conflicts:
setup.py
|
|
(cherry picked from commit b59430efef1c771c94b935eda8998ffcf899543f)
|
|
(cherry picked from commit 3b20efcc141f6ddafe65fcdedba3800b817eb5f5)
|
|
Fixes #5.
(cherry picked from commit ec2aedac71d19b48aa8da9813ccae8e82eef981c)
|
|
(cherry picked from commit 3e4632979faf16d09fa60fd6b645451813ebc790)
Conflicts:
Makefile
|
|
(cherry picked from commit c630917d0d0ff2ac4e1185f4077074cd3748d05b)
Conflicts:
paramiko/__init__.py
setup.py
|
|
(cherry picked from commit cbd9c4a76e9795680c4770612e277667575ac972)
|
|
(cherry picked from commit 5ce70f3cb08b8880580d79eaf1f9ab3293d7c89f)
|
|
(cherry picked from commit 474ace1ca4d53a4853825a2bc140b5a65e4542db)
|
|
Without this, use of agent forwarding causes
high CPU usage on some clients.
(cherry picked from commit 3030589aaafdba0a3b14183e0d03488580d21bf5)
Conflicts:
paramiko/agent.py
|
|
(cherry picked from commit 543651bfd2b5958f0933e2bd108253ac30654098)
Conflicts:
setup.py
|
|
(cherry picked from commit 9234baed01df9ca3ac59920ae6f98808b7ca5213)
Conflicts:
paramiko/__init__.py
setup.py
|
|
(cherry picked from commit d9ba7a644c2170b6779ae586e70d2d9fe75ba439)
Conflicts:
setup.py
|
|
(cherry picked from commit 175075e045310cb5d06814fac7ffdfaafc0c7283)
|
|
(cherry picked from commit 48c21beac914c571d918c09678df11009c54d0c3)
|
|
(cherry picked from commit 59cae8560bc338623194724b60451d21dde2fc33)
|
|
Also bumps to 1.7.10
(cherry picked from commit 01eea3326a79cf5df36be0dfd46cda7ba1cbae97)
Conflicts:
README
paramiko/__init__.py
paramiko/transport.py
setup.py
|
|
(cherry picked from commit bd3a64fac20a18a10eea698a43add5417fc573bf)
|
|
(cherry picked from commit 08ff651d0fce6aecb0e6de5e147b0f009352c904)
Conflicts:
CHANGES
|
|
(cherry picked from commit 95e464b238471f10b5132d0515fa2b928887c2db)
|
|
(cherry picked from commit 3e41abb6beffbc8445f979d879f85066d9a8e42b)
|
|
(cherry picked from commit e72b53788df0c052c4bf78ce386b0ae86e724dc9)
|
|
(cherry picked from commit 8c8d0a81ad41a5a4040823049f6548f07ac531b3)
|
|
(cherry picked from commit 85d0d97715edc6198ca9b07c7ca7dcb45d023b9f)
|
|
(cherry picked from commit eb49bf4870b8ba099452fac7640878a5fc24d14c)
|
|
(cherry picked from commit 35a173631f4d5be2e47d8880ee0a1df08f95cebc)
Conflicts:
paramiko/agent.py
|
|
(cherry picked from commit ea8e73a389931962a2aea4c136a2a5d65d612c89)
Conflicts:
setup.py
|
|
(cherry picked from commit 2279ef690932d8ba3627632f5e81bbf5f7bd8381)
|
|
(cherry picked from commit 12cf1674fcd8bf216ec2f12f4ddd111eb8db3514)
|
|
|
|
(cherry picked from commit 5e0a32902856b3b42e8bf4e72fec17fb30c78e66)
Conflicts:
README
paramiko/__init__.py
setup.py
|
|
(cherry picked from commit 673c427fe6fb39f1bb604eaf460daaaa0ce2875c)
Conflicts:
setup.py
|
|
Conflicts:
paramiko/transport.py
Was: ssh 41f4566
|
|
|
|
Re #17
|
|
|
|
|
|
|
|
|