| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fix array bounds checking. [1] | glebius | 2010-12-08 | 1 | -15/+44 |
* | Add RTM_IEEE80211 to array of route message descriptions. | glebius | 2010-12-08 | 1 | -0/+1 |
* | route(8): make WARNS=3 clean | uqs | 2010-02-27 | 1 | -148/+154 |
* | ANSIfy functions declarations, adjust prototypes. Rename local variable | charnier | 2009-08-25 | 1 | -75/+58 |
* | Extend route command: | kmacy | 2009-04-14 | 1 | -11/+20 |
* | Fix broken case where caused by last patch where | rrs | 2009-04-11 | 1 | -1/+2 |
* | Ok, looking at the solution a bit closer, the level | rrs | 2009-04-06 | 1 | -4/+4 |
* | Class based addressing went out in the early 90's. Basically | rrs | 2009-04-06 | 1 | -16/+17 |
* | Fix regression introduced in rev. 173124: | mav | 2009-01-18 | 1 | -26/+27 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -6/+0 |
* | Fix printing of sockaddr prefixes in verbose mode. | ru | 2008-04-10 | 1 | -1/+1 |
* | In route.c in newroute() there's a call to exit(0) if the command was | remko | 2008-03-22 | 1 | -1/+1 |
* | Don't mask the address in inet_makenetandmask() according to what class | mtm | 2007-11-04 | 1 | -1/+0 |
* | Fix an error in bit shifting logic for network addresses. The route | mtm | 2007-10-29 | 1 | -20/+24 |
* | Introduce "route del" as an alias to "route delete". | tobez | 2005-09-28 | 1 | -0/+1 |
* | - Understand EADDRINUSE, and forget EDQUOT. [1] | glebius | 2005-09-21 | 1 | -2/+6 |
* | - do DNS lookup for symbolic names specified for a destination | ume | 2005-05-23 | 1 | -4/+5 |
* | NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines | ume | 2005-05-13 | 1 | -6/+0 |
* | shutdown(2)'s how argument as 0 is nowhere near as cool as SHUT_RD | jmallett | 2005-05-11 | 1 | -2/+2 |
* | When parsing an argument as an address in getaddr(), heed the -host option | bms | 2004-06-16 | 1 | -1/+1 |
* | Teach route(8) how to deal with root being in a prison. If prison | csjp | 2004-05-07 | 1 | -0/+4 |
* | Link state change notification of ethernet media to the routing socket. | andre | 2004-05-03 | 1 | -1/+14 |
* | For both ifconfig and route if we didn't get enough memory from the | ambrisko | 2004-04-30 | 1 | -4/+22 |
* | Replace ROUNDUP/ADVANCE with SA_SIZE | luigi | 2004-04-13 | 1 | -8/+4 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 1 | -4/+0 |
* | link-local multicast address must be converted to KAME specific | ume | 2003-12-07 | 1 | -1/+1 |
* | There is an undocument feature that ``route -vnd flush'' prints | ru | 2003-04-16 | 1 | -1/+1 |
* | Kill #ifdef NS code | peter | 2003-03-05 | 1 | -110/+0 |
* | Since route(8) itself is no longer setuid, we can get a meaningful | kbyanc | 2003-01-25 | 1 | -1/+1 |
* | Don't have -prefixlen 128 on host routes. | ume | 2002-06-08 | 1 | -8/+5 |
* | Avoid construction which results in label at end of block. | wollman | 2002-05-30 | 1 | -2/+6 |
* | Respect -q with "add" and "delete". Document who respects -q. | ru | 2002-05-25 | 1 | -30/+31 |
* | Allow prefix/prefixlen syntax for IPv6 to have consistency | ume | 2002-05-21 | 1 | -15/+22 |
* | Have RTF_HOST for /128 destionation. | ume | 2002-05-21 | 1 | -4/+9 |
* | Try to guess prefixlen for guessable cases. | ume | 2002-05-20 | 1 | -0/+33 |
* | o remove __P | imp | 2002-03-21 | 1 | -3/+3 |
* | Remove 'register' keyword. | obrien | 2002-03-20 | 1 | -30/+30 |
* | Introduce an interface announcement message for the routing | ru | 2002-01-18 | 1 | -1/+24 |
* | Bring in latest CSRG revisions to this file. | ru | 2001-10-17 | 1 | -11/+11 |
* | Synch with NetBSD and OpenBSD. | ru | 2001-08-31 | 1 | -2/+2 |
* | Handle snprintf() returning < 0 (not just -1) | brian | 2001-08-20 | 1 | -0/+4 |
* | Handle snprintf() returning -1. | brian | 2001-08-20 | 1 | -4/+6 |
* | Due to the documented bug in inet_aton(3), it wasn't possible | ru | 2001-07-11 | 1 | -2/+3 |
* | Allow route(8) to create "proxy only" published ARP entries. | ru | 2001-06-12 | 1 | -1/+10 |
* | Fixed the -iface breakage introduced with the latest KAME merge | ru | 2001-06-12 | 1 | -2/+1 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -120/+114 |
* | When changing an indirect route, kernel routing code allocates | ru | 2001-06-08 | 1 | -0/+3 |
* | Change the host/bits syntax introduced in route.c,v 1.24 to the | ru | 2001-06-08 | 1 | -6/+5 |
* | - Exit 1 if "add", "change", or "delete" operation fails. | ru | 2001-06-07 | 1 | -10/+8 |
* | Add a couple of newlines in the output from route monitor | phk | 2001-01-15 | 1 | -2/+4 |