summaryrefslogtreecommitdiff
path: root/libexec/fingerd
AgeCommit message (Collapse)Author
2009-03-14apply some __UNCONST().lukem
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
socklen_t are different signness.
2005-02-06de-__P, ANSIfy function declarations, remove obsolete "register" declarations.perry
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
MKINET6 is for providing IPv6 infrastructure. USE_INET6 is for compiling IPv6 support into the programs (needs MKINET6).
2004-03-26Apply patch from PR 24917 to correct option parse error reporting.fair
2003-11-02Some improvements from the OpenBSD version of this man page. Forwardedwiz
by jmc@openbsd.
2003-09-07Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.wiz
From jmc@openbsd.
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22284, verified by myself.
2002-09-29Remove some unneeded backslashes.wiz
2002-09-12Bump date for -8.wiz
2002-09-12Sort options.wiz
2002-09-12Replace -i with -8, which enables new 8-bit pass-through on the client.kim
2002-09-10tabifyitojun
2002-09-10Add a switch for easy enabling of single-byte 8-bit output.kim
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).
2002-07-08typo in message. PR 17528itojun
2002-05-26__STDC__ is always defined on NetBSD.wiz
2002-04-09Use __COPYRIGHT() and __RCSID() macros.thorpej
2002-01-15Sort sections.wiz
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-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
so we shouldn't override it with versions in the manpages. Many more to come.
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-04-29fix bad .Xr referencesfair
1998-02-03change <strings.h> to <string.h> to fix compiler warningperry
1997-10-20- Fix .Nm usage.enami
- Refer finger by .Xr instead of .Nm.
1997-10-08merge lite-2 rcsidsmrg
1997-10-08merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.mrg
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
1997-01-08PR 3089: fingerd.8 could be misleading.cjs
Patch from Klaus Klein <kleink@layla.inka.de>, with a few minor mods by cjs.
1996-08-10Replace our fingerd with one from OpenBSD, which fixes some security holesexplorer
and adds new features.
1994-12-22specify man pages the new way.cgd
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd