summaryrefslogtreecommitdiff
path: root/usr.sbin/rwhod
AgeCommit message (Collapse)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2009-06-26Another daemon needing RTM_VERSION checks. Why rwhod is doing all the hardClaudio Jeker
work instead of using getifaddrs() and working on this much simpler structure is beyond my immagination. Looked over by henning@ and sthen@
2007-05-31convert to new .Dd format;Jason McIntyre
2006-01-02#include <signal.h>, not <sys/signal.h>Todd C. Miller
2004-09-16various lint. ok millertTheo de Raadt
Important bit: do not long -> int truncate...
2003-10-04move [-d] from NAME to SYNOPSIS;Jason McIntyre
2003-10-04incorrect Ar vs FlTheo de Raadt
2003-09-26realloc tuning; pvalchev okTheo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-08use err/warnMichael Shalayeff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-03-05delete bogus debug msgTheo de Raadt
2002-09-06use more socklen_t; pvalchevTheo de Raadt
2002-07-14ansiTheo de Raadt
2002-05-30minor KNFTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-17use volatile sig_atomic_t where possible; simply volatile i other placesTheo de Raadt
2001-11-14Move call to daemon() after chdir() so any error message printedTodd C. Miller
on chdir error doesn't go to /dev/null; Janjaap van Velthooven
2001-03-31Log on short packets before discard'em; millert@ ok.Federico G. Schwindt
2001-02-08put debug code in by default, and make it workTheo de Raadt
2001-01-11nearly a complete rewrite. use poll(), no more signals, no more races,Theo de Raadt
no more bullshit. someone use this? please run with it.
2000-12-23if a short rwhod packet arrived on a little endian machine, all stack memoryTheo de Raadt
from a local buffer till it runs into the signal trampoline, is long-word byte swapped, then it receives SIGSEGV. and this program has a timer signal handler, which does WAY too much, completely violating rules as to what a signal handler may do. totally sick shit.
2000-06-28in quit(), be more careful about possible nasty parameters in the futureTheo de Raadt
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-04-02all .Nm macros should have an argument in SYNOPSIS; also misc cleanupAaron Campbell
1999-03-11cleanupAaron Campbell
1998-08-16fix realloc useTheo de Raadt
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.
1998-04-30use inet_ntoaTheo de Raadt
1998-04-25service is called "who"; ru@ucb.crimea.uaTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-07-15Xr repairTheo de Raadt
1997-04-14i was not the brightest here eitherTheo de Raadt
1997-04-13check host information more carefullyTheo de Raadt
1997-03-26clean; netbsdTheo de Raadt
1997-03-26sync to rwhod.hTheo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1996-11-01gethostname correctlyTheo de Raadt
1996-11-01Revert obvious commentimp
1996-11-01Buffer oflow possible, but unlikelyimp
1996-08-16buf oflow; from dholland@hcs.harvard.eduTheo de Raadt
1996-07-08kernel is /bsd, os is OpenBSDccappuc
1995-10-18initial import of NetBSD treeTheo de Raadt