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