summaryrefslogtreecommitdiff
path: root/usr.sbin/rwhod/rwhod.c
AgeCommit message (Collapse)Author
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
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
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-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
1995-10-18initial import of NetBSD treeTheo de Raadt