Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-05 | fix a null test, from remco. | Ted Unangst | |
and then modernize some other function pointer calls. | |||
2014-02-26 | Try to reduce the confusion about rdomain vs rtable. More is needed but | Claudio Jeker | |
this is a start. With input from many. | |||
2014-01-21 | allow pflow(4) to determine the src IP address based on the route | Sebastian Benoit | |
table if flowsrc is not set. Now works with new udp checksum code. From Nathanael Rensen (nathanael.openbsd AT list DOT polymorpheus DOT com), tweak and ok florian@ | |||
2014-01-19 | Fix macro usage: ifconfig is .Nm, not .Cm. | Ingo Schwarze | |
2013-12-01 | Make ifconfig scan show the nwid, channel, and bssid for IBSS networks. | Stefan Sperling | |
These were only shown for access points, so getting useful information about IBSS networks in the area was somewhat difficult. ok deraadt | |||
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt | |
Careful second audit by millert | |||
2013-11-21 | Make the bit string unsigned char * in printb() and printb_status(). | Todd C. Miller | |
In practice we shouldn't have chars > 127 in these but it is better not to assume this. OK deraadt@ | |||
2013-11-12 | add a variety of missing prototypes | Theo de Raadt | |
2013-11-05 | Fix ifconfig with IPv6 tunnel addresses which was broken by the | Alexander Bluhm | |
vxlan(4) commit. found by todd@; OK reyk@ | |||
2013-10-28 | use %d instead of %i in a few fprintf for clarity | Theo de Raadt | |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm | |
created a bunch of useless dependencies. Remove this implicit inclusion and do an explicit #include <netinet6/in6_var.h> when it is needed. OK mpi@ henning@ | |||
2013-10-13 | whitespace | Reyk Floeter | |
2013-10-13 | Pass NI_DGRAM to getnameinfo() to use UDP tunnel service names. | Reyk Floeter | |
2013-10-13 | tweak previous; | Jason McIntyre | |
2013-10-13 | Import vxlan(4), the virtual extensible local area network tunnel | Reyk Floeter | |
interface. VXLAN is a UDP-based tunnelling protocol for overlaying virtualized layer 2 networks over layer 3 networks. The implementation is based on draft-mahalingam-dutt-dcops-vxlan-04 and has been tested with other implementations in the wild. put it in deraadt@ | |||
2013-10-09 | Change "physical address" to "tunnel:" in ifconfig's tunnel address | Reyk Floeter | |
output. This is more consistent with the current ifconfig style and matches the "tunnel" configuration command. ok claudio@ jmc@ deraadt@ | |||
2013-09-13 | pflow(4) does not work without flowsrc set. | Florian Obser | |
OK benno@ | |||
2013-08-19 | Add missing util.h | David Coppa | |
ok otto@ mpi@ mikeb@ | |||
2013-08-16 | Replace the misleading SIOC{G,S}IFGENERIC ioctls by SIOCG{G,S}PPPPARAMS. | Martin Pieuchot | |
This is another ABI break but no port rely on them as verified by naddy@. ok claudio@, mikeb@, henning@ | |||
2013-07-16 | Make sure the ioctl(2) has been processed by sppp(4) before printing | Martin Pieuchot | |
any phase error. This prevents ifconfig(8) from priting 'sppp: phase...' messages for vlan(4) interfaces attached to interfaces with a long name. A better fix should be cooked because various pseudo-interfaces still use the same set of ioctl(2)s for different purposes. Issue reported by jca@, ok claudio@, jca@ | |||
2013-07-10 | Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctls | Martin Pieuchot | |
to only include what is really needed. In particular stop including a "struct ifnet" and move kernel-only definition into the proper #if dance. While here remove the unused spppinfo() from ifconfig. ok guenther@, sthen@, mikeb@ | |||
2013-07-02 | Long passwords could not be replaced completely with shorter | Alexander Bluhm | |
passwords. ioctl(SIOCGVH) fills the carpr_key with the old value. strlcpy() overwrites only the beginning of the key. Add a bzero() to clear the rest. Testing Jan Klemkow; OK florian@ mpf@ | |||
2013-05-31 | Correct the range checks in ifconfig properly for vhid, advbase and advskew. | YASUOKA Masahiko | |
Clarify about the ranges in the man page. ok mpf mcbride | |||
2013-04-25 | fix format string; found while scaning the tree for time_t/ino_t problems; | Otto Moerbeek | |
ok deraadt@ krw@ | |||
2013-04-19 | remove comment about "make gcc happy" for variables which WERE being | Theo de Raadt | |
used uninitialized... clean up time related variables too for 2038++ ok millert | |||
2013-04-03 | handle larger time_t types; toss some unused code | Theo de Raadt | |
ok guenther | |||
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot | |
dhill. ok krw@, mikeb@, tedu@ (implicit) | |||
2013-03-05 | 802.1x enterprise is actually supported but requires external software, so | Stuart Henderson | |
update the manual. Pointed out by mlarkin@, ok mlarkin@ brad@ matthieu@ | |||
2013-02-06 | add pppx(4) interfaces to the "pppx" interface group, as done for various | Stuart Henderson | |
other interface types. suggested/tested Mattieu Baptiste, ok dlg@ yasuoka@ giovanni@, ifconfig(8) reminder jmc@ | |||
2012-12-22 | Return EEXIST to 'add' when a port is already a bridge member. This makes | Camiel Dobbelaar | |
reconfiguration with /etc/netstart silent again. (noticed by deraadt) And do the same for 'addspan'. ok deraadt | |||
2012-12-04 | add group support back (for the ramdisk version) | Theo de Raadt | |
spotted by rpe and sthen; ok krw | |||
2012-12-04 | only needs sys/types.h not sys/param.h | Theo de Raadt | |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt | |
2012-11-30 | get rid of unneeded \n here. err(3) family already does it for us. | Gleydson Soares | |
OK mikeb@ camield@ reyk@ sobrado@ henning@ krw@ | |||
2012-11-23 | Mention hardmtu in the list relating to hwfeatures, suggested by jmc@ | Stuart Henderson | |
2012-11-23 | Display hardmtu value when "ifconfig hwfeatures" is used. | Stuart Henderson | |
Looks fine reyk@ ok mikeb@ | |||
2012-09-07 | no need for the ../bioctl | Theo de Raadt | |
2012-09-06 | move pkcs5_pbkdf5 function to libutil so everybody can play with it | Ted Unangst | |
ok deraadt jsing matthew | |||
2012-08-27 | correct the description of VLAN_MTU; from brad smith | Jason McIntyre | |
ok sthen haesbaert while here, knock out a useless .Pp, and provide a section number for an Xr; | |||
2012-08-21 | Reverse the name and meaning of the IFXF_INET6_PRIVACY interface | Alexander Bluhm | |
flag. It is now called IFXF_INET6_NOPRIVACY. So IPv6 privacy addresses are on by default without resetting the flag during ifconfig down/up. OK stsp@, sperreault@ (who wrote the same diff) | |||
2012-05-31 | Clarify issues del (bridge command) vs delete (IP address command); | Theo de Raadt | |
documentation not fixed after ifconfig/brconfig merge spotted by Pieter Verberne ok camield | |||
2012-04-15 | fix a leak | Jonathan Gray | |
ok krw@ | |||
2012-03-18 | clarify the nwkey text; requested by Doug Fordham | Jason McIntyre | |
ok jsg | |||
2012-02-02 | add netflow v9/ipfix support to pflow(4). | Sebastian Benoit | |
large parts written by Florian Obser (florian -at- narrans -dot- de). feedback from sperreault@ gollo@ sthen@ ok from gollo@ dlg@ henning@ | |||
2011-12-04 | Cleanup recently removed flags from ifconfig.c and its manpage. | Christiano F. Haesbaert | |
ok jmc@ mikeb@ | |||
2011-11-27 | Manpage bits for the recent changes in vlan(4) prio handling. | Christiano F. Haesbaert | |
ok jmc henning sthen claudio | |||
2011-11-26 | Tie the 802.1p (CoS) value in vlan(4) with the new prio scheme in pf. | Christiano F. Haesbaert | |
When transmitting through vlan(4), it will now use the prio value in pf packet header. When receiving, we save the incoming Cos in the same place, this gives us the hability to preserve the CoS value across two different vlan interfaces. This kills the SIOC[GS]VLANPRIO ioctls and removes the corresponding buttons from ifconfig(8). ok henning@ claudio@ mcbride@ | |||
2011-11-02 | Properly document hwfeatures. | Christiano F. Haesbaert | |
ok jcm@ henning@ | |||
2011-11-02 | this list is sorted alphabetically; | Jason McIntyre | |
2011-11-02 | Expose if_capabilities to userland so that ifconfig can display the | Christiano F. Haesbaert | |
device hardware features. Tune ifconfig to show them with 'hwfeatures' argument. While here, kill some old unused capabilities and respect 80 columns in brconfig.h. ok mcbride@, henning@, mpf@. |