summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2017-08-11new sentence, new line;Jason McIntyre
2017-08-10document use of del as short form for delete, from jcaSebastian Benoit
2017-08-10Add IMSG_SET_RESOLV_CONF and keep the cached contentsKenneth R Westerback
2017-08-10autodetect AF when setting inet6 default routeSebastian Benoit
2017-08-10allow "del" in addition to "delete"Sebastian Benoit
2017-08-09Stop obsessively flushing the imsg connection. JustKenneth R Westerback
2017-08-09Add some additional poll() error checking. Remove checksKenneth R Westerback
2017-08-08Rename resolv_conf_priority() to default_route_index() toKenneth R Westerback
2017-08-08KNF some long lines.Kenneth R Westerback
2017-08-06Simplify logic seeking/checking the interface overKenneth R Westerback
2017-08-06Prevent a use-after-free by always passing dynamically allocatedMartin Pieuchot
2017-08-05Factor out get_routes() to do the sysctl() danceKenneth R Westerback
2017-08-05move common debug code to sin6_to_str()Florian Obser
2017-08-05Bring route creation into line with what route(8) does. InKenneth R Westerback
2017-08-05Don't delete the address/netmask that is about to beKenneth R Westerback
2017-08-04No need for LIST_FOREACH_SAFE, we want to remove exactly one interfaceFlorian Obser
2017-08-04When free(3)'ing an address_proposal we need to stop the libeventFlorian Obser
2017-08-04Do not attempt to parse zero'd input buffer afterKenneth R Westerback
2017-08-03Since nearly 20 years the correct spelling ofFlorian Obser
2017-08-03Whitespace.Kenneth R Westerback
2017-08-03Flush static (RTF_STATIC) routes and not justKenneth R Westerback
2017-08-02Delete duplicated switch {} case: block.Kenneth R Westerback
2017-08-01Handle the flags of mousecfg fields correctly.Ulf Brosziewski
2017-08-01use AI_NUMERICHOST for getaddrinfo(), we can only configure ipSebastian Benoit
2017-07-31Shorten description and remove details regarding the parser implementation.anton
2017-07-31The handling of 'add' used by bridge and switch in ifconfig does notJonathan Gray
2017-07-30Use effective_proposal data to build resolv.conf contents.Kenneth R Westerback
2017-07-30Use effective_proposal data to set mtu and address.Kenneth R Westerback
2017-07-30leftovers from newdFlorian Obser
2017-07-29Remove erroneous h length modifier, the argument has type 'int'.Frederic Cambus
2017-07-29Default routes supplied via DHO_CLASSLESS[_MS]_STATIC_ROUTESKenneth R Westerback
2017-07-27Kill extra whitespace that snuck in.Kenneth R Westerback
2017-07-27Fold add_direct_route(), add_default_route() andKenneth R Westerback
2017-07-26Check the option length, not its address (which will never be NULL)Jeremie Courreges-Anglas
2017-07-26Local declaration beautification.Kenneth R Westerback
2017-07-26Stray u_int16_t -> uint16_t.Kenneth R Westerback
2017-07-26Fix add_default_route() so -iface routes are actuallyKenneth R Westerback
2017-07-24Throw DHO_STATIC_ROUTES to the floor! Roughly! EnsureKenneth R Westerback
2017-07-24Shuffle some declarations and functions into the onlyKenneth R Westerback
2017-07-24Tweak some commentsKenneth R Westerback
2017-07-24Move invocations of flush_routes() and delete_addresses() fromKenneth R Westerback
2017-07-24ROUNDUP() adjustment missed by great ROUNDUP() roundup.Kenneth R Westerback
2017-07-24Unify ROUNDUP macros for parsing route messages.friehm
2017-07-23Don't hit pledge(2) restrictions on interface departureJeremie Courreges-Anglas
2017-07-23Cease pretending to support option 33 (classFULL static routes). TheyKenneth R Westerback
2017-07-22Add set_routes() and move bind_lease() route magicKenneth R Westerback
2017-07-22Whitespace.Kenneth R Westerback
2017-07-22Oops. Missed chunk keeping /32 netmask magic.Kenneth R Westerback
2017-07-22Rename *_add_address to *_set_address to reflect that theKenneth R Westerback
2017-07-21Add fields for wsmouse/touchpad configuration.Ulf Brosziewski