summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rusersd (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-4/+4
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-2/+3
* Change len arg of getidle() from size_t to int since it is used asmillert2017-04-271-2/+2
* 'pw' can't be NULL here, remove useless test.jca2016-09-041-6/+4
* fread hasn't taken a char * in about 900 yearstedu2016-08-161-12/+12
* prefer setres{u,g}id() rather than manipulating both real and effectivederaadt2016-04-251-5/+3
* rpc.rstatd(8) and rpc.rusersd(8) don't run as user nobody for quite some time.tim2015-12-011-4/+4
* Don't fall back to user nobody if _rusersd doesn't exist; "Of course!" deraadt@tim2015-12-011-3/+5
* zap trailing newlines; "go for it" deraadtokan2014-07-161-2/+1
* repair device checking, somewhat broken from around 10 years.deraadt2013-11-131-29/+17
* replace sys/param.h with sys/types.h (and sometimes add limits.h if needed)deraadt2012-12-041-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-10/+2
* convert to new .Dd format;jmc2007-05-311-3/+3
* some delint, grudging ok from otto, because it is messy stuffderaadt2004-11-041-16/+13
* ARGSUSED signal handlerderaadt2004-09-151-2/+3
* IPv6 support.brad2004-06-021-3/+3
* fd leaksderaadt2004-04-281-2/+6
* add missing includesdavid2003-07-101-2/+3
* bring protos into scopederaadt2003-07-061-2/+9
* protosderaadt2003-07-051-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* use LOG_NDELAY in chroot() using daemonsderaadt2003-01-201-4/+4
* use socklen_t more; henning okderaadt2002-09-061-3/+4
* 5 new uid/gid sets; millert okderaadt2002-07-151-3/+5
* more care with utmp strings, and lseek fixes; moritz@jodeit.orgderaadt2002-06-301-40/+33
* screw the MLINKSderaadt2002-06-291-2/+1
* document /var/empty chrootderaadt2002-06-291-3/+12
* stupid bug written in the last minutederaadt2002-06-281-3/+3
* correct uid handling; markusderaadt2002-06-281-3/+3
* go back to running these as root from inetd. however once rpc.{rusersd,rstatd}deraadt2002-06-282-105/+105
* some misc cleanupderaadt2002-06-092-17/+23
* a bunch more strcpy -> strlcpy and sprintf -> snprintfderaadt2002-05-221-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-10/+10
* blow away unused XIDLE signal race crapderaadt2001-11-182-86/+3
* i think this pads the buffers correctlyderaadt2001-08-181-5/+11
* strlcpy invades the treederaadt2001-08-181-11/+11
* -Wallderaadt2001-07-081-6/+7
* $OpenBSD$niklas2001-01-283-3/+7
* use _exit() in signal handlers, and flag that the pmap_unset() calls are unsafederaadt2001-01-172-5/+5
* - remove all trailing whitespaceaaron1999-07-091-4/+4
* Missed i386 -> __i386__espie1999-06-161-2/+2
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-3/+3
* even more .Nm fixesaaron1998-12-161-4/+4
* Wallderaadt1997-09-191-2/+8
* Use syslog(3), not fprintf(3) for error messages.kstailey1997-07-091-6/+6
* Return idle time of 0, not -1 for users w/o a tty.millert1997-02-131-2/+2
* Make this work properly with corrected rnusers.xtholo1996-09-222-5/+88
* handle time_t things that really are not time_tderaadt1995-12-161-4/+4
* initial import of NetBSD treederaadt1995-10-184-0/+636