--- wikisrc/projects/project/inetd-enhancements.mdwn 2011/11/06 14:48:47 1.2 +++ wikisrc/projects/project/inetd-enhancements.mdwn 2015/02/16 07:05:15 1.3 @@ -19,7 +19,15 @@ The following features should be added t - Prefork: Support pre-forking multiple children and keeping them alive for multiple invocations. - Per service configuration file: Add a per-service configuration file similar to xinetd. -- Ability for non privileged users to add/remove/change their own services using a separate utility. +- Make the rate-limiting feature configurable on a per-service basis. +- Improve the logging and make logging modes configurable on a per-service basis. +- Integrate with the new blacklist daemon. + +Perhaps also some of the following: + +- Add include directives to the configuration language to allow service definitions to be installed in /usr/share or /usr/pkg/share. +- Add a separate way to turn services on and off, so they can be defined statically (such as in /usr/share) and turned on and off from /etc. +- Allow non-privileged users to add/remove/change their own services using a separate utility. """ ]]