Age | Commit message (Expand) | Author |
2012-11-29 | Make send() and recv() fail when channel is closed | Tomer Filiba |
2012-11-29 | Forgot to import errno | Tomer Filiba |
2012-11-29 | Make send() and recv() fail when channel is closed | Tomer Filiba |
2012-11-29 | Merge pull request #99 from tomerfiliba/patch-1 | Jeff Forcier |
2012-11-29 | Changelog re #80, fixes #80 | Jeff Forcier |
2012-11-29 | Merge pull request #95 from Bockit/master | Jeff Forcier |
2012-11-29 | Fix #94 | Jeff Forcier |
2012-11-28 | Merge branch '1.9' | Jeff Forcier |
2012-11-28 | Merge branch '1.8' into 1.9 | Jeff Forcier |
2012-11-28 | Make docs target build whenever Paramiko files change | Jeff Forcier |
2012-11-28 | Fix #113: add timeout passthru to exec_command | Jeff Forcier |
2012-11-28 | Bump dev version to 1.10 | Jeff Forcier |
2012-11-28 | Make docs target build whenever Paramiko files change | Jeff Forcier |
2012-11-23 | Copied code from jaraco.windows rather than requiring it as a dependency. | Jason R. Coombs |
2012-11-23 | Create the memory map with the security attributes for the current user (rath... | Jason R. Coombs |
2012-11-23 | Use MemoryMap from jaraco.windows in lieu of mmap.mmap. | Jason R. Coombs |
2012-11-23 | Simplify pageant implementation by using an anonymous mmap instead of an expl... | Jason R. Coombs |
2012-11-20 | Create a copy of the identityfile list. | Olle Lundberg |
2012-11-20 | Add tests for identityfile parsing. | Olle Lundberg |
2012-11-20 | DRY up the code for populating the return list | Olle Lundberg |
2012-11-06 | Git ignore built docs dir | Jeff Forcier |
2012-11-06 | Git ignore built docs dir | Jeff Forcier |
2012-11-06 | Git ignore built docs dir | Jeff Forcier |
2012-11-06 | Adding tox info (and a requirements file) | Lincoln de Sousa |
2012-11-06 | Merge branch '1.8' into 1.9 | Jeff Forcier |
2012-11-06 | Tweak travis config | Jeff Forcier |
2012-11-06 | Update changelog date for 1.9.0 | Jeff Forcier |
2012-11-06 | Merge branch '1.8' | Jeff Forcier |
2012-11-06 | Cut 1.8.1 | Jeff Forcier |
2012-11-06 | Bump to 1.9.0 for release | Jeff Forcier |
2012-11-05 | Python 2.5 compat | Jeff Forcier |
2012-11-05 | Fix broken import | Jeff Forcier |
2012-11-05 | Add ProxyCommand classes to top level API | Jeff Forcier |
2012-11-05 | Changelog re #97 | Jeff Forcier |
2012-11-05 | One more patch from @clarete's work | Jeff Forcier |
2012-11-05 | Implement (& test for) ProxyCommand interpolation. | Jeff Forcier |
2012-11-05 | Formatting | Jeff Forcier |
2012-11-05 | Bubble up ProxyCommandFailure in packetizer | Jeff Forcier |
2012-11-05 | Post-import edits | Jeff Forcier |
2012-11-05 | Import BadProxyCommand | Jeff Forcier |
2012-11-05 | Post-import edits | Jeff Forcier |
2012-11-05 | Initial port of ProxyCommand class from @clarete | Jeff Forcier |
2012-11-05 | Fix ProxyCommand equals splitting. | Jeff Forcier |
2012-11-05 | Add failing test(s) re ProxyCommand config parsing | Jeff Forcier |
2012-11-05 | More attributions | Jeff Forcier |
2012-11-05 | Add in big attribution big in prep for having ProxyCommand done | Jeff Forcier |
2012-11-05 | Changelog re #77 | Jeff Forcier |
2012-11-05 | Tweak docstring re #77 | Jeff Forcier |
2012-11-05 | SSHClient: add 'sock' parameter to connect() for tunneling | Steven Noonan |
2012-11-05 | Somehow missed a pretty important change in the changelog | Jeff Forcier |