| Age | Commit message (Collapse) | Author |
|
|
|
|
|
socklen_t are different signness.
|
|
|
|
MKINET6 is for providing IPv6 infrastructure.
USE_INET6 is for compiling IPv6 support into the programs (needs MKINET6).
|
|
|
|
by jmc@openbsd.
|
|
From jmc@openbsd.
|
|
Patches provided by Joel Baker in PR 22284, verified by myself.
|
|
|
|
|
|
|
|
|
|
|
|
This is somewhat of a hack, but I find it better than having
to run env(1) from inetd(8), or changing the environment for
inetd(8) itself (and thus all daemons started by it).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
>>finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd
Single daemon on tcp6 socket will be able to serve both IPv4 and
IPv6 connections, while you can run both if you wish.
|
|
so we shouldn't override it with versions in the manpages. Many more to
come.
|
|
|
|
|
|
|
|
|
|
- Refer finger by .Xr instead of .Nm.
|
|
|
|
|
|
|
|
forwarding of finger requests. also, log the text of the request if
supplied. cleanup for WARNS=1.
|
|
|
|
|
|
Patch from Klaus Klein <kleink@layla.inka.de>, with a few minor mods by cjs.
|
|
and adds new features.
|
|
|
|
|
|
|
|
|
|
|