summaryrefslogtreecommitdiffstats
path: root/usr.bin/rusers (follow)
Commit message (Expand)AuthorAgeFilesLines
* getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno2020-12-291-2/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-4/+4
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
* The POSIX APIs that that sockaddrs all ignore the s*_len field in theguenther2017-01-211-5/+4
* Switch from select(2) to poll(2); ok millert@jca2016-08-051-17/+14
* remove unused variablechl2016-03-281-2/+2
* simplify previous; ok bentleyjmc2016-03-171-2/+1
* Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.bentley2016-03-172-17/+21
* Remove NULL-checks before free(). ok tb@mmcc2015-12-091-3/+2
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-201-3/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-8/+12
* Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert2014-11-261-2/+2
* userland reallocarray audit.doug2014-10-081-3/+3
* rm rwho xrtedu2014-04-241-3/+2
* do not assume time_t and timeval.tv_sec are the same typederaadt2013-04-031-2/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-5/+5
* convert to new .Dd format;jmc2007-05-311-2/+2
* "interupt" -> "interrupt" in various comments. Mostly from Diego Casati.krw2007-05-251-3/+3
* authunix_create_default() might return NULL; spotted by tbert;otto2006-09-261-3/+6
* protosderaadt2003-08-041-5/+7
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+12
* mostly ansi cleanup; pval okderaadt2003-06-101-4/+4
* fix stdout line width handling; different from fix in 3289deraadt2003-06-041-3/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-6/+2
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-23/+12
* o specifying host on the command line implies the -a flagmillert2003-01-111-16/+23
* missing sockaddr inits; ok itojunderaadt2002-06-021-2/+4
* When mixing the -l and -i flags sort on each individual user'smillert2001-11-072-3/+43
* implement missing sorting optionsmillert2001-11-062-143/+276
* Must zero out timeout by hand now that it is no longer global.millert2001-11-061-3/+3
* Restore asyncronous RPC code now that I found the uninitialized variablemillert2001-11-061-24/+243
* Revert to clnt_broadcast() method until an alignment problem with themillert2001-11-021-250/+24
* Major overhaul.millert2001-11-012-135/+521
* Use RNUSERS_MAXHOSTLEN, RNUSERS_MAXUSERLEN and RNUSERS_MAXLINELENmillert2001-10-111-9/+8
* clnt leaks; tommy@ti.comderaadt2001-06-181-2/+4
* Tidy, be a bit more careful about buffers, and don't use strlen() on utmp.pjanzen2001-02-171-37/+39
* default to 8 wide for user namesderaadt2001-02-051-3/+3
* fat utmp handling; truncate to 16 chars for now, until we decide how uglyderaadt2001-01-311-4/+6
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* Mostly punctuation fixes.aaron2000-04-151-2/+2
* More pedantic man page formatting insanity, lalalaaaron2000-03-231-5/+7
* Various cleanups and standardization.aaron2000-03-101-7/+9
* Finish standardizing options list introduction.aaron2000-03-051-2/+2
* - remove trailing white spaceaaron1999-06-051-2/+2
* usr.bin/ man page cleanups, n-saaron1998-09-271-4/+6
* #include <string.h> not <strings.h> -- Yes, I'm a weanie...millert1997-08-181-3/+3
* Fixed remotely triggerable buffer overflow.bitblt1997-07-081-3/+5
* Wallderaadt1997-06-201-4/+5
* r?index -> strr?chrmillert1997-01-171-3/+3