By popular request reinstate fakeidentd's standalone mode.
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 14 Jan 2007 01:29:06 +0000 (01:29 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 14 Jan 2007 01:29:06 +0000 (01:29 -0000)
commit7a431b3715299854fb423ec00d5fafc0e2c7f07b
tree4e90c9d364485ef13c2e429ab22b9b925d50ea04
parent150f402b36197d822f8a7dd835231cd67b77e959
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).
include/libbb.h
include/usage.h
libbb/xfuncs.c
networking/Kbuild
networking/inetd.c
networking/isrv.c [new file with mode: 0644]
networking/isrv_identd.c [new file with mode: 0644]