>>>>> "DV" == Denis Voitenko <denis@stripped> writes:
DV> Tcpwrapper is only for whatever runs from inetd. You might want to
DV> check out the tcpserver and daemontools by Dan Bernstein. They are
DV> kind of a replacement for inetd and basically can turn almost any
DV> program into daemon-type thingy.
No, there is a libwrap that lets you incorporate the functionality
into your own programs. tcpd is just a hack to avoid having to
rewrite all the daemons that are called from inetd. ideally, they
would all have the functionality built into them.