Commit Graph

  • 175075e045 Goofed up the RST v1.7.10 Jeff Forcier 2011-11-17 17:40:41 -0800
  • 48c21beac9 add ==dev install URL to setup.py Jeff Forcier 2011-11-17 17:00:17 -0800
  • 59cae8560b Bump dev version Jeff Forcier 2011-11-17 17:31:09 -0800
  • 95ab30a4bf Merge branch '1.7' Jeff Forcier 2011-11-17 17:30:34 -0800
  • 01eea3326a Let's not have 5 different freakin version strings Jeff Forcier 2011-11-17 17:30:00 -0800
  • 8e0961b7c6 Merge branch '1.7' Jeff Forcier 2011-11-17 17:12:50 -0800
  • bd3a64fac2 Going to release 1.7.10 for ==dev Jeff Forcier 2011-11-17 17:12:34 -0800
  • 08ff651d0f Add post-Paramiko changelog file for now Jeff Forcier 2011-11-17 17:11:15 -0800
  • 95e464b238 Going to release 1.7.10 for ==dev Jeff Forcier 2011-11-17 17:12:34 -0800
  • 3e41abb6be Add post-Paramiko changelog file for now Jeff Forcier 2011-11-17 17:11:15 -0800
  • e72b53788d add ==dev install URL to setup.py Jeff Forcier 2011-11-17 17:00:17 -0800
  • 8c8d0a81ad Don't mix tabs and spaces Jeff Forcier 2011-11-17 15:33:22 -0800
  • 85d0d97715 Use new-style classes, 2001 was 10 years ago Jeff Forcier 2011-11-17 15:31:00 -0800
  • eb49bf4870 Port poll-using code to use select() instead. Jeff Forcier 2011-11-17 15:18:35 -0800
  • 35a173631f Added ssh agent support. Ported from https://github.com/robey/paramiko/pull/21 Ben Davis 2011-11-13 11:19:19 -0600
  • ea8e73a389 Bump to 1.7.9, setup.py/crypto update v1.7.9 Jeff Forcier 2011-11-07 17:30:13 -0800
  • 2279ef6909 Crypto released a setuptools bugfix as 2.4.1. Jeff Forcier 2011-11-04 14:00:24 -0700
  • 12cf1674fc Crypto 2.4 doesn't play well with setup.py/setuptools v1.7.8 Jeff Forcier 2011-10-23 15:06:47 -0700
  • 3be4590daa Re-add rather important prior work attribution Jeff Forcier 2011-10-23 00:49:36 -0700
  • e37f0b57bd Copyright update, pending removal of preamble from all files Jeff Forcier 2011-10-23 00:47:50 -0700
  • 9980745ad2 Esperanto removal Jeff Forcier 2011-10-23 00:47:33 -0700
  • 5e0a329028 Update version to 1.7.8, no need for 4 parts Jeff Forcier 2011-10-23 00:47:10 -0700
  • 673c427fe6 Tweak setup.py to match README Jeff Forcier 2011-10-23 00:36:12 -0700
  • 41f45668b8 Add additional Random.atfork() to prevent RNG errors in large runs Jeff Forcier 2011-10-23 00:33:52 -0700
  • 7b545ff46d Update test/kex related string literals Jeff Forcier 2011-10-23 00:16:02 -0700
  • a228ab41e3 Update README to be consistent with new status Jeff Forcier 2011-10-23 00:01:06 -0700
  • 3971917d2b Initial rename: paramiko=>ssh Jeff Forcier 2011-10-23 00:00:43 -0700
  • 974294ad7d Fix issue 34 (SFTPFile prefetch assumes response order matches requests) Richard Kettlewell 2011-08-29 15:50:35 +0100
  • 7bcbc24198 version 1.7.7.1 v1.7.7.1 Robey Pointer 2011-05-23 13:49:47 -0700
  • afae8dd7c5 oops. fix potential exception when there's no ssh agent available. Robey Pointer 2011-05-23 13:40:33 -0700
  • 18f6a836da version 1.7.7 Robey Pointer 2011-05-23 00:40:37 -0700
  • db1c1efb7f remove the download link since that seems flaky Robey Pointer 2011-05-21 19:42:28 -0700
  • a139d543ca slight readme cleanup Robey Pointer 2011-05-21 19:30:06 -0700
  • 5d9eeaedcc patch from sugarc0de to call Random.atfork() when starting up, so paramiko can be used in multiprocess code Robey Pointer 2011-05-21 19:29:38 -0700
  • 22608540c3 Merge pull request #9 from tehfink/master Robey Pointer 2011-05-21 19:12:35 -0700
  • e891a5e473 Merge pull request #8 from garyvdm/master Robey Pointer 2011-05-21 19:11:34 -0700
  • 33482ff338 require a newer version of pycrypto and point to the new page Robey Pointer 2011-05-21 19:08:46 -0700
  • 4efd0e6d3c Merge pull request #7 from jelmer/master Robey Pointer 2011-05-21 19:02:23 -0700
  • 0a9596aed3 Merge remote branch 'netik/master' Robey Pointer 2011-05-21 18:57:09 -0700
  • 33fd998a94 patch ssh-agent handling to not leak file descriptors John Adams 2011-02-01 02:43:17 -0800
  • d3162ac75b support for openssl keys (http://www.mail-archive.com/paramiko@lag.net/msg00476.html) tehfink 2010-11-20 00:28:30 -0500
  • 044e702998 Use Crypto.Random rather than Crypto.Util.RandomPool. Gary van der Merwe 2010-08-03 00:13:08 +0200
  • 213ab2c204 Try connecting to each available address family until one succeeds. Andrew Bennetts 2010-05-13 12:56:39 +0200
  • e2add90981 fix spelling of "hierarchical" -- thanks, Thomas Guettler! Robey Pointer 2010-04-25 17:05:06 -0700
  • 1324242a63 ignore the egg-info stuff. Robey Pointer 2010-04-25 16:44:33 -0700
  • 81c7edc1a4 patch from Shad Sharma to raise an exception if the transport isn't active when you try to open a new channel. Robey Pointer 2010-04-25 16:42:45 -0700
  • 188c82eede patch from Michele Bertoldi to allow compression to be turned on in the client constructor. Robey Pointer 2010-04-25 13:36:19 -0700
  • 3242df7f09 i lost who sent this to me (sorry). patches to fix AIX. Robey Pointer 2010-04-25 13:34:54 -0700
  • f67cea44d0 code style and fix test. Robey Pointer 2010-04-13 18:52:29 -0700
  • d268594ab1 brittspace. Robey Pointer 2010-04-13 18:51:45 -0700
  • bf3a87fa9b Merge remote branch 'larrywright/master' Robey Pointer 2010-04-13 18:41:28 -0700
  • b4ee844a3c added functionality to skip verifying the file, which works around sftp servers that remove the file immediately after it's been closed. Larry Wright 2009-12-18 17:02:55 -0600
  • cb913d5d32 bump to 1.7.6. release-1.7.6 Robey Pointer 2009-11-01 22:01:04 -0800
  • e0a9f91c14 brittspace. Robey Pointer 2009-11-01 21:33:13 -0800
  • 71e872e23a bug 426925: lookup host keys correctly when they have a different port. Robey Pointer 2009-11-01 21:28:47 -0800
  • c628faa102 bug 411910: when asking for a sockaddr, ask for streams only. Robey Pointer 2009-11-01 18:58:23 -0800
  • a60c69c81c bug 413850: patch from patrick mcnerthney. fix race between a server responding to an event and closing the channel. Robey Pointer 2009-10-31 17:55:52 -0700
  • e80cec73b6 bug 363163: copy the SSHClient AF patch to transport.py too. Robey Pointer 2009-10-31 16:10:52 -0700
  • d23ae79466 ignore more. Robey Pointer 2009-10-31 16:07:55 -0700
  • 931f71e627 bug 411099: chdir() isn't saving the cwd in a normalized way. added test. Robey Pointer 2009-10-31 16:06:53 -0700
  • 7da1f2c4a3 bump to 1.7.5. release-1.7.5 Robey Pointer 2009-07-19 21:45:54 -0700
  • f573017a1d patch from evan jones: simplify wait_for_event. Robey Pointer 2009-07-19 20:53:00 -0700
  • 62bc0ad79a ignore extra fields in a hosts file, since apparently some apps are putting comments on the same line (?). Robey Pointer 2009-07-19 20:26:44 -0700
  • b4220657be oops. Robey Pointer 2009-07-19 20:17:47 -0700
  • 0840d8dd28 patch from sofian brabez to fix hexdump logging in sftp_client. Robey Pointer 2009-07-19 19:59:55 -0700
  • e56b36648d patch from jim wilcoxson: raise an error early if chdir will fail. Robey Pointer 2009-07-19 19:47:53 -0700
  • 60c6e94e7d fix my email address to be the current one. Robey Pointer 2009-07-19 19:45:02 -0700
  • 0e2e882d0d make the "auth type not permitted" message debug level, for bazaar. Robey Pointer 2009-07-19 18:49:04 -0700
  • e06dbde805 patch from gary poster: allow multiple hostnames to be specified per block in the ssh config file format. bug #332382 Robey Pointer 2009-07-19 16:08:13 -0700
  • 15f4bdb105 patch from andreux fort: add a timeout to the key exchange, so that if the remote side doesn't ever answer, eventually we give up. bug #378511 Robey Pointer 2009-07-19 16:00:39 -0700
  • fe35f44f2e close the local/remote files in finally blocks in sftp get & put, so fds don't get lost. bug #379240 Robey Pointer 2009-07-19 15:19:10 -0700
  • ac42ba88d7 patch for ARC4 cipher support, and CTR block chaining, from denis bernard. Robey Pointer 2009-07-19 15:04:54 -0700
  • a0313a47e4 simplify the "simple" demo. Robey Pointer 2009-07-19 15:03:45 -0700
  • adb349bf2b fix tests. Robey Pointer 2009-05-10 21:19:10 -0700
  • 62d49255d5 Merge commit 'shikhar/master' Robey Pointer 2009-05-10 21:12:41 -0700
  • 4e2b250ace rename this file for github Robey Pointer 2009-05-10 21:11:33 -0700
  • 044814ba16 typo Shikhar Bhushan 2009-04-18 18:50:19 +0200
  • 20e3306f3d fix ipv6 support in SSHClient Shikhar Bhushan 2009-04-18 18:26:12 +0200
  • 5e32b33be7 patch from maxime ripard adding ip6 support. Robey Pointer 2009-04-14 18:55:25 -0700
  • 7bd95eb0d0 patch from james bardin: bail early if the high byte is zero. Robey Pointer 2009-04-14 18:15:57 -0700
  • 74b581c170 bug 300536: allow a really long banner before the SSH handshake. Robey Pointer 2009-02-17 18:30:48 -0800
  • 5def112013 fix silly exception message. Robey Pointer 2009-02-16 01:35:22 -0800
  • 25417575ef make the transport a daemon thread since python 1.6 doesn't call the atexit handler correctly any more. also allow unicode as a hostname. Robey Pointer 2009-02-16 01:24:26 -0800
  • 967b0011f0 [project @ robey@lag.net-20090202021455-ohooxd5bzsf8age3] old todo comments Robey Pointer 2009-02-01 18:14:55 -0800
  • 2fda984906 [project @ robey@lag.net-20080707012221-5fz3q4j2gvqlbmhl] bump version to 1.7.4 (desmond). release-1.7.4 Robey Pointer 2008-07-06 18:22:21 -0700
  • 97ea105d4e [project @ robey@lag.net-20080707002355-kl44yurqgjfhk7dd] clarify documentation about non-blocking mode Robey Pointer 2008-07-06 17:23:55 -0700
  • 035766fab0 [project @ robey@lag.net-20080707002335-9fw0bd9tj7ndcueg] clarify feature was added in 1.7.4 Robey Pointer 2008-07-06 17:23:35 -0700
  • fbfd8126c8 [project @ robey@lag.net-20080706230815-v2ybqxm237zw0wa0] add a callback method that can be used to track get/put progress in SFTPClient. suggested by Phil Schwartz. Robey Pointer 2008-07-06 16:08:15 -0700
  • e8748645a3 [project @ robey@lag.net-20080706225842-25rg9uk9ksyxxbyf] fix convoluted logging method Robey Pointer 2008-07-06 15:58:42 -0700
  • 5989710968 [project @ robey@lag.net-20080706223938-fn82xx2k0zvklazm] more ignores Robey Pointer 2008-07-06 15:39:38 -0700
  • c60133d85b [project @ robey@lag.net-20080706223720-l52qact0g0q5gkuz] ack, somehow my previous commit ERASED this file! i'm starting to lose my bazaar-fu from using git too much. :( Robey Pointer 2008-07-06 15:37:20 -0700
  • 60c46d7b7c [project @ robey@lag.net-20080706223221-k0hzhvsayzmw6w3e] patch from Mark Hammond to use win32gui instead of win32ui, to avoid a dependency on MFC. only affects windows. Robey Pointer 2008-07-06 15:32:21 -0700
  • abf891af0b [project @ robey@lag.net-20080706221605-t6ashnnjr1aurmn4] SFTPClient.put() now returns the stats object it collected during verification. suggested by Jude Venn. Robey Pointer 2008-07-06 15:16:05 -0700
  • c2ef48cf18 [project @ robey@lag.net-20080706203706-zqxb69qrcgyuf90n] allow multiple key files to be specified in SSHClient. suggested by Bernhard Walle. Robey Pointer 2008-07-06 13:37:06 -0700
  • 305f5e09a5 [project @ robey@lag.net-20080604053906-vz5toqvlp5miqy1x] merge deadlog bugfix from dwayne litzenberger. Robey Pointer 2008-06-03 22:39:06 -0700
  • e47e203540 [project @ robey@lag.net-20080518231221-znq4h93fzdgotwf1] include an empty language field on sftp responses, since some clients expect it. Robey Pointer 2008-05-18 16:12:21 -0700
  • d21d384509 [project @ robey@lag.net-20080518224525-cjid4qbn81eve3zt] merge dwayne litzenberger's fixes for randpool on windows. Robey Pointer 2008-05-18 15:45:25 -0700
  • c52b11ba17 [project @ robey@lag.net-20080324065154-w8p2lhawmsbynxc0] bump version to 1.7.3 (clara) Robey Pointer 2008-03-23 23:51:54 -0700
  • f5f203d5ea [project @ robey@lag.net-20080324065139-nmvo5goh1izbd3gr] not all windows boxes have winrandom Robey Pointer 2008-03-23 23:51:39 -0700
  • f35a65bb0c [project @ robey@lag.net-20080324065111-qv8icii767fqex9j] fix some unit tests for windows Robey Pointer 2008-03-23 23:51:11 -0700