paramiko/paramiko
Robey Pointer cba104ce3f [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-58]
some Channel fixes for max packet size & blocking on zero window
some clean-ups and fixes to channels:
* when send() is blocked on a zero-width window, check that the channel is
  still open.  this was causing some lockups.
* set a lower bound to the "maximum packet size" we accept from the remote
  host.  if they tell us anything less than 1KB, assume they meant 1KB.  (it's
  not reasonable to fragment below that.)
* leave a little padding instead of cutting right up to the maximum packet
  size: some space will be taken up by protocol overhead.
* turn off some of the debug log lines unless "ultra_debug" is on (nobody
  cares about the feed info)
2004-06-10 17:55:17 +00:00
..
__init__.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-56] 2004-05-31 23:48:10 +00:00
auth_transport.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-51] 2004-05-17 00:43:43 +00:00
ber.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-40] 2004-04-05 19:36:40 +00:00
channel.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-58] 2004-06-10 17:55:17 +00:00
common.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-50] 2004-04-23 22:55:16 +00:00
dsskey.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-49] 2004-04-08 06:31:08 +00:00
file.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-29] 2004-03-08 17:45:44 +00:00
kex_gex.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-42] 2004-04-06 08:16:02 +00:00
kex_group1.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-42] 2004-04-06 08:16:02 +00:00
logging22.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-42] 2004-04-06 08:16:02 +00:00
message.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-42] 2004-04-06 08:16:02 +00:00
pkey.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-46] 2004-04-07 16:05:48 +00:00
primes.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-22] 2004-01-04 10:26:00 +00:00
rsakey.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-49] 2004-04-08 06:31:08 +00:00
sftp.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-51] 2004-05-17 00:43:43 +00:00
ssh_exception.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-22] 2004-01-04 10:26:00 +00:00
transport.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-54] 2004-05-29 18:56:10 +00:00
util.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-42] 2004-04-06 08:16:02 +00:00