summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifconfig.c
AgeCommit message (Expand)Author
2001-10-30strncpy() -> strlcpy(); from Jean-Francois BrousseauTodd C. Miller
2001-08-19fix buffer underrun on 1.51Jun-ichiro itojun Hagino
2001-08-18more careful with snprintf result codeTheo de Raadt
2001-07-25do not write into s6_addr[16] (out of bounds).Jun-ichiro itojun Hagino
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-05-07tunneldelete -> deletetunnelMarkus Friedl
2001-05-02implement "deletetunnel" (removes tunnel outer IP address pair)Jun-ichiro itojun Hagino
2001-03-01on "giftunnel" configuration, use specified address familyJun-ichiro itojun Hagino
2001-02-20provide SIOC[SG]LIFPHYADDR, which greatly simplify userland manipulation.Jun-ichiro itojun Hagino
2001-01-18permit prefixlen against inet address, like:Jun-ichiro itojun Hagino
2000-12-30Remove the dstsa/srcsa/clearsa directives, the bridge will be usingAngelos D. Keromytis
2000-12-18fix nwid get/setMichael Shalayeff
2000-11-10show pltime=0 address as "deprecated". sync with kame.Jun-ichiro itojun Hagino
2000-08-03Fix compilation in non-INET6 case (rfunk@funknet.net)Angelos D. Keromytis
2000-06-30correct address family handling in "giftunnel".Jun-ichiro itojun Hagino
2000-05-22correct gif physical address printing on non-IPv6 kernel.Jun-ichiro itojun Hagino
2000-05-15better scoped address handling on gif physical address printing.Jun-ichiro itojun Hagino
2000-04-28Add vlan stuff to usage()Chris Cappuccio
2000-04-26if_vlan supportChris Cappuccio
2000-04-14use getifaddrs, instead of SIOCGIFCONF.Jun-ichiro itojun Hagino
2000-04-14recover "ifconfig -a" and "ifconfig -A" behavior for inet (least surprise).Jun-ichiro itojun Hagino
2000-04-11add 802.11's nwid command; add mtu commandMichael Shalayeff
2000-02-18more alignment fix for SIOCGIFCONF.Jun-ichiro itojun Hagino
2000-02-18avoid alignment problem in 64bit arch.Jun-ichiro itojun Hagino
2000-02-18fix unaligned struct access on alpha.Jun-ichiro itojun Hagino
2000-01-15Add "giftunnel" keyword, obsoleting gifconfig(8).Angelos D. Keromytis
2000-01-09Use getaddrinfo() in srcsa/dstsa/clearsa.Angelos D. Keromytis
1999-12-27Handle srcsa/clearsa, and rename setsa to dstsa.Angelos D. Keromytis
1999-12-27Implement setsa keyword for enc interface TDB binding.Angelos D. Keromytis
1999-12-20remove temporary workaround for library dependency problem.Jun-ichiro itojun Hagino
1999-12-08IPv6-enabled ifconfig from KAME.Jun-ichiro itojun Hagino
1999-02-24only allow src, dst address, not things like "ifconfig xx0 1 2 3 4 5 6"Theo de Raadt
1999-02-24for things like "ifconfig xx0 up", do not automatically set an address.Theo de Raadt
1998-09-03Documentation for ifmedia & updated ifconfig usageJason Wright
1998-09-03o OpenBSD gets if_media support (from NetBSD)Jason Wright
1998-07-09indentTheo de Raadt
1998-07-07tiny freebsd cleanupsTheo de Raadt
1998-03-20Add an explanatory comment, why we keep the interface address and keepAngelos D. Keromytis
1998-03-20Pay attention.Angelos D. Keromytis
1998-03-20Should work better for aliases now, with Theo's patch (soon to come).Angelos D. Keromytis
1998-03-17finish atalk support; merged by I.McWilliam@st.nepean.uws.edu.auTheo de Raadt
1997-12-31address family; forget about this protocol family stuff for nowTheo de Raadt
1997-09-20fix extra "no such interface" messagesTheo de Raadt
1997-09-14some -WallTheo de Raadt
1997-08-24if interface not found by SIOCGIFCONF when printing, complain.Theo de Raadt
1997-07-01split -a into -a/-ATheo de Raadt
1997-06-17make 'ifconfig -a' and 'ifconfig de0' print full ifaliases output. thisTheo de Raadt
1997-01-21spacing glitchTheo de Raadt
1996-09-19handle more interfaces in -a modeTheo de Raadt
1996-08-16ipx.Michael Shalayeff