summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2017-08-14Try for consistency in sizeof() usage.Kenneth R Westerback
2017-08-14expose the half-open tcp states counter, ok bluhmHenning Brauer
2017-08-13Simplify HUP handling now that proper errorKenneth R Westerback
2017-08-12sig_atomic_t is not (necessarily) an int. UseKenneth R Westerback
2017-08-12Stop trying to outfox the routing tableKenneth R Westerback
2017-08-12Make not yet implemented pledges more visible in grep output.Florian Obser
2017-08-12When read(2)'ing from the routing socket only one message is returned.Florian Obser
2017-08-11add option -N (no domain resolution)Sebastian Benoit
2017-08-11Don't write out resolv.conf unless the contentsKenneth R Westerback
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