summaryrefslogtreecommitdiff
path: root/libexec/fingerd
AgeCommit message (Collapse)Author
1997-11-21Remove LOG_CONS from openlog() call so every darned finger connect messagegene
doesn't go to console. Change discussed and checked with millert.
1997-11-171) use fgetln for arbitrary sized linesTodd C. Miller
2) do puts("foo\r") not puts("foo\r\n") as puts adds a \n itself 3) log the command given when -l is specified, replacing \r, \n, NULL with ' ' 4) with -l, log possible probes (ie: EOF) that were previously ignored
1997-08-16<string.h> not <strings.h>Todd C. Miller
1997-08-16OpenBSD tags and document assumption about finger(1) arg parsing.Todd C. Miller
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-23tabifykstailey
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-13talk about inetd; kleink@layla.inka.deTheo de Raadt
1996-12-08Add -M.Jason Downs
1996-07-16Updated to 4.4BSD fingerd + Theo's @@@@ optimization and someTodd C. Miller
added options to further restrict the info given out.
1996-06-24add -s flag; if specified in inetd, does not allow forwarding @ requestsTheo de Raadt
1996-05-30optimize something like "finger @@@@@@@@@@@@@cvs@@@@@@cvs@@@@@@cvs' to hitTheo de Raadt
fewer hosts. Basically, chew @ signs when possible.
1995-10-18initial import of NetBSD treeTheo de Raadt