hush/networking
Glenn L McGrath b65422cf65 last_patch_109 from Vladimir N. Oleynik
Busybox`s httpd have the defect (from born):
ip 1.2.3.1 have true comparing also with
1.2.3.10-1.2.3.19 and 1.2.3.100-1.2.3.199.
Last patch removed this bug and added feature:
allow/deny rule can support network/netmask
example: 1.2.3.0/255.255.255.128
  or
network/mask_bits
example: 1.2.3.0/25
now; old format
1
1.2
1.2.3
1.2.3.4
too support and converted to
1/8 1.2/16 1.2.3/24 1.2.3.4/32
automaticaly.

Also, current CVS have small problem: ignores
A:IP, (loses 'A', 'a' only work). Corrected.
2003-09-08 10:59:27 +00:00
..
libiproute "This function was not updating the argc and argv pointers to reflect 2003-08-29 10:58:46 +00:00
udhcp Allow one to detect and handle the case where no lease could be obtained 2003-09-01 04:08:36 +00:00
arping.c *** empty log message *** 2003-08-28 19:54:16 +00:00
Config.in adds the ability to use and calculate network prefix specifications instead 2003-09-02 06:59:57 +00:00
ftpgetput.c use an explicit cast on some types that change size when 2003-06-20 09:22:12 +00:00
hostname.c Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
httpd.c last_patch_109 from Vladimir N. Oleynik 2003-09-08 10:59:27 +00:00
ifconfig.c Fix a silly bug I introduced yesterday 2003-06-21 09:05:49 +00:00
ifupdown.c move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one 2003-09-02 02:36:18 +00:00
inetd.c Fixup bugs in last patch 2003-07-28 09:31:28 +00:00
ip.c Major coreutils update. 2003-03-19 09:13:01 +00:00
ipaddr.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
ipcalc.c Small bug in silent option 2003-09-05 02:37:15 +00:00
iplink.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
iproute.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
iptunnel.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
Makefile Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
Makefile.in last_patch95 from vodz: 2003-07-28 07:40:39 +00:00
nameif.c Patch from Lars Kellogg-Stedman: 2003-07-05 08:00:17 +00:00
nc.c Major coreutils update. 2003-03-19 09:13:01 +00:00
netstat.c Major coreutils update. 2003-03-19 09:13:01 +00:00
nslookup.c Major coreutils update. 2003-03-19 09:13:01 +00:00
ping6.c Patch from Russell Coker: 2003-05-22 07:10:22 +00:00
ping.c Remove remaining libc5 support code 2003-07-22 08:56:55 +00:00
route.c Major coreutils update. 2003-03-19 09:13:01 +00:00
telnet.c Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
telnetd.c move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one 2003-09-02 02:36:18 +00:00
tftp.c Christian Meyer provided this patch to fix more bugs with the tftp client 2003-07-30 07:16:39 +00:00
traceroute.c Remove remaining libc5 support code 2003-07-22 08:56:55 +00:00
vconfig.c Major coreutils update. 2003-03-19 09:13:01 +00:00
wget.c Correct logic in determining size of block to download, as pointed out 2003-08-29 06:25:04 +00:00