|
About:
xinetd is a replacement for inetd, the internet
services daemon. Anybody can use it to start
servers that don't require privileged ports
because xinetd does not require that the services
in its configuration file be listed in
/etc/services. It can do access control on all
services based on the address of the remote host,
time of access, connection attempts, or process
limits. Access control works on all services,
whether multi-threaded or single-threaded and for
both the TCP and UDP protocols. xinetd supports
both internal access control, and the use of the
libwrap library. IPv6 with access control is also
supported. It can redirect service requests to
other machines, and has the standard built in
services, including tcpmux.
Release focus: Minor bugfixes
Changes:
Bugs in the parser were fixed. Service names can
now be used rather than port numbers. Problems in
access controls were fixed. Time service output is
now in network byte order. tcpmux was updated. A
race which occurred if only 1 wait service was
specified was fixed.
Author:
Rob Braun [contact developer]
Homepage:
http://www.xinetd.org/
Tar/GZ:
http://www.xinetd.org/xinetd-2.3.13.tar.gz
Changelog:
http://www.xinetd.org/#changes
CVS tree (cvsweb):
http://www.xinetd.org/cgi-bin/cvsweb.cgi/
Mailing list archive:
http://marc.theaimsgroup.com/?l=xinetd&r=1&w=2
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|