Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-25 | KNF | Theo de Raadt | |
2000-09-08 | Some miscellaneous man page repairs. | Aaron Campbell | |
2000-08-18 | check error result from getnameinfo. | Jun-ichiro itojun Hagino | |
2000-08-02 | update other obsoleted rfcs | Niels Provos | |
2000-07-07 | Change 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-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
1999-11-15 | logging getpeername() failures is a waste of time | Theo de Raadt | |
1999-08-02 | typo | Paul Janzen | |
1999-07-21 | use .Ar on later .It Fl lines | Theo de Raadt | |
1999-07-20 | bad arguments? usage() should syslog() | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron 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-03 | use getnameinfo() | Theo de Raadt | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-02-24 | fowarding -> forwarding | Aaron Campbell | |
1997-11-21 | Remove LOG_CONS from openlog() call so every darned finger connect message | gene | |
doesn't go to console. Change discussed and checked with millert. | |||
1997-11-17 | 1) use fgetln for arbitrary sized lines | Todd 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-16 | OpenBSD tags and document assumption about finger(1) arg parsing. | Todd C. Miller | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-23 | tabify | kstailey | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1997-01-13 | talk about inetd; kleink@layla.inka.de | Theo de Raadt | |
1996-12-08 | Add -M. | Jason Downs | |
1996-07-16 | Updated to 4.4BSD fingerd + Theo's @@@@ optimization and some | Todd C. Miller | |
added options to further restrict the info given out. | |||
1996-06-24 | add -s flag; if specified in inetd, does not allow forwarding @ requests | Theo de Raadt | |
1996-05-30 | optimize something like "finger @@@@@@@@@@@@@cvs@@@@@@cvs@@@@@@cvs' to hit | Theo de Raadt | |
fewer hosts. Basically, chew @ signs when possible. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |