Age | Commit message (Collapse) | Author |
|
Conflicts:
dev-requirements.txt
sites/www/changelog.rst
|
|
|
|
|
|
|
|
Conflicts:
paramiko/__init__.py
setup.py
sites/www/changelog.rst
|
|
|
|
Conflicts:
paramiko/__init__.py
setup.py
|
|
|
|
|
|
|
|
Conflicts:
sites/www/changelog.rst
test.py
|
|
It is the right thing to do since we have no idea what encoding the file
is in, or even if the file is text data. BufferedFile.readline() is
unchanged and returns text strings assuming the file is utf-8 encoded.
This should fix the following issue:
http://comments.gmane.org/gmane.comp.sysutils.backup.obnam/252
Antoine Brenner
Conflicts:
sites/www/changelog.rst
|
|
|
|
|
|
|
|
Related to fabric/fabric#986 and fabric/fabric#714
Conflicts:
sites/www/changelog.rst
|
|
|
|
Conflicts:
paramiko/sftp_client.py
sites/www/changelog.rst
tests/test_sftp.py
|
|
|
|
Bug reported here:
http://vlists.pepperfish.net/pipermail/obnam-flarn.net/2013-May/000767.html
Antoine Brenner
Backported to 1.11 by @bitprophet
Conflicts:
paramiko/sftp_client.py
sites/www/changelog.rst
tests/test_sftp.py
|
|
Conflicts:
sites/www/changelog.rst
|
|
A change in f0017b833098 caused a random regression in DSS key signing
due to moving the padding on the integers generated by DSA from the left
to the right.
So, for example, if signing the test case string "jerri blank", the
random number might be generated as:
k=703745698612177278239572677252380378525350342103
If so, the signature parts will be:
r=184615963997659989901526712385095827509599268253
s=2682547683721156713440053885014828604195555319
Note the s being shorter.
Prior to f0017b833098, s would be right-padded with zeros:
s=268254768372115671344005388501482860419555531900
After, it would be left-padded:
s=002682547683721156713440053885014828604195555319
When converting back to a long, that loses the padding. This change
restores the behaviour.
Fixes #308
|
|
|
|
|
|
|
|
|
|
Conflicts:
dev-requirements.txt
|
|
|
|
Conflicts:
.gitignore
README
demos/demo_simple.py
dev-requirements.txt
paramiko/__init__.py
paramiko/_winapi.py
paramiko/agent.py
paramiko/auth_handler.py
paramiko/ber.py
paramiko/buffered_pipe.py
paramiko/channel.py
paramiko/client.py
paramiko/common.py
paramiko/dsskey.py
paramiko/ecdsakey.py
paramiko/file.py
paramiko/hostkeys.py
paramiko/kex_gex.py
paramiko/kex_group1.py
paramiko/message.py
paramiko/packet.py
paramiko/pkey.py
paramiko/primes.py
paramiko/proxy.py
paramiko/py3compat.py
paramiko/server.py
paramiko/sftp_client.py
paramiko/transport.py
paramiko/util.py
paramiko/win_pageant.py
setup.py
sites/shared_conf.py
sites/www/changelog.rst
sites/www/conf.py
sites/www/index.rst
sites/www/installing.rst
test.py
tests/loop.py
tests/stub_sftp.py
tests/test_auth.py
tests/test_client.py
tests/test_file.py
tests/test_hostkeys.py
tests/test_kex.py
tests/test_message.py
tests/test_packetizer.py
tests/test_pkey.py
tests/test_sftp.py
tests/test_sftp_big.py
tests/test_transport.py
tests/test_util.py
|
|
|
|
This reverts commit bd81c94825747f082c9c066abab8136d9831a3f2.
|
|
|
|
|
|
This reverts commit 270dacaf33279bed2ae599d718183cec541e032d.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
paramiko/file.py
paramiko/server.py
paramiko/sftp_client.py
sites/www/changelog.rst
|
|
Conflicts:
sites/www/changelog.rst
|
|
|
|
|
|
Conflicts:
sites/www/changelog.rst
|
|
|
|
Conflicts:
sites/www/changelog.rst
|
|
|
|
Also bump versions like a dummy.
Conflicts:
paramiko/__init__.py
setup.py
|
|
|