Keresztfalvi Gabor <[EMAIL PROTECTED]> writes:

> I still have the problem of the $subject.

There were two bugs involved.

When sending data packets, lsh and lshd tried to read SSH_MAX_PACKET
bytes and wrap up in a packet. As there are also a few bytes of
overhead, this resulted in too large packets being sent.

Secondly, the length checking of incoming packets was a little too
strict. Compressed packets are allowed to be a little larger than the
uncompressed ones, because packets somtimes grow a little when
compressed. However, the code to unpad packets (which processes
packets before they are inflated) did not allow this.

I have fixed these two bugs, and it seems to work. I tried logging in
(without pty), and executing

  zcat m4-1.4.tar.gz

which worked fine.

You can get lsh-0.2.9 at the usual places. This is another 0.9
candidate; there are no bugs in it that I know of.

Regards,
/Niels

Reply via email to