summaryrefslogtreecommitdiffstats
path: root/usr.bin/rusers
AgeCommit message (Expand)AuthorFilesLines
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno1-2/+3
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-4/+4
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.millert1-2/+2
2017-01-21The POSIX APIs that that sockaddrs all ignore the s*_len field in theguenther1-5/+4
2016-08-05Switch from select(2) to poll(2); ok millert@jca1-17/+14
2016-03-28remove unused variablechl1-2/+2
2016-03-17simplify previous; ok bentleyjmc1-2/+1
2016-03-17Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.bentley2-17/+21
2015-12-09Remove NULL-checks before free(). ok tb@mmcc1-3/+2
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt1-3/+3
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-8/+12
2014-11-26Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert1-2/+2
2014-10-08userland reallocarray audit.doug1-3/+3
2014-04-24rm rwho xrtedu1-3/+2
2013-04-03do not assume time_t and timeval.tv_sec are the same typederaadt1-2/+3
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-5/+1
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt1-5/+5
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.krw1-3/+3
2006-09-26authunix_create_default() might return NULL; spotted by tbert;otto1-3/+6
2003-08-04protosderaadt1-5/+7
2003-06-17Sync with share/misc/license.template and add missing DARPA creditmillert1-9/+12
2003-06-10mostly ansi cleanup; pval okderaadt1-4/+4
2003-06-04fix stdout line width handling; different from fix in 3289deraadt1-3/+4
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.millert1-23/+12
2003-01-11o specifying host on the command line implies the -a flagmillert1-16/+23
2002-06-02missing sockaddr inits; ok itojunderaadt1-2/+4
2001-11-07When mixing the -l and -i flags sort on each individual user'smillert2-3/+43
2001-11-06implement missing sorting optionsmillert2-143/+276
2001-11-06Must zero out timeout by hand now that it is no longer global.millert1-3/+3
2001-11-06Restore asyncronous RPC code now that I found the uninitialized variablemillert1-24/+243
2001-11-02Revert to clnt_broadcast() method until an alignment problem with themillert1-250/+24
2001-11-01Major overhaul.millert2-134/+520
2001-10-11Use RNUSERS_MAXHOSTLEN, RNUSERS_MAXUSERLEN and RNUSERS_MAXLINELENmillert1-9/+8
2001-06-18clnt leaks; tommy@ti.comderaadt1-2/+4
2001-02-17Tidy, be a bit more careful about buffers, and don't use strlen() on utmp.pjanzen1-37/+39
2001-02-05default to 8 wide for user namesderaadt1-3/+3
2001-01-31fat utmp handling; truncate to 16 chars for now, until we decide how uglyderaadt1-4/+6
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manaaron1-2/+2
2000-04-15Mostly punctuation fixes.aaron1-2/+2
2000-03-23More pedantic man page formatting insanity, lalalaaaron1-5/+7
2000-03-10Various cleanups and standardization.aaron1-7/+9
2000-03-05Finish standardizing options list introduction.aaron1-2/+2
1999-06-05- remove trailing white spaceaaron1-2/+2
1998-09-27usr.bin/ man page cleanups, n-saaron1-4/+6
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...millert1-3/+3
1997-07-08Fixed remotely triggerable buffer overflow.bitblt1-3/+5
1997-06-20Wallderaadt1-4/+5
1997-01-17r?index -> strr?chrmillert1-3/+3