Commit Graph

  • 682a3eff84 Revert "Forgot to import errno" Jeff Forcier 2012-11-29 15:18:48 -0800
  • 7a4d3c4e42 Revert "Make send() and recv() fail when channel is closed" Jeff Forcier 2012-11-29 15:18:40 -0800
  • 203c7379ac Forgot to import errno Tomer Filiba 2012-10-26 15:46:28 +0300
  • 8496eff0b7 Make send() and recv() fail when channel is closed Tomer Filiba 2012-10-26 15:44:34 +0300
  • 537f95dbb3 Forgot to import errno Tomer Filiba 2012-10-26 15:46:28 +0300
  • bc3674d0f0 Make send() and recv() fail when channel is closed Tomer Filiba 2012-10-26 15:44:34 +0300
  • 962d4a3cec Merge pull request #99 from tomerfiliba/patch-1 Jeff Forcier 2012-11-29 14:35:19 -0800
  • f6ed6a8bbf Changelog re #80, fixes #80 Jeff Forcier 2012-11-29 08:55:43 -0800
  • b9c39fc1d2 Merge pull request #95 from Bockit/master Jeff Forcier 2012-11-29 08:53:53 -0800
  • 2575b3efc4 Fix #94 Jeff Forcier 2012-11-29 08:52:39 -0800
  • d47e6b9e7f Merge branch '1.9' Jeff Forcier 2012-11-28 22:29:22 -0800
  • 5ed0e11a7f Merge branch '1.8' into 1.9 Jeff Forcier 2012-11-28 22:22:58 -0800
  • 2832f3c60f Make docs target build whenever Paramiko files change Jeff Forcier 2012-11-28 22:18:31 -0800
  • 2403504b44 Fix #113: add timeout passthru to exec_command Jeff Forcier 2012-11-28 22:22:33 -0800
  • 10c51e2726 Bump dev version to 1.10 Jeff Forcier 2012-11-28 22:18:44 -0800
  • c4d4818cdd Make docs target build whenever Paramiko files change Jeff Forcier 2012-11-28 22:18:31 -0800
  • 13892788c3 Copied code from jaraco.windows rather than requiring it as a dependency. Jason R. Coombs 2012-11-23 14:15:33 -0500
  • c0ef3fd493 Create the memory map with the security attributes for the current user (rather than the default) to avoid permissions failures when the client and the agent run in different UAC contexts. Fixes #98. Jason R. Coombs 2012-11-23 14:08:16 -0500
  • 0698254b18 Use MemoryMap from jaraco.windows in lieu of mmap.mmap. Jason R. Coombs 2012-11-23 14:03:20 -0500
  • 64d6734086 Simplify pageant implementation by using an anonymous mmap instead of an explicit file. Requires Python 2.5. Jason R. Coombs 2012-11-23 13:07:28 -0500
  • a07a339006 Create a copy of the identityfile list. The copy is needed else the original identityfile list is in the internal config list is updated when we modify the return dictionary. Olle Lundberg 2012-11-20 12:43:40 +0100
  • 5670e111c9 Add tests for identityfile parsing. Olle Lundberg 2012-11-20 12:42:29 +0100
  • 78654e82ec DRY up the code for populating the return list Olle Lundberg 2012-11-20 00:45:32 +0100
  • 71f8c5c9f5 Git ignore built docs dir Jeff Forcier 2012-11-06 16:28:35 -0800
  • d7aa342c20 Git ignore built docs dir Jeff Forcier 2012-11-06 16:28:35 -0800
  • b42c73356c Git ignore built docs dir Jeff Forcier 2012-11-06 16:28:35 -0800
  • 79dffacf4e Adding tox info (and a requirements file) Lincoln de Sousa 2012-11-06 18:02:10 -0500
  • 06d987c362 Merge branch '1.8' into 1.9 Jeff Forcier 2012-11-06 13:13:04 -0800
  • a32addcfb7 Tweak travis config Jeff Forcier 2012-11-06 13:13:00 -0800
  • 65de2529a9 Update changelog date for 1.9.0 v1.9.0 Jeff Forcier 2012-11-06 13:10:03 -0800
  • 42f1b451a6 Merge branch '1.8' Jeff Forcier 2012-11-06 13:09:23 -0800
  • 7f4c26f860 Cut 1.8.1 v1.8.1 Jeff Forcier 2012-11-06 13:08:41 -0800
  • a3b44c7ed9 Bump to 1.9.0 for release Jeff Forcier 2012-11-06 13:06:08 -0800
  • ebd007b217 Python 2.5 compat gateway-support Jeff Forcier 2012-11-05 23:10:13 -0800
  • e7ab3c068f Fix broken import Jeff Forcier 2012-11-05 23:10:05 -0800
  • 308c5f57d9 Add ProxyCommand classes to top level API Jeff Forcier 2012-11-05 23:09:52 -0800
  • 7a3cb790a6 Changelog re #97 Jeff Forcier 2012-11-05 17:55:37 -0800
  • fd392d6b20 One more patch from @clarete's work Jeff Forcier 2012-11-05 17:47:33 -0800
  • 191a5fc08c Implement (& test for) ProxyCommand interpolation. Jeff Forcier 2012-11-05 17:44:25 -0800
  • 0981c25cd8 Formatting Jeff Forcier 2012-11-05 17:34:49 -0800
  • 0a276ac34b Bubble up ProxyCommandFailure in packetizer Jeff Forcier 2012-11-05 17:31:17 -0800
  • 394ab2699e Post-import edits Jeff Forcier 2012-11-05 17:29:32 -0800
  • 5d15467ad4 Import BadProxyCommand Jeff Forcier 2012-11-05 17:29:23 -0800
  • 27271fa455 Post-import edits Jeff Forcier 2012-11-05 17:26:47 -0800
  • 7cd2f2715b Initial port of ProxyCommand class from @clarete Jeff Forcier 2012-11-05 17:25:03 -0800
  • 270bb94a46 Fix ProxyCommand equals splitting. Jeff Forcier 2012-11-05 17:18:48 -0800
  • 928c062748 Add failing test(s) re ProxyCommand config parsing Jeff Forcier 2012-11-05 17:04:45 -0800
  • fb5d245b31 More attributions Jeff Forcier 2012-11-05 17:04:25 -0800
  • 8e8dcea295 Add in big attribution big in prep for having ProxyCommand done Jeff Forcier 2012-11-05 15:34:46 -0800
  • 31244a2ccb Changelog re #77 Jeff Forcier 2012-11-05 13:30:20 -0800
  • f9b7ce902f Tweak docstring re #77 Jeff Forcier 2012-11-05 13:29:57 -0800
  • 31ea4f0734 SSHClient: add 'sock' parameter to connect() for tunneling Steven Noonan 2012-10-15 04:09:33 -0700
  • fd5e29b5a8 Somehow missed a pretty important change in the changelog Jeff Forcier 2012-11-05 11:22:07 -0800
  • 45aa88b530 Remove dependency on pywin32. Just use ctypes for simplicity. Jason R. Coombs 2012-11-01 10:09:41 -0400
  • e0d71b5efb Remove test for presence of ctypes (assumed present in global imports). Jason R. Coombs 2012-11-01 10:03:46 -0400
  • 668870aa83 Forgot to import errno Tomer Filiba 2012-10-26 15:46:28 +0300
  • 23f3099b6f Make send() and recv() fail when channel is closed Tomer Filiba 2012-10-26 15:44:34 +0300
  • c78a5856e8 Update paramiko/file.py James Hiscock 2012-10-17 14:25:22 +1200
  • 221131fa21 Whitespace fixes. Olle Lundberg 2012-10-16 17:02:04 +0200
  • 04cc4d5510 Be more pythonic. Olle Lundberg 2012-10-16 16:54:44 +0200
  • 7ce9875ed7 Implement support for parsing proxycommand. Olle Lundberg 2012-10-16 16:38:38 +0200
  • d66d75f277 Add tests for proxycommand parsing. Olle Lundberg 2012-10-16 16:38:09 +0200
  • b22c11ab1b Pep8 fixes Olle Lundberg 2012-10-16 15:00:02 +0200
  • 2dd74f953d Spelling Olle Lundberg 2012-10-16 14:52:27 +0200
  • ad587fa0ef Add host negation support to paramiko config. 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 Olle Lundberg 2012-10-16 13:54:23 +0200
  • f33481cc44 Add test for host negation. Olle Lundberg 2012-10-16 13:53:06 +0200
  • 3174b6c894 Updated tests for new ssh config format. Olle Lundberg 2012-10-16 13:52:21 +0200
  • 786920a320 Merge branch '1.8' Jeff Forcier 2012-10-15 13:33:16 -0700
  • dfb45dec7f Refactoring: it's a thing. Re #85 Jeff Forcier 2012-10-15 13:21:58 -0700
  • 7c12862b55 Only override unittest assertions when absolutely necessary. Jeff Forcier 2012-10-15 12:57:39 -0700
  • 1341e28882 Move SFTPClient.get() termination condition to loop end. Jeff Forcier 2012-10-14 21:46:50 -0700
  • 78815afe9d Merge branch '1.8' Jeff Forcier 2012-10-14 20:40:59 -0700
  • 8e5f774965 Meh fabfile for docs uploading Jeff Forcier 2012-10-14 20:40:39 -0700
  • 45969670db Add 1.9.0 to master NEWS Jeff Forcier 2012-10-14 17:06:36 -0700
  • e99399ce66 Set up 1.8.1 chunk in NEWS Jeff Forcier 2012-10-14 17:05:18 -0700
  • e3ab0489f3 Add missing release date to NEWS for 1.8.0 Jeff Forcier 2012-10-14 17:03:47 -0700
  • 09488c665b 80-col fix v1.8.0 Jeff Forcier 2012-09-25 22:09:49 -0700
  • 2d7355da5e Fix module import in tests merge-ssh-fork-back-in Jeff Forcier 2012-09-25 18:11:30 -0700
  • 71456b8990 Correct dev-installation doc in package metadata Jeff Forcier 2012-09-25 18:10:28 -0700
  • 2e016358ef Whitespace + lang tweak Jeff Forcier 2012-09-25 18:09:35 -0700
  • 30a2d14b78 Init header update Jeff Forcier 2012-09-25 18:05:01 -0700
  • 47c5b3a65b Nuke old copy of original README Jeff Forcier 2012-09-24 19:19:41 -0700
  • 3cba95f112 Transition back to Paramiko's readme; update to be currently accurate Jeff Forcier 2012-09-24 19:19:00 -0700
  • 217512430d Remove extraneous changelog lines from 'ssh' Jeff Forcier 2012-09-24 19:14:34 -0700
  • f0c953dcf6 Namespace issue numbers appropriately Jeff Forcier 2012-09-24 19:12:54 -0700
  • c9db81861a For now, merge ssh CHANGES file into paramiko NEWS Jeff Forcier 2012-09-24 19:09:53 -0700
  • dd6fb2577d Bump to 0.8.x due to nontrivial changes (cherry picked from commit d7def60c4784fed39fc8714753304a150da131c7) initial-merge-from-ssh-done Jeff Forcier 2012-09-23 14:01:57 -0700
  • 3c01fdda14 Fix #28: hide interpreter-death threading exceptions (cherry picked from commit 3709d2e02bf67ccc272e1f2311e5db125a922ba0) Jeff Forcier 2012-09-13 18:35:12 -0500
  • 43f8236063 Changelog re #40 (cherry picked from commit c27915d55182cfa22c517c2d6d887316fc89c80a) Jeff Forcier 2012-09-10 12:54:46 -0700
  • f8bb0433a2 Travis integration (cherry picked from commit 4cb9fed74bbde4730d2901dde4adb7cb47ae796a) Jeff Forcier 2012-09-10 11:36:07 -0700
  • 557eb524f0 Exit correctly so test.py can be used in CI (cherry picked from commit d516fe71ea1d8bdb7b2e278fa519f7f860d7e234) Jeff Forcier 2012-09-10 11:35:02 -0700
  • e0be91a4c9 Fixes to failing-test teardowns to avoid more exceptions or hangs (cherry picked from commit 734f3d6f42ef1564f473fee5526e0354fc8196fc) Jeff Forcier 2012-09-10 11:34:52 -0700
  • 212fe74f09 Whitespace (cherry picked from commit baa930eb583b65938cfcfa272a1eb2af12df3502) Jeff Forcier 2012-09-08 23:32:09 -0700
  • 88df2ac180 Changelog re #11 (cherry picked from commit c8e76e3a801098ecfec02fe52cd83bb7fab9f19a) Jeff Forcier 2012-09-08 23:15:58 -0700
  • 66118cad83 Improve unknown-server exception language Jeff Forcier 2012-09-08 23:13:13 -0700
  • 681a465f32 Handle/fix handling of EINTR errors in a few places. (cherry picked from commit 351bdb72e539c373985e108c89f61839f3acdd2a) Douglas Turk 2012-09-03 14:48:00 +1000
  • 7ead8d9c70 Fix unbound local variable exception (cherry picked from commit 503d7e62602cfe3ed63a4f44fba12874a17aa199) Jeff Forcier 2012-08-13 11:01:09 -0700
  • 400ea089d5 add the url to github in the setup.py for pypi (cherry picked from commit abfefc2f95c377cc134d9b0b71c8cdd692f321c8) Laurent Peuch 2012-08-12 05:04:16 +0300
  • 45c1212949 Changelog re #36 (cherry picked from commit 5b8cdd990fea9269f8b5297ad1e3e52de08f2ee6) Jeff Forcier 2012-08-04 12:42:10 -0700
  • 38dec6fc5b - make sure we honor 2-factor for all auth_pkey blocks - explicit check for ['password'] as remaining auth type (cherry picked from commit 53a3421da6d74333c4679fd6289d418917833b44) Andrew 2012-08-02 22:56:40 -0700