summaryrefslogtreecommitdiff
path: root/libexec/fingerd
AgeCommit message (Collapse)Author
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-25KNFTheo de Raadt
2000-09-08Some miscellaneous man page repairs.Aaron Campbell
2000-08-18check error result from getnameinfo.Jun-ichiro itojun Hagino
2000-08-02update other obsoleted rfcsNiels Provos
2000-07-07Change fingerd back to using fgets(3), not fgetln(3). Using fgetln(3)Todd C. Miller
was a mistake since it allows an attacker to trivially drive up the load on a machine. Of course, this can still be done with multiple connections but there's no reason to make it easier than it needs to be. This also simplifies the logging a bit.
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
1999-11-15logging getpeername() failures is a waste of timeTheo de Raadt
1999-08-02typoPaul Janzen
1999-07-21use .Ar on later .It Fl linesTheo de Raadt
1999-07-20bad arguments? usage() should syslog()Theo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-03use getnameinfo()Theo de Raadt
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-02-24fowarding -> forwardingAaron Campbell
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