summaryrefslogtreecommitdiffhomepage
path: root/sites/www
AgeCommit message (Collapse)Author
2014-12-17Changelog re #459Jeff Forcier
2014-11-12Changelog re #429Jeff Forcier
2014-10-01Changelog re #320Jeff Forcier
Closes #409
2014-08-26Consolidate version info. Closes #249Jeff Forcier
Conflicts: paramiko/__init__.py setup.py sites/www/changelog.rst
2014-08-26Backport #378 to 1.13, closes #378Jeff Forcier
2014-08-26Forgot to mark one support-bug as backportedJeff Forcier
2014-08-25Cut 1.13.2Jeff Forcier
2014-08-25Changelog re #376, closes #376Jeff Forcier
2014-08-25Changelog re #324, closes #324Jeff Forcier
2014-08-25Changelog re #312, closes #312Jeff Forcier
2014-08-25Changelog re #272Jeff Forcier
2014-08-25Rework re #239 to work off post-1.13 codebase. Closes #239Jeff Forcier
2014-08-25Fix docstrings re: addition of `getfo`/`putfo`, closes #229Jeff Forcier
2014-08-25Changelog re #169Jeff Forcier
2014-08-25Changelog re #285, re #352Jeff Forcier
Conflicts: sites/www/changelog.rst
2014-05-07Cut 1.13.1Jeff Forcier
2014-05-07Merge branch '1.12' into 1.13Jeff Forcier
Conflicts: paramiko/__init__.py setup.py sites/www/changelog.rst
2014-05-07Cut 1.12.4Jeff Forcier
2014-05-07Merge branch '1.11' into 1.12Jeff Forcier
Conflicts: paramiko/__init__.py setup.py
2014-05-07Cut 1.11.6Jeff Forcier
2014-04-24Use newer alabaster w/ showhidden in sidebar TOCJeff Forcier
Lets us not have 2x TOCs on landing page
2014-04-24Errything uses intersphinx to PythonJeff Forcier
2014-04-24Merge branch '1.11' into 1.12Jeff Forcier
2014-04-24Fix incorrect monospacingJeff Forcier
2014-04-24Fix incorrect monospacingJeff Forcier
2014-04-24Reword docs/changelog re #315Jeff Forcier
2014-04-17BufferedFile.read() now returns byte strings instead of text stringsAntoine Brenner
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
2014-04-16Merge branch '1.11' into 1.12Jeff Forcier
2014-04-16Merge branch '1.12' into 1.13Jeff Forcier
2014-04-16Added self.args for exception classes. Used for unpicklingJeff Forcier
Related to fabric/fabric#986 and fabric/fabric#714 Conflicts: sites/www/changelog.rst
2014-04-16Merge branch '1.12' into 1.13Jeff Forcier
Conflicts: paramiko/sftp_client.py sites/www/changelog.rst tests/test_sftp.py
2014-04-16Merge branch '1.11' into 1.12Jeff Forcier
2014-04-16Fix logging error in sftp_client for filenames containing the character.Jeff Forcier
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
2014-04-14Revert a regression in DSS key generationChris Rose
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
2014-03-22Expand changelog to include #292Jeff Forcier
2014-03-22Revert "Revert "Changelog fixes #290""Jeff Forcier
This reverts commit bd81c94825747f082c9c066abab8136d9831a3f2.
2014-03-22Merge branch '1.12' into 1.13Jeff Forcier
2014-03-22Merge branch '1.11' into 1.12Jeff Forcier
2014-03-22Revert "Changelog fixes #290"Jeff Forcier
This reverts commit 270dacaf33279bed2ae599d718183cec541e032d.
2014-03-22Merge branch '1.12' into 1.13Jeff Forcier
2014-03-22Merge branch '1.11' into 1.12Jeff Forcier
2014-03-22Changelog fixes #290Jeff Forcier
2014-03-21Merge branch '1.12' into 1.13Jeff Forcier
2014-03-21Merge branch '1.11' into 1.12Jeff Forcier
2014-03-21Merge branch '1.10' into 1.11Jeff Forcier
2014-03-21Uggh how did this slip inJeff Forcier
2014-03-21Merge branch '1.12' into 1.13Jeff Forcier
2014-03-21Merge branch '1.11' into 1.12Jeff Forcier
2014-03-21Changelog re #284Jeff Forcier
2014-03-13Merge branch '1.12' into 1.13Jeff Forcier
Conflicts: paramiko/file.py paramiko/server.py paramiko/sftp_client.py sites/www/changelog.rst