busybox/networking
Denis Vlasenko 7a431b3715 By popular request reinstate fakeidentd's standalone mode.
Since this is also needed for other applets like telnetd,
introduce generic driver for such things.
It even supports inetd-wait ('linger') mode, when inetd
hands out listen socket to child and waits to it to die,
instead of handing out accepted socket and continuing
listening itself (nowait mode).
Code growth ~200 bytes.
NB: our inetd doesn't support wait mode yet (or mabe it is buggy).
2007-01-14 01:29:06 +00:00
..
libiproute random small size optimizations 2007-01-12 22:10:34 +00:00
udhcp merge post-1.3.0 fixes 2006-12-26 18:17:42 +00:00
arp.c Previous "fix" wasn't good enough. 2007-01-07 22:23:38 +00:00
arping.c use xbind, xconnect where appropriate. 2006-12-23 02:48:44 +00:00
Config.in add arp applet - thanks to 2007-01-07 01:24:12 +00:00
dnsd.c next part of ipv6-ization. dnsd code is "interesting"... 2007-01-12 14:57:37 +00:00
ether-wake.c do not overflow ifr_name. maybe it was safe in some places, 2006-11-27 23:44:57 +00:00
fakeidentd.c fakeinetd: attempted ipv6-ization (and it's done) 2007-01-11 23:26:13 +00:00
ftpgetput.c next part of ipv6-ization. mostly netcat. 2007-01-12 20:59:31 +00:00
hostname.c vda, we once had a get_chomped_line_from_file or the like. Where is that nowadays? FIXME: use it here instead of the fgets() 2007-01-09 10:06:19 +00:00
httpd_index_cgi_example httpd: fix cgi-bin/index.cgi support, add example of it, 2006-11-21 00:12:09 +00:00
httpd.c next part of ipv6-ization is here: wget & httpd 2007-01-12 10:35:23 +00:00
ifconfig.c properly export externs thru *.h files 2006-12-26 17:40:33 +00:00
ifupdown.c remove casts from xmalloc() 2006-12-19 23:36:04 +00:00
inetd.c By popular request reinstate fakeidentd's standalone mode. 2007-01-14 01:29:06 +00:00
interface.c Trailing whitespace removal over entire tree 2007-01-11 17:20:00 +00:00
ip.c - add 'ip rule' support. First take.. 2006-11-21 15:36:08 +00:00
ipaddr.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
ipcalc.c style fixes 2006-12-26 10:42:51 +00:00
iplink.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
iproute.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
iprule.c - add 'ip rule' support. First take.. 2006-11-21 15:36:08 +00:00
iptunnel.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
isrv_identd.c By popular request reinstate fakeidentd's standalone mode. 2007-01-14 01:29:06 +00:00
isrv.c By popular request reinstate fakeidentd's standalone mode. 2007-01-14 01:29:06 +00:00
Kbuild By popular request reinstate fakeidentd's standalone mode. 2007-01-14 01:29:06 +00:00
nameif.c rodata cleanup. "unable to" == "cannot". -300 bytes 2006-11-18 22:04:09 +00:00
nc.c next part of ipv6-ization. mostly netcat. 2007-01-12 20:59:31 +00:00
netstat.c message string changes, mostly for consistency, also -32 bytes in .rodata 2006-10-20 13:28:22 +00:00
nslookup.c Trailing whitespace removal over entire tree 2007-01-11 17:20:00 +00:00
ping6.c Trailing whitespace removal over entire tree 2007-01-11 17:20:00 +00:00
ping.c fix verbose output; remove commented-out includes. 2007-01-11 16:51:21 +00:00
route.c stop using __u32 etc. uint32_t is there for a reason 2006-12-31 18:57:37 +00:00
telnet.c next part of ipv6-ization is here: wget & httpd 2007-01-12 10:35:23 +00:00
telnetd.c whitespace fixes (leading spaces to tab) 2007-01-13 21:06:21 +00:00
tftp.c next part of ipv6-ization. dnsd code is "interesting"... 2007-01-12 14:57:37 +00:00
traceroute.c style fixes 2006-12-26 10:42:51 +00:00
vconfig.c attempt to regularize atoi mess. 2006-10-08 12:49:22 +00:00
wget.c next part of ipv6-ization. mostly netcat. 2007-01-12 20:59:31 +00:00
zcip.c httpd: slight reduction of #ifdef forest 2006-11-21 10:15:25 +00:00