summaryrefslogtreecommitdiff
path: root/networking/isrv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* apply post 1.7.0 patches, set version to 1.7.11_7_1Denis Vlasenko2007-09-161-16/+2
|
* libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko2007-08-191-1/+1
| | | | | *: fcntl(fd, F_GETFL) doesn't require third parameter at all.
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
| | | | | *: s/include "busybox.h"/include "libbb.h"
* fixes for amd64 compilationDenis Vlasenko2007-01-201-3/+5
|
* fakeidentd: fix daemon mode (was thinking that it is inDenis Vlasenko2007-01-141-9/+22
| | | | | inetd-wait mode and dying after timeout). Minor fixes, comments are improved in places.
* By popular request reinstate fakeidentd's standalone mode.Denis Vlasenko2007-01-141-0/+337
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).