summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/route.c
AgeCommit message (Expand)Author
2004-01-13Fix printf formats and add missing include.Otto Moerbeek
2003-10-07missing free(). Andrey Matveev via deraadt@. ok deraadt@Ted Unangst
2003-10-04oopsTheo de Raadt
2003-10-04tweaks from andrushock@korovino.netTheo de Raadt
2003-10-03deal with KAME embedded scope-id for PF_KEY (Encap) route dump. deraadt okJun-ichiro itojun Hagino
2003-08-27RNF_IGNORE can corrupt the radix tree when an interface is down, itHenric Jungheim
2003-08-26mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parentJun-ichiro itojun Hagino
2003-06-26more proto fixesTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-14use __KAME__ to determine kame-based kernel.Jun-ichiro itojun Hagino
2003-02-12Remove commons; inspired by netbsd.Jason Wright
2003-02-01ansiTheo de Raadt
2002-09-23correctly dump radix_node; henric@attbi.comTheo de Raadt
2002-09-19Don't print garbage when getnameinfo fails. henning@ ok.Hakan Olsson
2002-07-25handle < 0 and such betterTheo de Raadt
2002-05-27a night of cleanup, so i can read this easierTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-17evil, annoying spaces and tabsMichael Shalayeff
2001-11-19kill more registersMike Pechkin
2001-10-09Don't assume that the RTF_HOST flag implies that a netmask is available.brian
2001-08-18Handle snprintf returning -1brian
2001-06-25Show a "3" in -r output if RTF_PROTO3 is set; ok itojun@ and millert@Niklas Hallqvist
2000-12-11show when pmtu is disabled on routes, more information when verbose,Niels Provos
2000-09-19Display SPD entries.Angelos D. Keromytis
2000-05-18check getnameinfo error proprely. this can be visited on printingJun-ichiro itojun Hagino
2000-05-18allow mask == NULL in netname6.Jun-ichiro itojun Hagino
2000-02-05fix -in printing on IPv6 (network portion was not masked properly).Jun-ichiro itojun Hagino
2000-01-14show blackhole flag; ura@hiru.aoba.yokohama.jpTheo de Raadt
2000-01-09Transport protocol ports are in network order.Angelos D. Keromytis
1999-12-20Oops, forgot ports/protocol numbers.Angelos D. Keromytis
1999-12-20Correctly print IPv6 addresses in IPsec flows.Angelos D. Keromytis
1999-12-08add IPv6 support from KAME. cleanup type matches with printf() format.Jun-ichiro itojun Hagino
1999-09-22routing interface sends aligned to long word boundaries; itojunTheo de Raadt
1999-06-26Use a.b.c.d/nn syntax for encap route output.Hakan Olsson
1999-03-15print subnets containing 0 octets correctly; peterTheo de Raadt
1999-02-24Grok protocol/address family PF_KEY.Angelos D. Keromytis
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-05-18you want MAXHOSTNAMELEN, not MAXHOSTNAMELEN+1Theo de Raadt
1998-02-27oflow paranoiaTheo de Raadt
1998-02-26strncpy sanitizationTheo de Raadt
1998-02-26* netstat -r [-n] now prints netmasks for network routes (in XXX/24 format).Peter Galbavy
1997-07-28line up headers when showing route tablekstailey
1997-07-25make CIA fitMichael Shalayeff
1997-07-23Add AppleTalk support. TODO: route.c does not handle netranges.denny
1997-07-14Adjusted the spaces a bit.Angelos D. Keromytis
1997-07-13Show the new field in the encap sockaddrs.Angelos D. Keromytis
1997-06-29Use correct spacing on both 32bit and 64bit machines.Todd C. Miller
1997-06-29Make fields line up nicely for 64-bit addresses. Should probably #ifTodd C. Miller
1997-06-29Mostly clean -Wall + 64bit issues.Todd C. Miller
1997-06-29leave out some fields for ipsp not any longer used in new encapNiels Provos