aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rwhod/rwhod.c
Commit message (Expand)AuthorAgeFilesLines
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-2/+2
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Style(9) fixesEnji Cooper2017-01-091-6/+6
* Don't accidently skip every second line when calculating theDavid Malone2014-06-281-1/+0
* Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-161-1/+1
* Make process descriptors standard part of the kernel. rwhod(8) alreadyPawel Jakub Dawidek2013-11-301-1/+1
* Remove fallback to fork(2) if pdfork(2) is not available. If the parentPawel Jakub Dawidek2013-09-051-10/+6
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-4/+6
* Cast argument of is*() ctype functions to unsigned char.Pawel Jakub Dawidek2013-08-181-1/+4
* Unbreak rwhod(8):Hiroki Sato2013-08-171-1/+10
* Sandbox rwhod(8) receiver process using capability mode and CapsicumPawel Jakub Dawidek2013-07-031-2/+24
* The whole sending functionality was implemented within signal handler,Pawel Jakub Dawidek2013-07-031-133/+161
* Style cleanups.Pawel Jakub Dawidek2013-07-031-187/+199
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Check return code of setuid(), setgid(), and setgroups() in rwhod.Simon L. B. Nielsen2011-04-231-3/+12
* Port all applications in usr.sbin/ from libulog to utmpx.Ed Schouten2010-01-131-2/+1
* Let rwhod use libulog.Ed Schouten2009-12-271-62/+27
* - Avoid a memory leak if realloc(3) fails by using reallocf(3)Suleiman Souhlal2005-06-031-5/+2
* Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder2005-02-141-1/+2
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-071-4/+0
* Replace ROUNDUP/ADVANCE with SA_SIZELuigi Rizzo2004-04-131-5/+1
* de-__PPhilippe Charnier2003-07-061-7/+7
* WARNS=4, de-__P()Alfred Perlstein2002-07-111-27/+27
* I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-01-191-4/+4
* Convert time_t to/from 32 bit representations for transmission overMatthew Dillon2001-10-281-4/+6
* Ensure that received packets are at least as long as the rwho packetIan Dowse2000-12-221-4/+10
* Don't call syslog() without a format string.Kris Kennaway2000-07-121-1/+1
* Name of program and trailing \n will be added by syslog(3)Philippe Charnier1999-11-271-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Correct usage messageBrian Somers1999-06-261-2/+2
* Add the -p switch - tells rwhod to ignore POINTOPOINT interfaces.Brian Somers1999-06-161-2/+5
* Implement the -l commandline option which turns off broadcast ofSteve Price1999-01-111-4/+9
* Add an option for insecure mode, in which rwhod does not discard packetsDag-Erling Smørgrav1998-12-171-3/+6
* Use err(3). Add usage.Philippe Charnier1997-10-131-19/+24
* Fix minor buffer problems:Warner Losh1996-11-011-2/+3
* When looking for "group daemon" (since that's what's in mtree), make surePeter Wemm1996-09-071-4/+7
* Run as daemon.daemon, not nobody.daemonPaul Traina1996-08-261-1/+1
* Fix buffer overrun, and run as nobodyPaul Traina1996-08-251-9/+49
* Here are patches to add full multicast support to rwhod, and an updated manJordan K. Hubbard1995-08-171-14/+154
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-261-0/+539