by kjak
This is my implementation of inetd, the Internet superserver. It supports IPv4, IPv6 and UNIX domain sockets. Socket types include stream, datagram and seqpacket. It uses the general inetd.conf format for configuring. Released under the MIT license.
kjak committed revision 27 to the finetd, an Internet Superserver SVN repository, changing 9 files
kjak committed revision 26 to the finetd, an Internet Superserver SVN repository, changing 1 files
kjak committed revision 25 to the finetd, an Internet Superserver SVN repository, changing 16 files
kjak committed revision 23 to the finetd, an Internet Superserver SVN repository, changing 1 files
kjak committed revision 22 to the finetd, an Internet Superserver SVN repository, changing 13 files
kjak committed revision 21 to the finetd, an Internet Superserver SVN repository, changing 6 files
o Now if a spawned process fails to exec() the specified command, the child exits with abort() so finetd knows something is wrong. Right now I'm going to wait until a second abort before disposing of it and taking the socket off of the queue, but ...
o Now if a spawned process fails to exec() the specified command, the child exits with abort() so finetd knows something is wrong. Right now I'm going to wait until a second abort before disposing of it and taking the socket off of the queue, but ...
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use