5d9eeaedccpatch 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
044e702998Use Crypto.Random rather than Crypto.Util.RandomPool.
Gary van der Merwe
2010-08-03 00:13:08 +0200
213ab2c204Try connecting to each available address family until one succeeds.
Andrew Bennetts
2010-05-13 12:56:39 +0200
e2add90981fix spelling of "hierarchical" -- thanks, Thomas Guettler!
Robey Pointer
2010-04-25 17:05:06 -0700
1324242a63ignore the egg-info stuff.
Robey Pointer
2010-04-25 16:44:33 -0700
81c7edc1a4patch 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
188c82eedepatch from Michele Bertoldi to allow compression to be turned on in the client constructor.
Robey Pointer
2010-04-25 13:36:19 -0700
3242df7f09i lost who sent this to me (sorry). patches to fix AIX.
Robey Pointer
2010-04-25 13:34:54 -0700
f67cea44d0code style and fix test.
Robey Pointer
2010-04-13 18:52:29 -0700
b4ee844a3cadded 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
71e872e23abug 426925: lookup host keys correctly when they have a different port.
Robey Pointer
2009-11-01 21:28:47 -0800
c628faa102bug 411910: when asking for a sockaddr, ask for streams only.
Robey Pointer
2009-11-01 18:58:23 -0800
a60c69c81cbug 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
e80cec73b6bug 363163: copy the SSHClient AF patch to transport.py too.
Robey Pointer
2009-10-31 16:10:52 -0700
d23ae79466ignore more.
Robey Pointer
2009-10-31 16:07:55 -0700
931f71e627bug 411099: chdir() isn't saving the cwd in a normalized way. added test.
Robey Pointer
2009-10-31 16:06:53 -0700
62bc0ad79aignore 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
0840d8dd28patch from sofian brabez to fix hexdump logging in sftp_client.
Robey Pointer
2009-07-19 19:59:55 -0700
e56b36648dpatch from jim wilcoxson: raise an error early if chdir will fail.
Robey Pointer
2009-07-19 19:47:53 -0700
60c6e94e7dfix my email address to be the current one.
Robey Pointer
2009-07-19 19:45:02 -0700
0e2e882d0dmake the "auth type not permitted" message debug level, for bazaar.
Robey Pointer
2009-07-19 18:49:04 -0700
e06dbde805patch 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
15f4bdb105patch 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
fe35f44f2eclose 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
ac42ba88d7patch for ARC4 cipher support, and CTR block chaining, from denis bernard.
Robey Pointer
2009-07-19 15:04:54 -0700
a0313a47e4simplify the "simple" demo.
Robey Pointer
2009-07-19 15:03:45 -0700
25417575efmake 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