summaryrefslogtreecommitdiff
path: root/usr.sbin/route6d
AgeCommit message (Expand)Author
2006-02-06typos from alexey dobriyan;Jason McIntyre
2005-05-26remove RTM_OLDADD/_OLDDEL traces (that lead to an "unspported" message anyway)Henning Brauer
2004-08-01ansi cleanup; khalek@linuxgamers.netTheo de Raadt
2003-10-31need_trigger/idx should be u_int, not ssize_t. millertJun-ichiro itojun Hagino
2003-10-31insufficient length check (possible remote DoS). kame PR 507.Jun-ichiro itojun Hagino
2003-08-22Don't age non-gateway host routes. NetBSD PR bin/22568 from Andrew WhiteJun-ichiro itojun Hagino
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-06-28() to (void)Theo de Raadt
2003-04-22port numbers are unsigned. use %u. from kameJun-ichiro itojun Hagino
2003-04-15avoid hardcoding 12; use NI_MAXSERV. deraadt okJun-ichiro itojun Hagino
2003-04-14%d is 12 chars big, not 10; ok deraadtPeter Valchev
2003-02-11typos;Jason McIntyre
2002-10-26use poll(2). sync w/kame originally from netbsdJun-ichiro itojun Hagino
2002-10-26use strtoul, not atoi. some error handling sync w/kame.Jun-ichiro itojun Hagino
2002-08-21suppress dump output on -q. sync w/kameJun-ichiro itojun Hagino
2002-06-09strchr() instead of index()Theo de Raadt
2002-06-07avoid fd_set overrun. sync w/kameJun-ichiro itojun Hagino
2002-06-02grammar. from netbsd via kameJun-ichiro itojun Hagino
2002-05-29rtm_seq is an int. from deraadtJun-ichiro itojun Hagino
2002-05-22more strcpy/sprintf death; mpech okTheo de Raadt
2002-02-25do not age address on loopback interface. sync w/kameJun-ichiro itojun Hagino
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 o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-11call daemon(3) prior to socket setups to avoid file descriptor close mistakes.Jun-ichiro itojun Hagino
2001-12-01Use pidfile() instead of doing the equivalent thing by hand, and sometimesMiod Vallat
2001-11-17remove unused signal handler variableTheo de Raadt
2001-09-05sync with the latest kame route6d.Jun-ichiro itojun Hagino
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-06-13need va_start/end pair every time we call vfprintf(). via markusJun-ichiro itojun Hagino
2001-03-09exit(-#) is wrongTheo de Raadt
2001-03-08correct delroute() against host routes. clarify ROUTE6D p2p advert behaviorJun-ichiro itojun Hagino
2001-02-07bring in latest kame code.Jun-ichiro itojun Hagino
2001-01-12make signo a volatile variable. sync with kameJun-ichiro itojun Hagino
2001-01-12make signal handler very short, to avoid possibility of race conditions.Jun-ichiro itojun Hagino
2000-11-10do not advertise dynamic/cloned routesJun-ichiro itojun Hagino
2000-10-10cast size_t to u_long on printing, be friendly with alpha. sync with kameJun-ichiro itojun Hagino
2000-10-06printf string format audit. from: sommerfeld@netbsd.orgJun-ichiro itojun Hagino
2000-08-13unbroken -A (workaround). repair LP64 problem. (sync with kame)Jun-ichiro itojun Hagino
2000-07-15sync with latest kame.Jun-ichiro itojun Hagino
2000-05-18don't overload rtm_flags with route6d-local flags. sync with latest kame.Jun-ichiro itojun Hagino
2000-05-16correct p2p interface address handling.Jun-ichiro itojun Hagino
2000-04-11ignore routing messages for interfaces that route6d does not care.Jun-ichiro itojun Hagino
2000-03-04Try to standardize the options list introduction; it should read "The optionsAaron Campbell
2000-02-25use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issue.Jun-ichiro itojun Hagino
2000-01-02avoid "buf = realloc(buf, n)" (actually no harm).Jun-ichiro itojun Hagino
1999-12-16move dump file to /var/run, not /var/tmp.Jun-ichiro itojun Hagino
1999-12-12route6d now works fine (because of udp socket advanced API fix)Jun-ichiro itojun Hagino
1999-12-11it looks that route6d is not working right, because ofJun-ichiro itojun Hagino