Age | Commit message (Expand) | Author |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-01-23 | Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN | Todd C. Miller |
2005-08-23 | use vis() consistently in field printing. | Marc Espie |
2005-03-15 | change some silly snprintf(buf, buflen, "%s", login) calls to just use | Niall O'Higgins |
2004-03-15 | Wall, commons, little knf | Ted Unangst |
2003-10-17 | slight update for finger; sort options | Jason McIntyre |
2003-07-10 | add missing includes | David Krause |
2003-07-02 | protos | Theo de Raadt |
2003-06-25 | delete junk protos | Theo de Raadt |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-03-13 | a few more strlcpy | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt |
2001-07-04 | ugly bug that lived; santana@openbsd.org.mx | Theo de Raadt |
2001-01-31 | constrain to 8 character login prints, unless longer, for now | Theo de Raadt |
2001-01-15 | typo | Theo de Raadt |
2001-01-15 | oops | Theo de Raadt |
2001-01-10 | error out for strdup() failures | Theo de Raadt |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller |
2000-03-07 | Various cleanup. | Aaron Campbell |
2000-01-12 | Use MAXHOSTNAMELEN; millert@ ok | Aaron Campbell |
2000-01-12 | Better. | Aaron Campbell |
1999-12-22 | Add yet another case when user matching is disabled. | Jason Downs |
1999-12-11 | IPv6 support for finger client. | Jun-ichiro itojun Hagino |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller |
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman |
1999-04-20 | Xr fingerd(8) | Aaron Campbell |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell |
1998-07-10 | err/warn | Michael Shalayeff |
1998-01-09 | Fix PR 379. Don't recycle the malloc'd space in vs(). | Todd C. Miller |
1997-06-30 | clarify why the long typecast is there | Theo de Raadt |
1997-06-17 | (foo *)NULL -> NULL | kstailey |
1997-06-02 | do strvis()ing in sprint.c | kstailey |
1997-06-02 | remote is -> remote host is | kstailey |
1997-05-30 | Integrate changed from NetBSD being careful not to step on our important | kstailey |
1997-04-23 | Treat "finger@" like "finger@localhost" to act more like | Todd C. Miller |
1997-01-17 | r?index -> strr?chr | Todd C. Miller |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-12-08 | Disable matching by default if a domainname is set, adding -M to reenable it. | Jason Downs |
1996-08-30 | buf oflow; found by das33@cornell.edu and us crazy calgary night owls | Theo de Raadt |
1996-08-27 | vis | Theo de Raadt |
1996-08-07 | People can be 'logged in' from non-existant devices. | Jason Downs |
1996-06-26 | rcsid | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |