summaryrefslogtreecommitdiff
path: root/usr.sbin/rarpd/rarpd.c
AgeCommit message (Collapse)Author
2000-04-14use getifaddrs, not SIOCGIFCONF. #ifdef will be removed later.Jun-ichiro itojun Hagino
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-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-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.
1997-12-17do not overflow fd_setTheo de Raadt
1997-09-18more SIOCGIFCONF small worldednessTheo de Raadt
1997-09-17If sa_len >sizeof(struct sockaddr) limit it there. Taken from ifconfig(8),Niklas Hallqvist
Also enhance the SIOCGIFFLAGS error message with the interface name.
1997-09-12Kill extra newline in err()/warn().Todd C. Miller
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...Todd C. Miller
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-06-22MAXHOSTNAMELENTheo de Raadt
1997-03-29take a shot at 64-bit cleanTheo de Raadt
1997-02-05for -a, survive existance of non-ethernet non-pointtopoint interfaces, ↵Theo de Raadt
Jean-Luc.Richier@imag.fr
1997-01-22SIOCGIFCONF nicelyTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-08-12cleanup protos and suchTheo de Raadt
1996-06-25only open one bpf per interface; netbsd pr#2106; codewarrior@daemon.orgTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1995-11-15rarpd can once again set arp entries on the local host; from freebsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt