1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-03 18:17:49 +01:00
tgseclib/phpseclib/Net
terrafrost 96eb1f3797 SSH2: simplify _send_channel_packet
the last _send_channel_packet was unnecessarily complex. this lead
to a number of problems. for example,

the window size was checked for adjustments in two places. in the
second place it receives a window adjustment packet and just assumes
that the window adjustment packet was big enough for the rest of the
data.

(thanks, pixall!)
2014-12-05 22:01:39 -06:00
..
SFTP Use get_called_class() if available. 2014-06-27 00:35:19 +02:00
SCP.php Merge pull request #527 from DavidAnderson684/patch-2 2014-12-04 20:00:41 +01:00
SFTP.php SFTP: Use hexdec() and bin2hex() for filesize calculation. 2014-10-19 21:07:12 +02:00
SSH1.php Adjust documentation to coding guidelines: No () around include. 2014-06-01 23:28:49 +02:00
SSH2.php SSH2: simplify _send_channel_packet 2014-12-05 22:01:39 -06:00