summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/route.c
AgeCommit message (Expand)Author
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
1997-06-2464bit fixes similar to some in sbin/route/route.cTodd C. Miller
1997-06-18indentTheo de Raadt
1997-06-18Be a bit more verbose for AF_ENCAP "routing" entries.Angelos D. Keromytis
1997-01-25Attempt to give the entire passed address to getnetbyaddr() before startingThorsten Lockert
1997-01-17r?index -> strr?chrTodd C. Miller
1996-10-25fix a freak of misalignmentTheo de Raadt
1996-08-16ipx.Michael Shalayeff
1996-08-06no oflow in case of really bizzare routing tablesTheo de Raadt
1996-06-26rcsidTheo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt