Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-13 | o) start new sentence on a new line; | Mike Pechkin | |
o) wrap long lines; o) fix bogus .Xr usage; o) we don't like blank lines; o) always close .Bl tags; o) OpenBSD -> .Ox; o) don't like .Pp before .Ss; millert@ ok; | |||
2001-11-13 | make setting ipx frame type work; from Ian McWilliam <ianm@cit.uws.edu.au> | Michael Shalayeff | |
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-10-30 | strncpy() -> strlcpy(); from Jean-Francois Brousseau | Todd C. Miller | |
2001-09-15 | add mtu description, from Phil Pennock <Phil.Pennock@globnix.org> | Michael Shalayeff | |
2001-08-19 | fix buffer underrun on 1.51 | Jun-ichiro itojun Hagino | |
2001-08-18 | more careful with snprintf result code | Theo de Raadt | |
2001-07-25 | do not write into s6_addr[16] (out of bounds). | Jun-ichiro itojun Hagino | |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2001-05-07 | tunneldelete -> deletetunnel | Markus Friedl | |
2001-05-02 | implement "deletetunnel" (removes tunnel outer IP address pair) | Jun-ichiro itojun Hagino | |
rename "giftunnel" intto "tunnel", to reduce diffs with netbsd. (giftunnel is still usable for backward compat) markus and niels ok'ed. | |||
2001-03-01 | on "giftunnel" configuration, use specified address family | Jun-ichiro itojun Hagino | |
2001-02-20 | provide SIOC[SG]LIFPHYADDR, which greatly simplify userland manipulation. | Jun-ichiro itojun Hagino | |
sync with kame. old ioctls are kept but not really recommended. | |||
2001-01-18 | permit prefixlen against inet address, like: | Jun-ichiro itojun Hagino | |
# ifconfig fxp0 10.0.0.1 prefixlen 23 | |||
2000-12-30 | Remove the dstsa/srcsa/clearsa directives, the bridge will be using | Angelos D. Keromytis | |
the gif interface instead. | |||
2000-12-18 | fix nwid get/set | Michael Shalayeff | |
2000-11-10 | show pltime=0 address as "deprecated". sync with kame. | Jun-ichiro itojun Hagino | |
2000-10-17 | We use ARP for all Ethernet speeds. | Christian Weisgerber | |
Pointed out by Hans Guenter Weigand <hgw@d1906.inka.de>. ok aaron@ | |||
2000-08-03 | Fix compilation in non-INET6 case (rfunk@funknet.net) | Angelos D. Keromytis | |
2000-08-01 | remove duplicate Xr | Jakob Schlyter | |
2000-06-30 | correct address family handling in "giftunnel". | Jun-ichiro itojun Hagino | |
test with the following: # ifconfig gif0 inet giftunnel localhost localhost # ifconfig gif0 inet6 giftunnel localhost localhost | |||
2000-06-18 | routes on down interfaces are disabled | Niels Provos | |
2000-06-18 | Xr hostname.if | Niklas Hallqvist | |
2000-05-23 | doc nwid; imain@ymir.netidea.com | Theo de Raadt | |
2000-05-22 | correct gif physical address printing on non-IPv6 kernel. | Jun-ichiro itojun Hagino | |
2000-05-15 | better scoped address handling on gif physical address printing. | Jun-ichiro itojun Hagino | |
(hide kame ifidx hack) | |||
2000-04-28 | Add vlan stuff to usage() | Chris Cappuccio | |
2000-04-26 | if_vlan support | Chris Cappuccio | |
2000-04-14 | use getifaddrs, instead of SIOCGIFCONF. | Jun-ichiro itojun Hagino | |
XXX ifr/ifr6 manipulation is kind of ugly. | |||
2000-04-14 | recover "ifconfig -a" and "ifconfig -A" behavior for inet (least surprise). | Jun-ichiro itojun Hagino | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-04-11 | add 802.11's nwid command; add mtu command | Michael Shalayeff | |
2000-03-29 | gifconfig died an early death | Theo de Raadt | |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
2000-02-18 | more alignment fix for SIOCGIFCONF. | Jun-ichiro itojun Hagino | |
2000-02-18 | avoid alignment problem in 64bit arch. | Jun-ichiro itojun Hagino | |
netbsd 1.57 -> 1.58 | |||
2000-02-18 | fix unaligned struct access on alpha. | Jun-ichiro itojun Hagino | |
From: =?iso-8859-1?Q?G=F6ran_Bengtson?= <goeran@cdg.chalmers.se> | |||
2000-01-17 | insert giftunnel synopsis line, which would provide some clue how it's used ↵ | Michael Shalayeff | |
for post-gifconfig users; angelos@ ok | |||
2000-01-15 | Add "giftunnel" keyword, obsoleting gifconfig(8). | Angelos D. Keromytis | |
2000-01-15 | Order flags alphabetically. | Angelos D. Keromytis | |
2000-01-15 | Update. | Angelos D. Keromytis | |
2000-01-10 | Xr gifconfig | Theo de Raadt | |
2000-01-09 | Use getaddrinfo() in srcsa/dstsa/clearsa. | Angelos D. Keromytis | |
1999-12-30 | enable KAME scopeid hack (print link-local addresses with scope identifier | Jun-ichiro itojun Hagino | |
like "fe80::1@de0"). | |||
1999-12-27 | Better document clearsa behaviour. | Angelos D. Keromytis | |
1999-12-27 | Handle srcsa/clearsa, and rename setsa to dstsa. | Angelos D. Keromytis | |
1999-12-27 | Document setsa flag. | Angelos D. Keromytis | |
1999-12-27 | Implement setsa keyword for enc interface TDB binding. | Angelos D. Keromytis | |
1999-12-20 | remove temporary workaround for library dependency problem. | Jun-ichiro itojun Hagino | |
(this was just for kame repository) |