summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-11-28Merge branch '1.8' into 1.9Jeff Forcier
2012-11-28Make docs target build whenever Paramiko files changeJeff Forcier
2012-11-28Fix #113: add timeout passthru to exec_commandJeff Forcier
2012-11-28Bump dev version to 1.10Jeff Forcier
2012-11-28Make docs target build whenever Paramiko files changeJeff Forcier
2012-11-23Copied code from jaraco.windows rather than requiring it as a dependency.Jason R. Coombs
2012-11-23Create the memory map with the security attributes for the current user (rath...Jason R. Coombs
2012-11-23Use MemoryMap from jaraco.windows in lieu of mmap.mmap.Jason R. Coombs
2012-11-23Simplify pageant implementation by using an anonymous mmap instead of an expl...Jason R. Coombs
2012-11-20Create a copy of the identityfile list.Olle Lundberg
2012-11-20Add tests for identityfile parsing.Olle Lundberg
2012-11-20DRY up the code for populating the return listOlle Lundberg
2012-11-06Git ignore built docs dirJeff Forcier
2012-11-06Git ignore built docs dirJeff Forcier
2012-11-06Git ignore built docs dirJeff Forcier
2012-11-06Adding tox info (and a requirements file)Lincoln de Sousa
2012-11-06Merge branch '1.8' into 1.9Jeff Forcier
2012-11-06Tweak travis configJeff Forcier
2012-11-06Update changelog date for 1.9.0Jeff Forcier
2012-11-06Merge branch '1.8'Jeff Forcier
2012-11-06Cut 1.8.1Jeff Forcier
2012-11-06Bump to 1.9.0 for releaseJeff Forcier
2012-11-05Python 2.5 compatJeff Forcier
2012-11-05Fix broken importJeff Forcier
2012-11-05Add ProxyCommand classes to top level APIJeff Forcier
2012-11-05Changelog re #97Jeff Forcier
2012-11-05One more patch from @clarete's workJeff Forcier
2012-11-05Implement (& test for) ProxyCommand interpolation.Jeff Forcier
2012-11-05FormattingJeff Forcier
2012-11-05Bubble up ProxyCommandFailure in packetizerJeff Forcier
2012-11-05Post-import editsJeff Forcier
2012-11-05Import BadProxyCommandJeff Forcier
2012-11-05Post-import editsJeff Forcier
2012-11-05Initial port of ProxyCommand class from @clareteJeff Forcier
2012-11-05Fix ProxyCommand equals splitting.Jeff Forcier
2012-11-05Add failing test(s) re ProxyCommand config parsingJeff Forcier
2012-11-05More attributionsJeff Forcier
2012-11-05Add in big attribution big in prep for having ProxyCommand doneJeff Forcier
2012-11-05Changelog re #77Jeff Forcier
2012-11-05Tweak docstring re #77Jeff Forcier
2012-11-05SSHClient: add 'sock' parameter to connect() for tunnelingSteven Noonan
2012-11-05Somehow missed a pretty important change in the changelogJeff Forcier
2012-11-01Remove dependency on pywin32. Just use ctypes for simplicity.Jason R. Coombs
2012-11-01Remove test for presence of ctypes (assumed present in global imports).Jason R. Coombs
2012-10-26Forgot to import errnoTomer Filiba
2012-10-26Make send() and recv() fail when channel is closedTomer Filiba
2012-10-17Update paramiko/file.pyJames Hiscock
2012-10-16Whitespace fixes.Olle Lundberg
2012-10-16Be more pythonic.Olle Lundberg
2012-10-16Implement support for parsing proxycommand.Olle Lundberg