The Inner Net's Applications, Release 0.06
==========================================

Introduction
============

  This is a kit of (primarily, but not exclusively, network) applications.
They were written from scratch for use on our systems, and may not work well or
at all in your configuration. They are being made available in hopes that they
will be as useful to others as they are to us.

  This early release of the kit is intended primarily to make netd available.
Many more apps are coming.

  The applications in this kit are currently known to run under Linux; any
other system may or may not work. These applications currently require the
support library included in the inet6-apps distribution.

Contents
========

  This kit contains:

  fdsniff				Diagnostic tool to debug fd leaks
  fingerd				Short and sweet finger daemon
  netd					Replacement for inetd & tcp_wrappers
  ipfwdump				Save IP firewalled packets for tcpdump

Building from source
====================

  Edit the Makefile and make any adjustments you need to, then run 'make'.
Hopefully, it will build and install without any problems.

  BSD make has trouble with the Makefile. Use GNU make instead.

If you have problems
====================

  Please send bug reports to the author at <cmetz@inner.net>.

Your feedback is requested
==========================

  If you actually use inner-apps (or, if you tried to use them and had
troubles or didn't like them), please drop the author a short note at
<cmetz@inner.net>.

History
=======

0.06	Portability fixes. Bug fixes to netd.
0.05	Fixes to netd. Use NI_MAXHOST/NI_MAXSERV. Use sockaddr_union.
0.04	Made netd use multiple prefixes per internal rule so instance counters
	work the right way now. Lots of support-function changes; especially
	for generic server daemons (the kind spawned by netd).
0.03	Fixed a stupid bug in ipfwdump. Make netd act like a "real" daemon.
	Added umask option to netd.
0.02	Minor bug fixes. Added multiple-plan support to fingerd. Added
	ipfwdump.
0.01	Fixed a bug in netd that made telnetd's hang on exit.
0.00	Initial test release.
