paramiko/paramiko
Jeff Forcier 02387fc88c Merge branch '1.10' into 168-int
Conflicts:
	NEWS
	setup.py
2013-09-20 14:39:55 -07:00
..
__init__.py Version bump 2013-07-26 15:05:35 -07:00
_winapi.py Copied code from jaraco.windows rather than requiring it as a dependency. 2012-11-23 14:15:33 -05:00
agent.py Fix indentation at few places. 2013-04-27 22:08:50 -07:00
auth_handler.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
ber.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
buffered_pipe.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
channel.py Added width_pixel and height_pixel parameters to Channel.get_pty() and 2013-03-01 10:33:03 -08:00
client.py do not write ,,garbage'' to known_hosts file(s) 2013-04-27 20:36:45 -07:00
common.py Add IO sleep to agent forward communications. 2012-09-23 16:08:35 -07:00
compress.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
config.py updated config to be compatible with multiple localforward and remoteforward options. 2013-05-21 00:40:28 +03:00
dsskey.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
file.py Update paramiko/file.py 2012-10-17 14:25:22 +12:00
hostkeys.py Merge branch '1.10' 2013-05-05 13:59:41 -07:00
kex_gex.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
kex_group1.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
logging22.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
message.py Limit memory allocation of get_bytes to 1MB 2012-11-30 15:14:49 +01:00
packet.py Apply slightly modified version of patch from #162 2013-09-20 13:19:01 -07:00
pipe.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
pkey.py Merge pull request #9 from tehfink/master 2011-05-21 19:12:35 -07:00
primes.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
proxy.py Python 2.5 compat 2012-11-05 23:10:13 -08:00
resource.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
rsakey.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
server.py Don't mix tabs and spaces 2012-09-23 15:56:06 -07:00
sftp.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
sftp_attr.py i lost who sent this to me (sorry). patches to fix AIX. 2010-04-25 13:34:54 -07:00
sftp_client.py Remove 'file_size' check from tests. The docstring indicates this parameter is to be passed to the callback, and there's no reason to think this parameter is relevant in affecting whether a useful stat object has been passed (especially when the 'confirm' parameter is explicitly supplied for that decision. This fixes #142. 2013-03-04 08:46:39 -05:00
sftp_file.py Speed up the write operation by bulk calling read. 2013-03-01 11:39:13 -08:00
sftp_handle.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
sftp_server.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
sftp_si.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
ssh_exception.py Post-import edits 2012-11-05 17:29:32 -08:00
transport.py Fix indentation at few places. 2013-04-27 22:08:50 -07:00
util.py Handle/fix handling of EINTR errors in a few places. 2012-09-24 18:58:54 -07:00
win_pageant.py Remove dependency on pywin32. Just use ctypes for simplicity. 2013-03-19 13:24:31 -07:00