Age | Commit message (Expand) | Author |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-02-22 | disable further calls to unveil(2) | Ricardo Mestre |
2022-02-21 | unveil(2) "/dev" read-only instead of using chroot(2)/chdir(2). after calling | Ricardo Mestre |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2017-04-27 | Change len arg of getidle() from size_t to int since it is used as | Todd C. Miller |
2016-09-04 | 'pw' can't be NULL here, remove useless test. | Jeremie Courreges-Anglas |
2016-08-16 | fread hasn't taken a char * in about 900 years | Ted Unangst |
2016-04-25 | prefer setres{u,g}id() rather than manipulating both real and effective | Theo de Raadt |
2015-12-01 | rpc.rstatd(8) and rpc.rusersd(8) don't run as user nobody for quite some time. | Tim van der Molen |
2015-12-01 | Don't fall back to user nobody if _rusersd doesn't exist; "Of course!" deraadt@ | Tim van der Molen |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2013-11-13 | repair device checking, somewhat broken from around 10 years. | Theo de Raadt |
2012-12-04 | replace sys/param.h with sys/types.h (and sometimes add limits.h if needed) | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2004-11-04 | some delint, grudging ok from otto, because it is messy stuff | Theo de Raadt |
2004-09-15 | ARGSUSED signal handler | Theo de Raadt |
2004-06-02 | IPv6 support. | Brad Smith |
2004-04-28 | fd leaks | Theo de Raadt |
2003-07-10 | add missing includes | David Krause |
2003-07-06 | bring protos into scope | Theo de Raadt |
2003-07-05 | protos | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-01-20 | use LOG_NDELAY in chroot() using daemons | Theo de Raadt |
2002-09-06 | use socklen_t more; henning ok | Theo de Raadt |
2002-07-15 | 5 new uid/gid sets; millert ok | Theo de Raadt |
2002-06-30 | more care with utmp strings, and lseek fixes; moritz@jodeit.org | Theo de Raadt |
2002-06-29 | screw the MLINKS | Theo de Raadt |
2002-06-29 | document /var/empty chroot | Theo de Raadt |
2002-06-28 | stupid bug written in the last minute | Theo de Raadt |
2002-06-28 | correct uid handling; markus | Theo de Raadt |
2002-06-28 | go back to running these as root from inetd. however once rpc.{rusersd,rstatd} | Theo de Raadt |
2002-06-09 | some misc cleanup | Theo de Raadt |
2002-05-22 | a bunch more strcpy -> strlcpy and sprintf -> snprintf | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-18 | blow away unused XIDLE signal race crap | Theo de Raadt |
2001-08-18 | i think this pads the buffers correctly | Theo de Raadt |
2001-08-18 | strlcpy invades the tree | Theo de Raadt |
2001-07-08 | -Wall | Theo de Raadt |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist |
2001-01-17 | use _exit() in signal handlers, and flag that the pmap_unset() calls are unsafe | Theo de Raadt |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-06-16 | Missed i386 -> __i386__ | Marc Espie |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1998-12-16 | even more .Nm fixes | Aaron Campbell |
1997-09-19 | Wall | Theo de Raadt |
1997-07-09 | Use syslog(3), not fprintf(3) for error messages. | kstailey |
1997-02-13 | Return idle time of 0, not -1 for users w/o a tty. | Todd C. Miller |
1996-09-22 | Make this work properly with corrected rnusers.x | Thorsten Lockert |