hush/networking
Denys Vlasenko 0f62c4d065 udhcpd: remove five more options which do not make sense or not supported
requestip, vendorclass, clientid are client-side variables,
          they do not make sense as udhcpd opts
dhcptype  is the packet type (not interesting, it's always 5)
userclass needs parser support in order to work

function                                             old     new   delta
dhcp_options                                          68      66      -2
read_opt                                             865     859      -6
dhcp_option_strings                                  253     203     -50
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-58)             Total: -58 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-03-20 07:12:21 +01:00
..
libiproute *: fix 1/4 remaining aliasing warnings 2010-02-05 14:40:23 +01:00
udhcp udhcpd: remove five more options which do not make sense or not supported 2010-03-20 07:12:21 +01:00
arp.c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 2010-02-04 15:00:15 +01:00
arping.c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 2010-02-04 15:00:15 +01:00
brctl.c brctl: Fix comment 2010-03-17 11:23:04 +01:00
Config.in tftp: do not show progress bar if we get error right away. +13 bytes 2010-03-05 23:38:54 +01:00
dnsd.c tftp: do not show progress bar if we get error right away. +13 bytes 2010-03-05 23:38:54 +01:00
ether-wake.c *: use "can't" instead of "cannot" 2009-11-13 09:08:27 +01:00
ftpd.c typo fixes 2010-02-24 14:27:55 +01:00
ftpgetput.c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 2010-02-04 15:00:15 +01:00
hostname.c *: gethostname-related fixes 2010-02-27 19:38:19 +01:00
httpd_indexcgi.c *: make it easier to distinquish "struct tm", pointer to one, etc 2010-01-09 19:10:49 +01:00
httpd_post_upload.txt httpd_post_upload.txt example: handle binary files too 2009-11-13 09:37:50 +01:00
httpd_ssi.c httpd_ssi.c: make it a bit less broken 2009-09-13 17:38:15 +02:00
httpd.c *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR 2010-03-02 15:02:45 +01:00
ifconfig.c more thorough fix for systems with strange socklen_t 2010-02-02 12:45:38 +01:00
ifenslave.c ifenslave: fix for 2.4 kernels compile 2009-09-23 23:47:52 +02:00
ifplugd.c *: code shrink and better "died from signal" reporting from wait4pid 2010-03-18 22:44:00 +01:00
ifupdown.c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 2010-02-04 15:00:15 +01:00
inetd.c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 2010-02-04 15:00:15 +01:00
interface.c more thorough fix for systems with strange socklen_t 2010-02-02 12:45:38 +01:00
ip.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
ipcalc.c *: eliminate more aliasing warnings 2010-02-04 18:41:18 +01:00
isrv_identd.c ftpd: code chrink, fixed some minor bugs 2009-03-08 23:46:48 +00:00
isrv.c actually add bb_qsort.c 2008-03-02 12:53:15 +00:00
isrv.h *: make "pragma GCC visibility push(hidden)" less ugly 2009-04-09 12:35:13 +00:00
Kbuild ntpd: new applet by Adam Tkac. +5k. 2009-11-22 03:43:55 +01:00
nameif.c *: use "can't" instead of "cannot" 2009-11-13 09:08:27 +01:00
nc_bloaty.c nc: fix "nc -nl -p LPORT RHOST" case (was expecting remote port 0). closes bug 837 2010-01-08 16:09:45 +01:00
nc.c nc: fix nc -ll; report vfork errors; make select loop faster 2009-08-03 02:59:22 +02:00
netstat.c netstat: fix a trivial bug 2010-02-19 08:29:32 +01:00
nslookup.c nslookup: glibc + IPv6 address of DNS server don't mix (yet) 2008-11-17 15:36:36 +00:00
ntpd_simple.c ntpd: ntpd.c -> ntpd_simple.c 2010-01-01 16:45:43 +01:00
ntpd.c *: code shrink and better "died from signal" reporting from wait4pid 2010-03-18 22:44:00 +01:00
ping.c ping: do not leak data from stack; shrink 2010-03-03 01:10:29 +01:00
pscan.c *: rename ATTRIBUTE_XXX to just XXX. 2008-07-05 09:18:54 +00:00
route.c *: a few more NOINLINEs 2009-10-08 14:35:37 +02:00
slattach.c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 2010-02-04 15:00:15 +01:00
tc.c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 2010-02-04 15:00:15 +01:00
tcpudp_perhost.c svn add/svn rm to actually move tcp/udpsvd... 2008-03-17 09:17:27 +00:00
tcpudp_perhost.h *: make "pragma GCC visibility push(hidden)" less ugly 2009-04-09 12:35:13 +00:00
tcpudp.c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 2010-02-04 15:00:15 +01:00
telnet.c *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR 2010-03-02 15:02:45 +01:00
telnetd.c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 2010-02-04 15:00:15 +01:00
telnetd.ctrlSQ.patch *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
tftp.c tftp: do not show progress bar if we get error right away. +13 bytes 2010-03-05 23:38:54 +01:00
traceroute.c whitespace fixes 2010-01-25 13:39:24 +01:00
tunctl.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
vconfig.c vconfig: style fix, no code changes 2008-12-02 20:38:36 +00:00
wget.c wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set" 2010-02-11 04:23:43 +01:00
zcip.c *: code shrink and better "died from signal" reporting from wait4pid 2010-03-18 22:44:00 +01:00