summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rusersd
AgeCommit message (Expand)AuthorFilesLines
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt2-4/+4
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther1-2/+3
2017-04-27Change len arg of getidle() from size_t to int since it is used asmillert1-2/+2
2016-09-04'pw' can't be NULL here, remove useless test.jca1-6/+4
2016-08-16fread hasn't taken a char * in about 900 yearstedu1-12/+12
2016-04-25prefer setres{u,g}id() rather than manipulating both real and effectivederaadt1-5/+3
2015-12-01rpc.rstatd(8) and rpc.rusersd(8) don't run as user nobody for quite some time.tim1-4/+4
2015-12-01Don't fall back to user nobody if _rusersd doesn't exist; "Of course!" deraadt@tim1-3/+5
2014-07-16zap trailing newlines; "go for it" deraadtokan1-2/+1
2013-11-13repair device checking, somewhat broken from around 10 years.deraadt1-29/+17
2012-12-04replace sys/param.h with sys/types.h (and sometimes add limits.h if needed)deraadt1-2/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2-10/+2
2007-05-31convert to new .Dd format;jmc1-3/+3
2004-11-04some delint, grudging ok from otto, because it is messy stuffderaadt1-16/+13
2004-09-15ARGSUSED signal handlerderaadt1-2/+3
2004-06-02IPv6 support.brad1-3/+3
2004-04-28fd leaksderaadt1-2/+6
2003-07-10add missing includesdavid1-2/+3
2003-07-06bring protos into scopederaadt1-2/+9
2003-07-05protosderaadt1-3/+3
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-7/+3
2003-01-20use LOG_NDELAY in chroot() using daemonsderaadt1-4/+4
2002-09-06use socklen_t more; henning okderaadt1-3/+4
2002-07-155 new uid/gid sets; millert okderaadt1-3/+5
2002-06-30more care with utmp strings, and lseek fixes; moritz@jodeit.orgderaadt1-40/+33
2002-06-29screw the MLINKSderaadt1-2/+1
2002-06-29document /var/empty chrootderaadt1-3/+12
2002-06-28stupid bug written in the last minutederaadt1-3/+3
2002-06-28correct uid handling; markusderaadt1-3/+3
2002-06-28go back to running these as root from inetd. however once rpc.{rusersd,rstatd}deraadt2-105/+105
2002-06-09some misc cleanupderaadt2-17/+23
2002-05-22a bunch more strcpy -> strlcpy and sprintf -> snprintfderaadt1-3/+3
2002-02-16Part 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.millert1-10/+10
2001-11-18blow away unused XIDLE signal race crapderaadt2-86/+3
2001-08-18i think this pads the buffers correctlyderaadt1-5/+11
2001-08-18strlcpy invades the treederaadt1-11/+11
2001-07-08-Wallderaadt1-6/+7
2001-01-28$OpenBSD$niklas3-3/+7
2001-01-17use _exit() in signal handlers, and flag that the pmap_unset() calls are unsafederaadt2-5/+5
1999-07-09- remove all trailing whitespaceaaron1-4/+4
1999-06-16Missed i386 -> __i386__espie1-2/+2
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1-3/+3
1998-12-16even more .Nm fixesaaron1-4/+4
1997-09-19Wallderaadt1-2/+8
1997-07-09Use syslog(3), not fprintf(3) for error messages.kstailey1-6/+6
1997-02-13Return idle time of 0, not -1 for users w/o a tty.millert1-2/+2
1996-09-22Make this work properly with corrected rnusers.xtholo2-5/+88
1995-12-16handle time_t things that really are not time_tderaadt1-4/+4
1995-10-18initial import of NetBSD treederaadt4-0/+636