summaryrefslogtreecommitdiff
path: root/usr.bin/rusers
AgeCommit message (Expand)Author
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2017-01-21The POSIX APIs that that sockaddrs all ignore the s*_len field in thePhilip Guenther
2016-08-05Switch from select(2) to poll(2); ok millert@Jeremie Courreges-Anglas
2016-03-28remove unused variableCharles Longeau
2016-03-17simplify previous; ok bentleyJason McIntyre
2016-03-17Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.Anthony J. Bentley
2015-12-09Remove NULL-checks before free(). ok tb@mmcc
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-26Prefer setvbuf() to setlinebuf() for portability; ok deraadt@Todd C. Miller
2014-10-08userland reallocarray audit.Doug Hogan
2014-04-24rm rwho xrTed Unangst
2013-04-03do not assume time_t and timeval.tv_sec are the same typeTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2006-09-26authunix_create_default() might return NULL; spotted by tbert;Otto Moerbeek
2003-08-04protosTheo de Raadt
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-04fix stdout line width handling; different from fix in 3289Theo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-01-11o specifying host on the command line implies the -a flagTodd C. Miller
2002-06-02missing sockaddr inits; ok itojunTheo de Raadt
2001-11-07When mixing the -l and -i flags sort on each individual user'sTodd C. Miller
2001-11-06implement missing sorting optionsTodd C. Miller
2001-11-06Must zero out timeout by hand now that it is no longer global.Todd C. Miller
2001-11-06Restore asyncronous RPC code now that I found the uninitialized variableTodd C. Miller
2001-11-02Revert to clnt_broadcast() method until an alignment problem with theTodd C. Miller
2001-11-01Major overhaul.Todd C. Miller
2001-10-11Use RNUSERS_MAXHOSTLEN, RNUSERS_MAXUSERLEN and RNUSERS_MAXLINELENTodd C. Miller
2001-06-18clnt leaks; tommy@ti.comTheo de Raadt
2001-02-17Tidy, be a bit more careful about buffers, and don't use strlen() on utmp.Paul Janzen
2001-02-05default to 8 wide for user namesTheo de Raadt
2001-01-31fat utmp handling; truncate to 16 chars for now, until we decide how uglyTheo de Raadt
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...Todd C. Miller
1997-07-08Fixed remotely triggerable buffer overflow.bitblt
1997-06-20WallTheo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller