aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rwhod
Commit message (Collapse)AuthorAgeFilesLines
* Implement the -l commandline option which turns off broadcast ofSteve Price1999-01-112-5/+24
| | | | | | | | | | information, but still allows you to monitor other machines. PR: 9301 Submitted by: Matthew Fuller <fullermd@futuresouth.com> Notes: svn path=/head/; revision=42508
* Add an option for insecure mode, in which rwhod does not discard packetsDag-Erling Smørgrav1998-12-172-4/+16
| | | | | | | from incorrect source ports. Notes: svn path=/head/; revision=41895
* There is no "rwho" service, it's "who"Dag-Erling Smørgrav1998-04-231-1/+1
| | | | | | | | PR: bin/6396 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua> Notes: svn path=/head/; revision=35408
* Use err(3). Add usage.Philippe Charnier1997-10-132-29/+49
| | | | | | | | | Use syslog instead of fprintf when being a daemon. Change sprintf to snprintf obtained from OpenBSD. Obtained from: OpenBSD Notes: svn path=/head/; revision=30380
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
| | | | Notes: svn path=/head/; revision=21880
* Fix minor buffer problems:Warner Losh1996-11-011-2/+3
| | | | | | | | | | | Off by one in verify allowed one to march one byte off the end of wd.wd_hostname if wd.wd_hostname had no NUL characters in it. strncpy of myname into mywd used the source buffer's length, rather than the dest. Notes: svn path=/head/; revision=19303
* When looking for "group daemon" (since that's what's in mtree), make surePeter Wemm1996-09-071-4/+7
| | | | | | | | | | | | | we actually look for the *group* and not the user's gid. user daemon has traditionally been group 31 (guest). Also clear out the groups vector so that it doesn't inherit the groups of the invoking user (ever run rwhod by hand before?) Unfortunately, we can't empty the supplemental groups list because the !&@^#! egid is stored in there! :-( Notes: svn path=/head/; revision=18092
* Run as daemon.daemon, not nobody.daemonPaul Traina1996-08-261-1/+1
| | | | Notes: svn path=/head/; revision=17832
* Fix buffer overrun, and run as nobodyPaul Traina1996-08-251-9/+49
| | | | Notes: svn path=/head/; revision=17829
* Correct some man page cross references and file location references.Mike Pritchard1996-04-071-3/+3
| | | | Notes: svn path=/head/; revision=15082
* Here are patches to add full multicast support to rwhod, and an updated manJordan K. Hubbard1995-08-172-16/+196
| | | | | | | | | page. I tried all three modes (rwhod, rwhod -m, rwhod -m 32) on a machine with 2 ethernet interfaces and they all worked. Submitted by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=10087
* Get rid of update. Make man page installation work with our schemeGarrett Wollman1994-08-051-1/+1
| | | | | | | (and rename a few in the process). Notes: svn path=/head/; revision=1863
* Converted 'vmunix' to 'kernel'.David Greenman1994-08-051-1/+1
| | | | Notes: svn path=/head/; revision=1856
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-263-0/+691
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553