diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-04-26 07:20:47 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-04-26 07:20:47 +0000 |
commit | 08c80c177b71c21760d66db421cad69461ab6dac (patch) | |
tree | fa9fbece381defec1e511e0f468b342e0067bbbe /tests | |
parent | 782e8aed2eab36d9e1ac65ed2e4e67bf46232340 (diff) | |
download | busybox-w32-08c80c177b71c21760d66db421cad69461ab6dac.tar.gz busybox-w32-08c80c177b71c21760d66db421cad69461ab6dac.tar.bz2 busybox-w32-08c80c177b71c21760d66db421cad69461ab6dac.zip |
Forward port patch from Przemyslaw Czerpak <druzus@polbox.com>:
1. busybox-telnet dosn't inform server about the size of terminal screen.
In the world of xterminals and frame buffers it's rather horrible
to use fixed 80x24 region in upper-left corner of screen/window.
2. If client sends character 0x0d to the server then sends character 0x0a
the server eat the second byte (0x0a) - it's described in telnet RFC.
Client should send two bytes ( 0x0d + 0x0a or 0x0d + 0x00 ) insted of
one 0x0d byte.
3. busybox telnet implementation wasn't 8bit clean (look at 0xff byte).
I need it because I have to use binray transfer like rz/sz. So when
I resloved the problem (2) I corrected this one two.
This also contains a small cleanup patch from vodz, and some minor editing
by me.
git-svn-id: svn://busybox.net/trunk/busybox@4663 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions