| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r311572, r311895, r311928, r311985, r312395, r312417 | asomers | 2017-02-28 | 1 | -0/+2 |
* | MFC r311711,r311712,r311713: | ngie | 2017-01-13 | 1 | -53/+49 |
* | Use strlcpy() instead of strncpy() when copying ifname to ensure | truckman | 2016-05-15 | 1 | -1/+1 |
* | route6d(8): Fix potential double-free | cem | 2016-05-11 | 1 | -1/+3 |
* | Stop including if_var.h from userland. | glebius | 2015-04-06 | 1 | -1/+0 |
* | Recover sin6_scope_id of gateway addresses in riprecv() by using the if_index | hrs | 2014-08-20 | 1 | -0/+2 |
* | Remove unneeded fake _KERNEL definition. | glebius | 2014-03-23 | 1 | -2/+0 |
* | Garbage collect long time obsoleted (or never used) stuff from routing API. | glebius | 2014-03-15 | 1 | -21/+0 |
* | Axe IFF_SMART. Fortunately this layering violating flag was never used, | glebius | 2013-11-05 | 1 | -3/+0 |
* | - Increase the number of retry for NET_RT_DUMP from 5 to 15. | hrs | 2012-11-18 | 1 | -7/+96 |
* | Overhaul of route6d(8): | hrs | 2012-11-18 | 1 | -445/+392 |
* | Use sin6_scope_id instead of KAME-specific embedded scope id. | hrs | 2012-11-18 | 1 | -27/+8 |
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 1 | -1/+1 |
* | In usr.sbin/route6d/route6d.c, use the correct printf length modifier | dim | 2011-12-18 | 1 | -1/+1 |
* | 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 |