summaryrefslogtreecommitdiff
path: root/libexec/fingerd/fingerd.c
AgeCommit message (Collapse)Author
1999-12-16do not touch __ss_len directly, they are not supposed to be touched.itojun
1999-09-26Need <sys/param.h> for MAXHOSTNAMELEN.kleink
1999-07-02dual-stack fingerd. Run it from inetd like:itojun
>>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.
1999-01-31do not use LOG_CONS.mrg
1998-08-29Added a "-h" option to fingerd, passed on to finger (show host, not office).kim
1998-02-03change <strings.h> to <string.h> to fix compiler warningperry
1997-10-08Compare a return value of getopt() against -1 instead of EOF.enami
1997-09-09`-s' for `secure' doesn't make much sense. just note that it disablesmrg
forwarding of finger requests. also, log the text of the request if supplied. cleanup for WARNS=1.
1997-09-09add "-g" flag: this just gets passed to finger.mrg
1997-01-20RCS ID police.thorpej
1996-08-10Replace our fingerd with one from OpenBSD, which fixes some security holesexplorer
and adds new features.
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd