summaryrefslogtreecommitdiff
path: root/usr.bin/rwho/rwho.c
AgeCommit message (Collapse)Author
2001-09-27o Add an extra byte for out_line and out_name in struct myutmp so weTodd C. Miller
can treat these as normal C strings. Fixes PR 2092 o KNF and ANSI fixes o Avoid strncpy() since well-meaning folks will try to convert to strlcpy() even when it is not sensible to do so. o Document the fact that the rwho protocol only supports up to 8 chars for a username.
2001-02-17Take prototypes from <time.h>; use errx.Paul Janzen
2001-01-31make aware of UT_NAMESIZETheo de Raadt
1998-04-26catch "rwho foo" as illegal; ru@ucb.crimea.uaTheo de Raadt
1997-06-20WallTheo de Raadt
1997-04-13vis usernames; bitblt is paranoidTheo de Raadt
1997-04-13buf oflow; bitbltTheo de Raadt
1997-03-26bail like ruptime; netbsdTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-08-30fix warningsTheo de Raadt
1996-08-30buf oflowTheo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt