hush/networking
Eric Andersen 0e28e1fa05 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.
2002-04-26 07:20:47 +00:00
..
config.in Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com> 2001-10-31 11:00:46 +00:00
hostname.c Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>: 2001-10-31 09:59:57 +00:00
ifconfig.c Latest patch from vodz: 2001-11-10 11:22:46 +00:00
Makefile Completely rework the config system so that it no longer annoys me to work on 2002-04-12 12:05:57 +00:00
Makefile.in Completely rework the config system so that it no longer annoys me to work on 2002-04-12 12:05:57 +00:00
nc.c Add xgethostbyname and herror_msg* functions. 2001-05-16 15:40:51 +00:00
netstat.c Latest patch from vodz: 2001-11-10 11:22:46 +00:00
nslookup.c Latest patch from vodz: 2001-11-10 11:22:46 +00:00
ping.c Doh! I broke ping when removing the nested function. 2002-03-21 14:04:43 +00:00
route.c Latest patch from vodz: 2001-11-10 11:22:46 +00:00
telnet.c Forward port patch from Przemyslaw Czerpak <druzus@polbox.com>: 2002-04-26 07:20:47 +00:00
tftp.c Patch from Ben Low <ben@titr.uow.edu.au> to allow tftp to work 2002-04-15 07:40:27 +00:00
traceroute.c Latest patch from vodz: 2001-11-10 11:22:46 +00:00
wget.c * networking/wget.c (wget_main): Check return value of safe_fwrite. 2002-04-17 15:33:24 +00:00