Age | Commit message (Expand) | Author |
2006-03-31 | Be careful when accessing the external destination address, as it is not set | Hans-Joerg Hoexer |
2006-03-30 | Print the "Encap" heading only when the sadb is not empty. | Hans-Joerg Hoexer |
2006-03-30 | If an address family is specified do not print IPSec "routes". Additionally | Claudio Jeker |
2006-03-30 | Minor cleanup and start using rmx_refcnt to show the refcount instead of 0. | Claudio Jeker |
2006-03-29 | Use sysctl to get information about encap routes (aka ipsec). Now | Hans-Joerg Hoexer |
2006-03-23 | Fix pretty-print of carp link addresses by making them print like IFT_ETHER. | Ryan Thomas McBride |
2006-02-01 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek |
2005-05-27 | Experimental support for opportunitic use of jumbograms where only some hosts | Ryan Thomas McBride |
2005-03-30 | more bitrot bites the dust | Henning Brauer |
2005-03-30 | unconditionalize INET6 support, no binary change | Henning Brauer |
2005-02-18 | ansi, knf, and other style nits; ok henning | Jared Yanovich |
2004-11-17 | remove NI_WITHSCOPEID (which is not standard) | Jun-ichiro itojun Hagino |
2004-10-14 | avoid collision of variable "err" with err() | Jared Yanovich |
2004-09-24 | kill homegrown quit(); use err()/errx() instead | Jared Yanovich |
2004-09-22 | remove -S, -src, -srcmask, and other source routing stuff. ok henning | Jared Yanovich |
2004-09-21 | print route labels in monitor mode. ok henning | Jared Yanovich |
2004-09-15 | unused functions | Theo de Raadt |
2004-07-05 | fix warning: extra tokens at end of #undef; ok henning | Peter Valchev |
2004-06-25 | remove netiso and netns code | Henning Brauer |
2004-06-16 | Fix -S flag with new show code. ok claudio@ | Cedric Berger |
2004-06-15 | Cleanup last commit here: | Todd C. Miller |
2004-06-15 | do not crash on 'route flush' | Theo de Raadt |
2004-06-12 | Make route show output similar to netstat -r output. | Claudio Jeker |
2004-06-06 | add new "-src" and "-srcmask" modifiers to make it possible to add a source | Cedric Berger |
2003-08-26 | mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parent | Jun-ichiro itojun Hagino |
2003-07-02 | missing protos | Theo de Raadt |
2003-06-26 | ansi and protos | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt |
2000-11-15 | Accept -inet/-inet6 etc. in route show command. | Angelos D. Keromytis |
2000-09-24 | If the route add/delete fails exit w/ 1 instead of 0 | Todd C. Miller |
2000-07-27 | Don't show or delete IPsec flows with the route command -- this was a | Angelos D. Keromytis |
2000-01-14 | show blackhole flag; ura@hiru.aoba.yokohama.jp | Theo de Raadt |
2000-01-10 | Handle wildcard case better. | Angelos D. Keromytis |
2000-01-10 | Change format of IPsec flows (yet again). | Angelos D. Keromytis |
2000-01-10 | Fix printing SAs. | Angelos D. Keromytis |
2000-01-09 | Transport ports are in network order. | Angelos D. Keromytis |
1999-12-20 | Add support for printing IPv6 addresses in IPsec flows. Formatting is | Angelos D. Keromytis |
1999-12-08 | ipv6 support from KAME (needs no libc upgrade). regen keywords.[ch]. | Jun-ichiro itojun Hagino |
1999-09-22 | routing interface sends aligned to long word boundaries; itojun | Theo de Raadt |
1999-02-24 | Grok PF_KEY. | Angelos D. Keromytis |
1998-09-21 | bad sysctl(), malloc(0), and memory leaks fixes | Theo de Raadt |
1998-07-09 | indent | Theo de Raadt |
1997-12-08 | start at appletalk... | Theo de Raadt |
1997-10-02 | Sync "route show" with "netstat -rn". | Angelos D. Keromytis |
1997-08-26 | $OpenBSD$ | Niklas Hallqvist |
1997-06-24 | Fix "route show" on alpha. Some parts from Theo. | Todd C. Miller |
1996-12-14 | merge netbsd changes for show command | Theo de Raadt |