Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-04 | Update NEWS per #142 | Jason R. Coombs | |
2013-03-04 | Remove 'file_size' check from tests. The docstring indicates this parameter ↵ | Jason R. Coombs | |
is to be passed to the callback, and there's no reason to think this parameter is relevant in affecting whether a useful stat object has been passed (especially when the 'confirm' parameter is explicitly supplied for that decision. This fixes #142. | |||
2013-03-04 | Adding test capturing desired behavior and demonstrating issue #142. | Jason R. Coombs | |
2013-03-04 | Delint test_sftp (remove unused imports and unused variables, remove excess ↵ | Jason R. Coombs | |
whitespace, move imports to top, remove semicolon terminator) --HG-- extra : source : 01df712a396de5fa7e1c0cc265411fdb2bbc5f41 | |||
2013-03-01 | Changelog re #66, re #141. Fixes #66 | Jeff Forcier | |
2013-03-01 | Speed up the write operation by bulk calling read. | Olle Lundberg | |
Bulk check the ACKs from the server every 32MB (or every write request). This way you gain speed but also making sure not to get the error too late in a large transfer. This works for smaller files too, since there is a cleanup routine being called when the file has been transfered. | |||
2013-03-01 | Changelog re #133, and date fix for 1.10 | Jeff Forcier | |
2013-03-01 | Added width_pixel and height_pixel parameters to Channel.get_pty() and | Phillip Heller | |
resize_pty(), and Client.invoke_shell(). Perhaps useless, but more RFC compliant. Updated methods to include these parameters in server messages. Adjusted Channel.resize_pty() to neither request nor wait for a response, as per RFC 4254 6.7 (A response SHOULD NOT be sent to this message.) This is necessary as certain hosts have been observed to not acknowledge this type of channel request (Cisco IOS XR), which causes paramiko to end the session. | |||
2013-03-01 | Changelog re #93 | Jeff Forcier | |
2013-02-28 | Pep8 fixes | Olle Lundberg | |
2013-02-28 | Merge branch 'openssh-compatibility' of github.com:lndbrg/paramiko into ↵ | Olle Lundberg | |
openssh-compatibility Conflicts: paramiko/config.py tests/test_util.py | |||
2013-02-28 | Pep8 fixes | Olle Lundberg | |
2013-02-28 | Fix argument passed to LazyFqdn | Olle Lundberg | |
2013-02-28 | Fix broken test. | Olle Lundberg | |
2013-02-28 | Create 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-28 | Add tests for identityfile parsing. | Olle Lundberg | |
2013-02-28 | DRY up the code for populating the return list | Olle Lundberg | |
2013-02-28 | Whitespace fixes. | Olle Lundberg | |
2013-02-28 | Be more pythonic. | Olle Lundberg | |
2013-02-28 | Implement support for parsing proxycommand. | Olle Lundberg | |
2013-02-28 | Add tests for proxycommand parsing. | Olle Lundberg | |
2013-02-28 | Pep8 fixes | Olle Lundberg | |
2013-02-28 | Spelling | Olle Lundberg | |
2013-02-28 | Add 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-28 | Add test for host negation. | Olle Lundberg | |
2013-02-28 | Updated tests for new ssh config format. | Olle Lundberg | |
2013-02-27 | Refactor duplicative code re #110 | Jeff Forcier | |
2013-02-27 | Changelog re #110 | Jeff Forcier | |
2013-02-27 | Document SSHConfig FQDN logic. | John Hensley | |
Merged with pre-picked changes re #128. Conflicts: paramiko/config.py | |||
2013-02-27 | Changelog re #128 | Jeff Forcier | |
2013-02-27 | Compute host's FQDN on demand only | Parantapa Bhattacharya | |
2013-02-27 | Add changelog entry re #102 | Jeff Forcier | |
2013-02-27 | Give sdctr a default value for backwards+test compat | Jeff Forcier | |
Re #102 | |||
2013-02-27 | Don't random pad packets for SDCTR ciphers | Kent Gibson | |
2013-02-27 | Changelog + docs re #127 | Jeff Forcier | |
2013-02-27 | Merge pull request #127 from mwilliamson/sftp-file-context-manager | Jeff Forcier | |
Turn SFTPFile into a context manager | |||
2013-02-27 | Merge branch 'master' of github.com:paramiko/paramiko | Jeff Forcier | |
2013-02-27 | Changelog re #116 | Jeff Forcier | |
2013-02-27 | Merge pull request #116 from mvschaik/patch-1 | Jeff Forcier | |
Limit memory allocation of get_bytes to 1MB | |||
2013-02-03 | Add changelog entry re #115 | Jeff Forcier | |
2013-02-03 | Merge pull request #115 from mvanderkolff/master | Jeff Forcier | |
Add get_pty named argument to SSHClient.exec_command() | |||
2013-02-03 | Merge remote-tracking branch 'origin/master' | Jeff Forcier | |
2013-02-03 | Merge branch '1.9' | Jeff Forcier | |
2013-02-03 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2013-02-03 | Update explicitly-stated Python version reqs to 2.5+ | Jeff Forcier | |
2013-02-03 | Merge pull request #105 from clarete/master | Jeff Forcier | |
tox structure | |||
2013-01-05 | Replace useless version check with import from __future__ | Michael Williamson | |
2013-01-05 | Verify Python version >= 2.6 before running context manager test | Michael Williamson | |
2013-01-04 | Turn SFTPFile into a context manager | Michael Williamson | |
2012-12-31 | Merge branch '1.9' | Jeff Forcier | |