summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2017-07-21s/set_interface_mtu/set_mtu/gKenneth R Westerback
2017-07-21whitespace botch.Kenneth R Westerback
2017-07-20Restore RTM_DELADDR/RTM_NEWADDR monitoring to theKenneth R Westerback
2017-07-20"no-route" is also shown by -sinfo;Jason McIntyre
2017-07-19Allow HFSC classes to use flow queuesMike Belopuhov
2017-07-19Rework HFSC vs FQ-CoDel checksMike Belopuhov
2017-07-19more depends gc / yacc rules overhaulMarc Espie
2017-07-19revert previous; the code this was supposed to be used for is movingFlorian Obser
2017-07-18Prevent a NULL dereference when comparing incomplete SAs.Martin Pieuchot
2017-07-17Nuke unused variables 'deleting' and 'adding'.Kenneth R Westerback