summaryrefslogtreecommitdiff
path: root/paramiko/common.py
Commit message (Expand)AuthorAgeFilesLines
* blackenJeff Forcier2023-01-111-7/+11
* Migrate some byte related helpers aroundJeff Forcier2023-01-091-32/+24
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
* Add support for RSA SHA2 host and public keysJeff Forcier2021-12-231-1/+4
* Merge branch '2.4'Jeff Forcier2018-05-291-68/+97
|\
| * Blacken under black 18.5b0Jeff Forcier2018-05-291-16/+6
| * Blacken Paramiko on 2.4Chris Rose2018-05-171-68/+107
* | Merge branch '2.4'Jeff Forcier2018-03-121-0/+1
|\ \ | |/
| * Fixes CVE-2018-7750 / #XXXJeff Forcier2018-03-121-0/+1
* | flake8Jeff Forcier2017-12-181-1/+1
* | Leverage b() in asbytes() to avoid duplication.Jeff Forcier2017-12-181-12/+19
|/
* Flake8/etc tweaks re #971 in 2.xJeff Forcier2017-06-091-3/+1
* Tweak comments as suggested in reviewMartin Packman2017-06-091-2/+3
* Allow any buffer type to be sent to ChannelMartin Packman2017-06-091-9/+10
* More death to line continuationsJeff Forcier2017-05-311-2/+3
* Even more flake8.Dorian Pula2017-05-311-3/+5
* More flake8 fixes and fix tests.Dorian Pula2017-05-311-3/+4
* Suggest a MIN_WINDOW_SIZE and MIN_PACKET_SIZEJeff Quast2014-12-171-1/+5
* Merge branch 'master' into 267-intJeff Forcier2014-09-081-0/+11
|\
| * Move window and packet constants.Olle Lundberg2014-08-141-0/+11
* | Merge branch 'paramiko:master' into gssapi-py3-supportSebastian Deiss2014-04-231-5/+0
|\ \ | |/
| * Switch from using PyCrypto's Random to using os.urandom.Alex Gaynor2014-03-291-5/+0
* | Adapt GSS-API implementation to the merged code.Sebastian Deiss2014-03-261-0/+6
* | Merge branch 'master' into gssapi-py3-supportSebastian Deiss2014-03-261-23/+31
|\ \ | |/
| * Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-23/+31
| * Change conditional from PY3 to PY2 to be better prepared for a possible Py4.Scott Maxwell2013-11-191-4/+4
| * Make sftp.open handle binary and text, more type conversionScott Maxwell2013-11-021-3/+7
| * Changes inspired by the nischu7 branchScott Maxwell2013-11-011-2/+0
| * Eliminate all uses of b'' syntax to allow for Python 2.5 supportScott Maxwell2013-11-011-10/+6
| * More type conversionScott Maxwell2013-10-311-1/+1
| * More type conversionScott Maxwell2013-10-311-1/+1
| * Write to locals instead of globalsScott Maxwell2013-10-301-2/+2
| * Add Py3 helpers to common.pyScott Maxwell2013-10-301-2/+45
* | GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and userSebastian Deiss2014-02-111-1/+12
* | Merge branch scottkmaxwell:py3-support-without-py25 intoSebastian Deiss2014-02-111-2/+43
|/
* Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
* Add IO sleep to agent forward communications.Jeff Forcier2012-09-231-0/+3
* Use Crypto.Random rather than Crypto.Util.RandomPool.Gary van der Merwe2010-08-031-2/+2
* fix my email address to be the current one.Robey Pointer2009-07-191-1/+1
* [project @ robey@lag.net-20080518224525-cjid4qbn81eve3zt]Robey Pointer2008-05-181-2/+2
* [project @ robey@lag.net-20080121194216-q3n5ovpeyiqjua6p]Robey Pointer2008-01-211-14/+2
* [project @ robey@lag.net-20071119194455-u69od9ynz2n4x7ch]Robey Pointer2007-11-191-4/+4
* [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]Robey Pointer2007-02-131-1/+1
* [project @ robey@lag.net-20060228030121-67362d86a18a352b]Robey Pointer2006-02-271-0/+1
* [project @ robey@lag.net-20060220005934-58d0df2920e799b5]Robey Pointer2006-02-191-1/+1
* [project @ robey@master-shake.local-20060131005629-3f1bfead54bd5283]Robey Pointer2006-01-301-0/+1
* [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-75]Robey Pointer2005-10-311-2/+5
* [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-65]Robey Pointer2005-10-131-3/+3
* [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-59]Robey Pointer2005-09-211-1/+3
* [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-54]Robey Pointer2005-08-091-2/+0