summaryrefslogtreecommitdiff
path: root/usr.sbin/route6d
AgeCommit message (Expand)Author
2009-04-19Fix WARNS=4 issues (-Wshadow -Wsign-compare)lukem
2008-01-21#include <stdbool.h> for bool.dyoung
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-04-29fix typosmsaitoh
2006-10-07PR/18906: roskens at elfin dot net: misc. select() to poll() updates.elad
2006-05-25Add missing #endif.rpaulo
2006-05-25Beautify.rpaulo
2006-05-25Time to remove __P().rpaulo
2006-05-25Now it uses the RFC 3542 API.rpaulo
2006-05-25Coverity CID 2537: Avoid double free, and random free. how did this work?christos
2006-05-25Coverity CID 3194: Avoid NULL deref.christos
2006-05-25Coverity CID 3195: ifdef out dead code.christos
2006-02-25Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"),wiz
2003-10-31Let it compile again on sparc/sparc64.hannken
2003-10-31need_trigger/idx should be u_int. millert@openbsditojun
2003-10-30validate packet length. KAME-PR-517itojun
2003-09-19realloc pedantitojun
2003-09-07Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.wiz
2003-08-22Don't age non-gateway host routes. PR bin/22568 from Andrew Whiteitojun
2003-04-22port numbers are unsigned. use %u. from kameitojun
2003-04-15%d is not 10 chars, but 12 chars. uwse NI_MAXSERV. sync w/ kame. from openbsditojun
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-10-26use strtoul, not atoi.itojun
2002-09-27IPV6_V6ONLY setsockopt has to happen before bind(2). PR 18435itojun
2002-09-24set IPV6_V6ONLY to 1.itojun
2002-09-23null commitmycroft
2002-09-20sys/poll.h -> poll.hitojun
2002-09-20Set fd of unused pollfd entries to -1.mycroft
2002-09-20select() -> poll()mycroft
2002-08-21suppress output on dump request if -q is specified. sync w/kameitojun
2002-08-01Unifdef __STDC__, ansify.wiz
2002-06-09use strchritojun
2002-06-07avoid fd_set overrun. sync w/kameitojun
2002-06-02Wording and grammar improvements.wiz
2002-05-29strlcpy. rtm_seq is an int. use pidfile(3). sync w/kame via openbsditojun
2002-02-25do not age global address on loopback interface. sync with kameitojun
2002-01-11daemon(3) has to be called before opening file descriptors.itojun
2001-11-19__ss_{len,family} hack is no longer necessaryitojun
2001-09-24va_{start,end} audit:wiz
2001-09-05sync with the latest KAME tree.itojun
2001-06-13need va_start/end for every vfprintf(). from markus@openbsd. sync with kameitojun
2001-05-07getopt(3): EOF -> -1.kleink
2001-04-06Negative exit code cleanup: Replace exit(-x) with exit(x).wiz
2001-03-08correct delroute() against host routes. clarify ROUTE6D p2p advert behavioritojun
2001-02-07bring in latest kame code.itojun
2001-02-07setindex2ifc(): after a realloc(), zero the newly acquired entries.pk
2001-01-12make signo a volatile variable. sync with kameitojun
2001-01-12make signal handler very short, to avoid possibility of race conditions.itojun
2000-11-10do not advertise dynamic/cloned routesitojun
2000-11-07fix up various .Nm abuses:lukem