summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Remove test for presence of ctypes (assumed present in global imports).Jason R. Coombs2013-03-191-15/+5
| |/ /
| * | Changelog re #66, re #141. Fixes #66v1.10.01.10.0Jeff Forcier2013-03-011-0/+2
| * | Speed up the write operation by bulk calling read.Olle Lundberg2013-03-011-6/+10
| * | Changelog re #133, and date fix for 1.10Jeff Forcier2013-03-011-1/+5
| * | Added width_pixel and height_pixel parameters to Channel.get_pty() andPhillip Heller2013-03-012-10/+23
| * | Changelog re #93Jeff Forcier2013-03-011-1/+4
| * | Pep8 fixesOlle Lundberg2013-02-281-0/+1
| * | Merge branch 'openssh-compatibility' of github.com:lndbrg/paramiko into opens...Olle Lundberg2013-02-281-1/+0
| |\ \
| | * | Create a copy of the identityfile list.Olle Lundberg2012-11-201-1/+5
| | * | Add tests for identityfile parsing.Olle Lundberg2012-11-201-0/+30
| | * | DRY up the code for populating the return listOlle Lundberg2012-11-201-6/+3
| | * | Whitespace fixes.Olle Lundberg2012-10-161-1/+1
| | * | Be more pythonic.Olle Lundberg2012-10-161-2/+1
| | * | Implement support for parsing proxycommand.Olle Lundberg2012-10-161-3/+19
| | * | Add tests for proxycommand parsing.Olle Lundberg2012-10-161-0/+27
| | * | Pep8 fixesOlle Lundberg2012-10-161-30/+30
| | * | SpellingOlle Lundberg2012-10-161-1/+1
| | * | Add host negation support to paramiko config.Olle Lundberg2012-10-161-30/+50
| | * | Add test for host negation.Olle Lundberg2012-10-161-0/+23
| | * | Updated tests for new ssh config format.Olle Lundberg2012-10-161-9/+18
| * | | Pep8 fixesOlle Lundberg2013-02-281-9/+16
| * | | Fix argument passed to LazyFqdnOlle Lundberg2013-02-281-1/+2
| * | | Fix broken test.Olle Lundberg2013-02-281-4/+4
| * | | Create a copy of the identityfile list.Olle Lundberg2013-02-281-1/+5
| * | | Add tests for identityfile parsing.Olle Lundberg2013-02-281-1/+30
| * | | DRY up the code for populating the return listOlle Lundberg2013-02-281-6/+3
| * | | Whitespace fixes.Olle Lundberg2013-02-282-17/+3
| * | | Be more pythonic.Olle Lundberg2013-02-281-2/+1
| * | | Implement support for parsing proxycommand.Olle Lundberg2013-02-281-24/+42
| * | | Add tests for proxycommand parsing.Olle Lundberg2013-02-281-0/+27
| * | | Pep8 fixesOlle Lundberg2013-02-281-10/+10
| * | | SpellingOlle Lundberg2013-02-281-1/+1
| * | | Add host negation support to paramiko config.Olle Lundberg2013-02-281-31/+50
| * | | Add test for host negation.Olle Lundberg2013-02-281-0/+22
| * | | Updated tests for new ssh config format.Olle Lundberg2013-02-281-10/+19
| * | | Refactor duplicative code re #110Jeff Forcier2013-02-271-17/+9
| * | | Changelog re #110Jeff Forcier2013-02-271-3/+4
| * | | Document SSHConfig FQDN logic.John Hensley2013-02-271-3/+37
| * | | Changelog re #128Jeff Forcier2013-02-271-0/+3
| * | | Compute host's FQDN on demand onlyParantapa Bhattacharya2013-02-271-1/+14
| * | | Add changelog entry re #102Jeff Forcier2013-02-271-0/+4
| * | | Give sdctr a default value for backwards+test compatJeff Forcier2013-02-271-1/+1
| * | | Don't random pad packets for SDCTR ciphersKent Gibson2013-02-272-6/+9
| * | | Changelog + docs re #127Jeff Forcier2013-02-273-1/+6
| * | | Merge pull request #127 from mwilliamson/sftp-file-context-managerJeff Forcier2013-02-272-0/+19
| |\ \ \
| | * | | Replace useless version check with import from __future__Michael Williamson2013-01-051-4/+2
| | * | | Verify Python version >= 2.6 before running context manager testMichael Williamson2013-01-051-0/+4
| | * | | Turn SFTPFile into a context managerMichael Williamson2013-01-042-0/+17
| * | | | Merge branch 'master' of github.com:paramiko/paramikoJeff Forcier2013-02-271-1/+2
| |\ \ \ \
| | * \ \ \ Merge pull request #116 from mvschaik/patch-1Jeff Forcier2013-02-271-1/+2
| | |\ \ \ \