| Commit message (Expand) | Author | Age | Files | Lines |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -8/+6 |
* | Cleanup of userland __P use | kevlo | 2007-11-07 | 1 | -57/+57 |
* | implemented more validation checks about incoming responses per RFC2080, and ... | suz | 2006-11-16 | 1 | -4/+78 |
* | - need_trigger/idx should be u_int, not ssize_t. | ume | 2003-11-14 | 1 | -30/+34 |
* | fixe remote panic on short packet | suz | 2003-10-31 | 1 | -0/+5 |
* | remove unused variable | sam | 2003-10-03 | 1 | -2/+0 |
* | rtm_seq is int, so seq/myseq should be int. | ume | 2003-08-18 | 1 | -2/+2 |
* | suppress outpt on dump request if -q is specified. | ume | 2003-08-18 | 1 | -0/+3 |
* | atoi -> strtoul | ume | 2003-08-18 | 1 | -2/+10 |
* | - port numbers are unsigned. use %u. | ume | 2003-08-18 | 1 | -2/+2 |
* | explicitly specify IPPROTO_UDP when calling getaddrinfo(). | ume | 2003-08-18 | 1 | -0/+2 |
* | remove a variable that is never used. | ume | 2003-08-18 | 1 | -5/+2 |
* | support poll(2). | ume | 2003-08-18 | 1 | -4/+43 |
* | - don't select with FD_SETSIZE. | ume | 2003-08-18 | 1 | -14/+25 |
* | - don't print strerror() if errno == 0 on fatal(). | ume | 2003-08-17 | 1 | -10/+26 |
* | - do not SEGV on IFF_UP. | ume | 2003-08-17 | 1 | -14/+21 |
* | do not send dump request on -N | ume | 2003-08-17 | 1 | -0/+2 |
* | macro pedant | ume | 2003-08-17 | 1 | -2/+2 |
* | minor cleanup; no need for extra variable here | ume | 2003-08-17 | 1 | -4/+2 |
* | use strchr(3). | ume | 2003-08-17 | 1 | -3/+3 |
* | daemon() has to be called prior to file descriptor setups | ume | 2003-08-17 | 1 | -15/+8 |
* | knf, typo, space. | ume | 2003-08-17 | 1 | -16/+12 |
* | set IPV6_V6ONLY. | ume | 2003-08-17 | 1 | -7/+13 |
* | - die if malloc fails. | ume | 2003-08-17 | 1 | -2/+8 |
* | use strncpy | ume | 2003-08-17 | 1 | -1/+1 |
* | "sin" is a reserved C library function name. use sin6 | ume | 2003-08-17 | 1 | -73/+73 |
* | Add missing srand() (sranddev() for FreeBSD) | ache | 2003-02-11 | 1 | -0/+5 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -354/+648 |
* | - do not check/advertise cloned routes, nor dynamic routes | ume | 2000-11-27 | 1 | -5/+21 |
* | Sync with KAME. Format string auditing and manpage cleanups. | kris | 2000-10-08 | 1 | -5/+8 |
* | fix LP64 issue in routing socket manipulation. | itojun | 2000-08-14 | 1 | -10/+23 |
* | removed 'ifndef ADVAPI' parts | ume | 2000-07-10 | 1 | -32/+4 |
* | sync with latest kame tree. more stable, p2p advert is corrected | itojun | 2000-07-05 | 1 | -123/+414 |
* | When unexpected rtmsg was received, route6d was dying. | shin | 2000-03-14 | 1 | -2/+4 |
* | remove redundant ifdef's. | shin | 2000-01-07 | 1 | -41/+0 |
* | Getaddrinfo(), getnameinfo(), and etc support in libc/net. | shin | 1999-12-28 | 1 | -0/+2913 |