summaryrefslogtreecommitdiff
path: root/paramiko/packet.py
Commit message (Expand)AuthorAgeFilesLines
* String format modernization, part 11070-remove-python26-and-33Jeff Forcier2017-10-101-9/+14
* Move to 'inv sites' style doc nitpicking.Jeff Forcier2017-06-051-4/+8
* Even moar parentheses over backslashesJeff Forcier2017-05-311-6/+10
* Seriously, folks? Refactor some silly crap.Jeff Forcier2017-05-311-10/+14
* Additional house style formatting tweaks, mostly re: removal of line continua...Jeff Forcier2017-05-311-2/+4
* Even more flake8.Dorian Pula2017-05-311-31/+63
* Merge branch '1.17' into 2.0Jeff Forcier2016-06-111-0/+4
|\
| * Experimental fix re #520Jeff Forcier2016-06-111-0/+4
* | Merge branch 'master' into switch-to-cryptographyAlex Gaynor2015-12-161-3/+4
|\ \ | |/
| * Merge branch '1.15' into 1.16Jeff Forcier2015-12-061-3/+4
| |\
| | * Docstring reformatJeff Forcier2015-11-061-3/+4
* | | Merge branch 'master' into switch-to-cryptographyAlex Gaynor2015-11-041-1/+47
|\ \ \ | |/ /
| * | FormattingJeff Forcier2015-11-011-1/+2
| |/
| * Add support for signaling a handshake process in packetizer.Olle Lundberg2015-02-241-0/+45
* | Switched everything to use cryptographyAlex Gaynor2014-09-151-3/+3
|/
* Let packetizer handle 0-length sends from channel.Olle Lundberg2014-08-151-0/+10
* Merge branch 'master' into use-urandomAlex Gaynor2014-04-141-7/+2
|\
| * Switched hash functions from PyCrypto to hashlib.Alex Gaynor2014-03-291-7/+2
* | Switch from using PyCrypto's Random to using os.urandom.Alex Gaynor2014-03-291-2/+3
|/
* Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-54/+18
* Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-051-20/+22
|\
| * Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell2013-11-191-6/+3
| * Make sftp.open handle binary and text, more type conversionScott Maxwell2013-11-021-3/+3
| * Changes inspired by the nischu7 branchScott Maxwell2013-11-011-2/+3
| * Fix bytes/str type in more placesScott Maxwell2013-10-311-2/+2
| * Convert and detect types properly, use helper constants, use StringIO and rangeScott Maxwell2013-10-301-15/+16
| * Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-301-3/+6
* | Merge branch '1.10' into 1.11Jeff Forcier2014-03-031-14/+11
|\ \
| * | Bunch more info fieldsJeff Forcier2014-02-261-8/+5
| * | s/python/Python/, c'mon son!Jeff Forcier2014-02-211-1/+1
| * | Docstring tweakJeff Forcier2014-02-211-1/+1
| * | Merge branch '1.10' into sphinx-256Jeff Forcier2014-02-141-1/+1
| |\ \
| * | | Epydoc -> Sphinx.Olle Lundberg2014-01-231-10/+10
* | | | Merge branch '1.10' into 1.11Jeff Forcier2014-02-141-1/+1
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Use constant time hash comparisons for improved security.Jeff Forcier2014-02-141-1/+1
| |/
* | Merge branch '1.10' into 1.11Jeff Forcier2013-09-271-1/+1
|\ \ | |/
| * Merge branch '1.9' into 1.10Jeff Forcier2013-09-271-1/+1
| |\
| | * Merge branch '1.8' into 1.9Jeff Forcier2013-09-271-1/+1
| | |\
| | | * Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
* | | | Merge branch '1.11' into 156-intJeff Forcier2013-09-271-8/+4
|\ \ \ \ | |/ / /
| * | | Apply slightly modified version of patch from #162Jeff Forcier2013-09-201-8/+4
* | | | transport: Wait for thread termination before closing the socketFrank Arnold2013-04-111-1/+0
|/ / /
* | | Give sdctr a default value for backwards+test compatJeff Forcier2013-02-271-1/+1
* | | Don't random pad packets for SDCTR ciphersKent Gibson2013-02-271-5/+7
|/ /
* | Bubble up ProxyCommandFailure in packetizerJeff Forcier2012-11-051-1/+3
|/
* Handle/fix handling of EINTR errors in a few places.Douglas Turk2012-09-241-5/+11
* Merge #63Jeff Forcier2012-05-161-5/+15
* Use Crypto.Random rather than Crypto.Util.RandomPool.Gary van der Merwe2010-08-031-5/+2
* brittspace.Robey Pointer2010-04-131-23/+23
* fix my email address to be the current one.Robey Pointer2009-07-191-1/+1