summaryrefslogtreecommitdiff
path: root/usr.bin/finger
AgeCommit message (Collapse)Author
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2006-01-23Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENTodd C. Miller
2005-08-23use vis() consistently in field printing.Marc Espie
Replace vs() with a version that logs its memory usage, so that it can be cleaned up after each entry. okay millert@, delegated by deraadt@
2005-03-15change some silly snprintf(buf, buflen, "%s", login) calls to just useNiall O'Higgins
strlcpy(buf, login, buflen) ok otto@ henning@
2004-03-15Wall, commons, little knfTed Unangst
2003-10-17slight update for finger; sort optionsJason McIntyre
2003-07-10add missing includesDavid Krause
ok deraadt@ tedu@
2003-07-02protosTheo de Raadt
2003-06-25delete junk protosTheo de Raadt
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-03-13a few more strlcpyTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2001-07-04ugly bug that lived; santana@openbsd.org.mxTheo de Raadt
2001-01-31constrain to 8 character login prints, unless longer, for nowTheo de Raadt
2001-01-15typoTheo de Raadt
2001-01-15oopsTheo de Raadt
2001-01-10error out for strdup() failuresTheo de Raadt
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales).
2000-03-07Various cleanup.Aaron Campbell
2000-01-12Use MAXHOSTNAMELEN; millert@ okAaron Campbell
2000-01-12Better.Aaron Campbell
1999-12-22Add yet another case when user matching is disabled.Jason Downs
1999-12-11IPv6 support for finger client.Jun-ichiro itojun Hagino
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-07-04correct use of .Nm; some other formatting nitsAaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-04-20Xr fingerd(8)Aaron Campbell
1998-09-26usr.bin/ man page fixes, f-m.Aaron Campbell
1998-07-10err/warnMichael Shalayeff
1998-01-09Fix PR 379. Don't recycle the malloc'd space in vs().Todd C. Miller
1997-06-30clarify why the long typecast is thereTheo de Raadt
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-02do strvis()ing in sprint.ckstailey
1997-06-02remote is -> remote host iskstailey
1997-05-30Integrate changed from NetBSD being careful not to step on our importantkstailey
stuff (like the -M flag and things.)
1997-04-23Treat "finger@" like "finger@localhost" to act more likeTodd C. Miller
traditional finger. Noticed by Theo.
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-08Disable matching by default if a domainname is set, adding -M to reenable it.Jason Downs
1996-08-30buf oflow; found by das33@cornell.edu and us crazy calgary night owlsTheo de Raadt
1996-08-27visTheo de Raadt
1996-08-07People can be 'logged in' from non-existant devices.Jason Downs
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt