Age | Commit message (Expand) | Author |
2013-11-05 | Fix ifconfig with IPv6 tunnel addresses which was broken by the | Alexander Bluhm |
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 |
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 |
2013-10-09 | Change "physical address" to "tunnel:" in ifconfig's tunnel address | Reyk Floeter |
2013-09-13 | pflow(4) does not work without flowsrc set. | Florian Obser |
2013-08-19 | Add missing util.h | David Coppa |
2013-08-16 | Replace the misleading SIOC{G,S}IFGENERIC ioctls by SIOCG{G,S}PPPPARAMS. | Martin Pieuchot |
2013-07-16 | Make sure the ioctl(2) has been processed by sppp(4) before printing | Martin Pieuchot |
2013-07-10 | Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctls | Martin Pieuchot |
2013-07-02 | Long passwords could not be replaced completely with shorter | Alexander Bluhm |
2013-05-31 | Correct the range checks in ifconfig properly for vhid, advbase and advskew. | YASUOKA Masahiko |
2013-04-25 | fix format string; found while scaning the tree for time_t/ino_t problems; | Otto Moerbeek |
2013-04-19 | remove comment about "make gcc happy" for variables which WERE being | Theo de Raadt |
2013-04-03 | handle larger time_t types; toss some unused code | Theo de Raadt |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2013-03-05 | 802.1x enterprise is actually supported but requires external software, so | Stuart Henderson |
2013-02-06 | add pppx(4) interfaces to the "pppx" interface group, as done for various | Stuart Henderson |
2012-12-22 | Return EEXIST to 'add' when a port is already a bridge member. This makes | Camiel Dobbelaar |
2012-12-04 | add group support back (for the ramdisk version) | Theo de Raadt |
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 |
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 |
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 |
2012-08-27 | correct the description of VLAN_MTU; from brad smith | Jason McIntyre |
2012-08-21 | Reverse the name and meaning of the IFXF_INET6_PRIVACY interface | Alexander Bluhm |
2012-05-31 | Clarify issues del (bridge command) vs delete (IP address command); | Theo de Raadt |
2012-04-15 | fix a leak | Jonathan Gray |
2012-03-18 | clarify the nwkey text; requested by Doug Fordham | Jason McIntyre |
2012-02-02 | add netflow v9/ipfix support to pflow(4). | Sebastian Benoit |
2011-12-04 | Cleanup recently removed flags from ifconfig.c and its manpage. | Christiano F. Haesbaert |
2011-11-27 | Manpage bits for the recent changes in vlan(4) prio handling. | Christiano F. Haesbaert |
2011-11-26 | Tie the 802.1p (CoS) value in vlan(4) with the new prio scheme in pf. | Christiano F. Haesbaert |
2011-11-02 | Properly document hwfeatures. | Christiano F. Haesbaert |
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 |
2011-10-25 | document some limits of "group-name"; from Steffen Daode Nurpmeso | Jason McIntyre |
2011-09-19 | kill prototypes for long removed functions, Rafael Sadowski <rafael at | Henning Brauer |
2011-08-21 | Remove old wpapsk entries. Cleanup casts and use timerclear. | Christiano F. Haesbaert |
2011-07-09 | tweak previous; | Jason McIntyre |
2011-07-09 | rmove rotten netatalk bits | Henning Brauer |
2011-06-27 | vlan parent devices do not have to be physical, and they can be | Camiel Dobbelaar |
2011-05-26 | Don't provide an af hint to getaddrinfo in settunnel(), this function | Stuart Henderson |
2011-03-23 | use the define for max rdomain with tunneldomain as well | Jonathan Gray |