Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |