summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-02-28Fix broken test.Olle Lundberg
2013-02-28Create a copy of the identityfile list.Olle Lundberg
The copy is needed else the original identityfile list is in the internal config list is updated when we modify the return dictionary.
2013-02-28Add tests for identityfile parsing.Olle Lundberg
2013-02-28DRY up the code for populating the return listOlle Lundberg
2013-02-28Whitespace fixes.Olle Lundberg
2013-02-28Be more pythonic.Olle Lundberg
2013-02-28Implement support for parsing proxycommand.Olle Lundberg
2013-02-28Add tests for proxycommand parsing.Olle Lundberg
2013-02-28Pep8 fixesOlle Lundberg
2013-02-28SpellingOlle Lundberg
2013-02-28Add host negation support to paramiko config.Olle Lundberg
This is a rewrite of the SSHConfig class to conform with the rules specified by the manpage for ssh_config. This change also adds support for negation according to the rules introduced by OpenSSH 5.9. Reference: http://www.openssh.com/txt/release-5.9
2013-02-28Add test for host negation.Olle Lundberg
2013-02-28Updated tests for new ssh config format.Olle Lundberg
2013-02-27Refactor duplicative code re #110Jeff Forcier
2013-02-27Changelog re #110Jeff Forcier
2013-02-27Document SSHConfig FQDN logic.John Hensley
Merged with pre-picked changes re #128. Conflicts: paramiko/config.py
2013-02-27Changelog re #128Jeff Forcier
2013-02-27Compute host's FQDN on demand onlyParantapa Bhattacharya
2013-02-27Add changelog entry re #102Jeff Forcier
2013-02-27Give sdctr a default value for backwards+test compatJeff Forcier
Re #102
2013-02-27Don't random pad packets for SDCTR ciphersKent Gibson
2013-02-27Changelog + docs re #127Jeff Forcier
2013-02-27Merge pull request #127 from mwilliamson/sftp-file-context-managerJeff Forcier
Turn SFTPFile into a context manager
2013-02-27Merge branch 'master' of github.com:paramiko/paramikoJeff Forcier
2013-02-27Changelog re #116Jeff Forcier
2013-02-27Merge pull request #116 from mvschaik/patch-1Jeff Forcier
Limit memory allocation of get_bytes to 1MB
2013-02-03Add changelog entry re #115Jeff Forcier
2013-02-03Merge pull request #115 from mvanderkolff/masterJeff Forcier
Add get_pty named argument to SSHClient.exec_command()
2013-02-03Merge remote-tracking branch 'origin/master'Jeff Forcier
2013-02-03Merge branch '1.9'Jeff Forcier
2013-02-03Merge branch '1.8' into 1.9Jeff Forcier
2013-02-03Update explicitly-stated Python version reqs to 2.5+Jeff Forcier
2013-02-03Merge pull request #105 from clarete/masterJeff Forcier
tox structure
2013-01-05Replace useless version check with import from __future__Michael Williamson
2013-01-05Verify Python version >= 2.6 before running context manager testMichael Williamson
2013-01-04Turn SFTPFile into a context managerMichael Williamson
2012-12-31Merge branch '1.9'Jeff Forcier
2012-12-31Merge branch '1.8' into 1.9Jeff Forcier
2012-12-31New yearJeff Forcier
2012-11-30Limit memory allocation of get_bytes to 1MBMaarten
If get_bytes() can pad unlimited, a RSA pub key could be crafted that would allocate GB's of nulls, thereby forming a DoS-vector.
2012-11-30Add support for get_pty to SSHClient.exec_command()Michael van der Kolff
2012-11-29Changelog re #71Jeff Forcier
2012-11-29Apply put() version of #90Jeff Forcier
2012-11-29allow uploading of files from an open file objectEric Buehl
2012-11-29Merge branch '1.9'Jeff Forcier
2012-11-29Merge branch '1.8' into 1.9Jeff Forcier
2012-11-29Update Travis settings:Jeff Forcier
* Don't email me, I'll see it on IRC if I'm online * Ping #paramiko, not #fabric, as it now exists
2012-11-29Revert "Make send() and recv() fail when channel is closed"Jeff Forcier
This reverts commit 23f3099b6f7808934400b96b707e122ed2dd302c.
2012-11-29Revert "Forgot to import errno"Jeff Forcier
This reverts commit 668870aa83e095c81371ffce8d69404ac29e536f.
2012-11-29Merge branch '1.9'Jeff Forcier