Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
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 | |
Remove register decls and make return foo vs. return (foo) consistent. | |||
2000-07-27 | Don't show or delete IPsec flows with the route command -- this was a | Angelos D. Keromytis | |
kludge to begin with, and it's about time we get rid of it. | |||
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 | |
just plain ugly, given the possible length variances of addresses now; a better display method is needed. Also, netmasks are no longer printed for either IPv4 or IPv6 IPsec flows (they are not printed in the other protocols display either). | |||
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 | |
yet more buf oflows (provided by netbsd!) an attempt at 64 bit cleanliness -Wall |