Download List

Project Description

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-09-06 23:58
2.3.8

This release has complete protocol independence.
--with-inet6 is now deprecated. Support for tcpmux, an
inetd.conf parser, and DNS service registration via
Rendezvous have been added. There are more parser
and configuration checking cleanups, fixups for IPv6,
and fixes for redirected services.
Tags: Major feature enhancements

2002-08-13 06:53
2.3.7

A fix for a file descriptor leak.
Tags: Minor bugfixes

2002-08-06 01:12
2.3.6

There are many improvements to the config parser, reduced memory consumption, an RPM spec file fixes for several bugs that caused the application to segfault on startup, and fixes for some minor security issues related to address matching.
Tags: Minor security fixes

2002-05-29 16:23
2.3.5

This release fixes some problems in the configuration parser and internal services.
Tags: Minor bugfixes

2002-03-30 16:35
2.3.4

The signal handlers and timers have been rewritten. Various
portability issues have been fixed. IPv6 support has been improved.
Service config reporting has been improved. The configuration parser
has been reworked.
Tags: Major feature enhancements

Project Resources