summaryrefslogtreecommitdiff
path: root/usr.sbin/route6d
AgeCommit message (Expand)Author
2013-03-21create realloc() loops around sysctl for array-based mibs, in programsTheo de Raadt
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-06-21rfc 3542 obsoletes rfc 2292; ok guentherJason McIntyre
2011-04-23improve line breaking in SYNOPSIS now that semantics of the .Bk macroIgor Sobrado
2010-09-19more wacky macro fixing;Jason McIntyre
2010-03-046Bone is dead. Use the literal '3ffe::/16' rather than '6bone testKenneth R Westerback
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-06-26More consistent RTM_VERSION checking. A few missing one was in the wrongClaudio Jeker
2009-06-05rtm->rtm_hdrlen conversionChris Cappuccio
2009-05-13no need for _KERNEL or the rtentry; ok claudioTheo de Raadt
2008-05-07Ref to ripd instead of routed.Claudio Jeker
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-15repair msg_controllen and also an errant buf[CMSG_LEN(..)] declTheo de Raadt
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2007-11-26typos; ok jmc@Martynas Venckus
2007-05-31convert to new .Dd format;Jason McIntyre
2006-12-19no need for -DJun-ichiro itojun Hagino
2006-12-15reduce RFC2292/3542 #ifdef.Jun-ichiro itojun Hagino
2006-11-15validate response packet more carefully. kame revision 1.109->1.111Jun-ichiro itojun Hagino
2006-08-10fixes up;Jason McIntyre
2006-06-16Don't use rmx_hopcount any longer. The kernel ignores it anyway.Claudio Jeker
2006-04-02malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaksDamien Miller
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