summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rwhod/rwhod.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r311709:ngie2017-01-131-6/+6
* Don't accidently skip every second line when calculating thedwmalone2014-06-281-1/+0
* Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-161-1/+1
* Make process descriptors standard part of the kernel. rwhod(8) alreadypjd2013-11-301-1/+1
* Remove fallback to fork(2) if pdfork(2) is not available. If the parentpjd2013-09-051-10/+6
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-4/+6
* Cast argument of is*() ctype functions to unsigned char.pjd2013-08-181-1/+4
* Unbreak rwhod(8):hrs2013-08-171-1/+10
* Sandbox rwhod(8) receiver process using capability mode and Capsicumpjd2013-07-031-2/+24
* The whole sending functionality was implemented within signal handler,pjd2013-07-031-133/+161
* Style cleanups.pjd2013-07-031-187/+199
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* Check return code of setuid(), setgid(), and setgroups() in rwhod.simon2011-04-231-3/+12
* Port all applications in usr.sbin/ from libulog to utmpx.ed2010-01-131-2/+1
* Let rwhod use libulog.ed2009-12-271-62/+27
* - Avoid a memory leak if realloc(3) fails by using reallocf(3)ssouhlal2005-06-031-5/+2
* Fix most cases where the address of an int is passed to a function expecting astefanf2005-02-141-1/+2
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-071-4/+0
* Replace ROUNDUP/ADVANCE with SA_SIZEluigi2004-04-131-5/+1
* de-__Pcharnier2003-07-061-7/+7
* WARNS=4, de-__P()alfred2002-07-111-27/+27
* I've been meaning to do this for a while. Add an underscore to thedillon2002-01-191-4/+4
* Convert time_t to/from 32 bit representations for transmission overdillon2001-10-281-4/+6
* Ensure that received packets are at least as long as the rwho packetiedowse2000-12-221-4/+10
* Don't call syslog() without a format string.kris2000-07-121-1/+1
* Name of program and trailing \n will be added by syslog(3)charnier1999-11-271-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Correct usage messagebrian1999-06-261-2/+2
* Add the -p switch - tells rwhod to ignore POINTOPOINT interfaces.brian1999-06-161-2/+5
* Implement the -l commandline option which turns off broadcast ofsteve1999-01-111-4/+9
* Add an option for insecure mode, in which rwhod does not discard packetsdes1998-12-171-3/+6
* Use err(3). Add usage.charnier1997-10-131-19/+24
* Fix minor buffer problems:imp1996-11-011-2/+3
* When looking for "group daemon" (since that's what's in mtree), make surepeter1996-09-071-4/+7
* Run as daemon.daemon, not nobody.daemonpst1996-08-261-1/+1
* Fix buffer overrun, and run as nobodypst1996-08-251-9/+49
* Here are patches to add full multicast support to rwhod, and an updated manjkh1995-08-171-14/+154
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+539
OpenPOWER on IntegriCloud