summaryrefslogtreecommitdiff
path: root/usr.sbin/rarpd
AgeCommit message (Collapse)Author
2006-04-02use SEEK_* for lseek()Theo de Raadt
2006-01-23Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENTodd C. Miller
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
OK deraadt@
2005-09-09double word typos;Jason McIntyre
from alexey e. suslikov;
2005-04-04nlist.h not neededTheo de Raadt
2004-09-15rename local err() function to error()Theo de Raadt
2004-05-08lots of munging about; canacar ok, tested by pb, looked at by various othersTheo de Raadt
2004-05-05move static filter out of functionTheo de Raadt
2003-07-21protosTheo de Raadt
2003-07-21use more defines; andrushock@korovino.netTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-01various format string cleanups; tedu okTheo de Raadt
2003-05-15assume presense of getifaddrs(3).Jun-ichiro itojun Hagino
2002-07-20ansiTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
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-12-01Use pidfile() instead of doing the equivalent thing by hand, and sometimesMiod Vallat
forgetting to unlink the pid file at exit. ok millert@ deraadt@
2001-06-13more va_start/end fixes, ok deraadt@Markus Friedl
2000-12-17data base -> databaseTodd C. Miller
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-04-14use getifaddrs, not SIOCGIFCONF. #ifdef will be removed later.Jun-ichiro itojun Hagino
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
1999-12-03mention pid fileTodd C. Miller
1999-11-22fix a bug w/ choice_ipaddr() reply fine, but the loop goes on.Michael Shalayeff
in other words, loop variable might get null on the list end while scoring variable still has the right value, which caused NULL to get passed into rarpd_reply() in ia arg, causing coredumps deeper in. no big deal, fixed; d@ looked over.
1999-10-29Allow RARP on aliased interfacesNiklas Hallqvist
1999-08-09Fixup interface walking, and do not be upset when seeing non-ethernet ifsNiklas Hallqvist
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-05-26need string.hTheo de Raadt
1999-04-02all .Nm macros should have an argument in SYNOPSIS; also misc cleanupAaron Campbell
1999-03-11cleanupAaron Campbell
1999-02-04Use ether_ntoa() instead of doing the equivalent by handTodd C. Miller
1999-02-03Add more debugging info via -d; m4@umn.eduTodd C. Miller
1998-08-15realloc misuseTheo de Raadt
1998-07-27fix usageTheo de Raadt
1998-07-13boring stuffTheo de Raadt
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1998-07-07fd_set is not a structArtur Grabowski
1998-05-03don't lose errors from socket()David Leonard
1998-04-25logging to syslogd on -l flag; netbsdTheo de Raadt
create /var/run/rarpd.pid if running
1998-03-23cleanup for -Wall; fix routed+rarpd interaction pointed out byTheo de Raadt
Pierre.Beyssac@hsc.fr; and fix a buglet of greek origin.
1998-02-09Fix typo in syslog message.Angelos D. Keromytis
1998-02-09Close/reopen routing socket, to avoid running out of the socket's buffer space.Angelos D. Keromytis
1997-12-17do not overflow fd_setTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-09-18more SIOCGIFCONF small worldednessTheo de Raadt