summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifconfig.c
AgeCommit message (Expand)Author
2022-03-07rename net80211 ioctl struct ieee80211_channel to struct ieee80211_chaninfoStefan Sperling
2022-02-22don't hide the mtu on "bridge" interfaces.David Gwynne
2021-11-23Use system uptime not UTC time to calculate PPPoE session durationKlemens Nanni
2021-11-17Display DNS information from sppp(4) in ifconfig(8)Bjorn Ketelaars
2021-11-11Remove switch(4) specific bits from ifconfig.Claudio Jeker
2021-11-03Zap swapips remnantsKlemens Nanni
2021-11-02fix previousKlemens Nanni
2021-11-02Return non-zero on failed "nwkey" commandKlemens Nanni
2021-10-06Remove autoconfprivacy deprecation warning.Florian Obser
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-07-04store provider ID in umb(4), and display it in ifconfig. OK stsp deraadtStuart Henderson
2021-03-20RFC 8981 allows the configuration of only temporary IPv6 addresses.Florian Obser
2021-03-16Move setifrtlabel() and *keepalive() prototypes out of SMALLkn
2021-03-13Remove "deletetunnel" (deprecated with 6.4)kn
2021-03-13Move all rdomain bits under SMALLkn
2021-03-13Move MPLS related function prototypes under SMALLkn
2021-03-12Add deprecation warning for autoconfprivacy.Florian Obser
2021-03-11When RFC 8981 obsoleted RFC 4941 the terminology changed fromFlorian Obser
2021-03-04remove extra argument to printfJonathan Gray
2021-02-20add support for handling the interface monitor flagDavid Gwynne
2021-02-10Use the same check in kernel and ifconfig for group names. ifconfigAlexander Bluhm
2021-01-16Only recover the scope_id if it was not set. This way this code worksClaudio Jeker
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-11-06Keep track of allowed ips pointer correctlykn
2020-10-07Fix display of P2P link to be consistent over all AF.denis
2020-10-07Reverse previous, needs discussion.denis
2020-10-07Fix display of P2P link to be consistent over all AF.denis
2020-09-15umb(4) shows the speed of the LTE connection but misses the b in Mbps.Claudio Jeker
2020-08-05Merge switch_status() into bridge_status()kn
2020-07-03Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.Florian Obser
2020-06-22use (undocumented) base64 code in libc instead of libcrypto.David Gwynne
2020-06-21teach ifconfig about wireguard.David Gwynne
2020-02-27Do not set A_JOIN unconditionally. Otherwise join "" takes effect evenStefan Sperling
2020-02-24fix column alignment of 'ifconfig joinlist'; padding had an extra " "Stefan Sperling
2020-02-24Don't needlessly cap SSID width in 'ifconfig joinlist' (matters with hex SSIDs).Stefan Sperling
2020-02-18Add IPv6 support to umb(4).Gerhard Roth
2019-12-27Fix ifconfig WPA key installation with max allowed length SSIDs.Stefan Sperling
2019-11-30ifconfig(8) did silently ignore the netmask parameter for inet6 andAlexander Bluhm
2019-11-27use _PATH_ names for unveil if possibleTheo de Raadt
2019-10-24Fix ifconfig(8) compiler warnings regarding variable "name" reuse.Alexander Bluhm
2019-10-17Fix some compiler warings in ifconfig(8). Move all prototypes andAlexander Bluhm
2019-09-02Make net80211 expose reasons for association failures to userland and haveStefan Sperling
2019-08-30whitespace, found while pondering improvements to sffdumpTheo de Raadt
2019-08-26Adjust umb DNS printing code since the type of those addresses changed.Claudio Jeker
2019-08-08added /* no filesystem visibility */ above unveil("/", "") since "" is too easyRicardo Mestre
2019-07-25AF_INET comes before AF_INET6. Shorten line to <80 chars.Kenneth R Westerback
2019-07-25Add IFXF_AUTOCONF4 to if_xflags to match IFXF_AUTOCONF6. LetKenneth R Westerback
2019-07-25make a half-hearted attempt to shrink trunkport info a bitDavid Gwynne
2019-07-24print out lacp actor and parter infoDavid Gwynne
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt