summaryrefslogtreecommitdiff
path: root/sbin/dhclient
AgeCommit message (Expand)Author
2017-08-23typo in error messageJeremie Courreges-Anglas
2017-08-18Truncating a file and then deciding not to change itsKenneth R Westerback
2017-08-14Try for consistency in sizeof() usage.Kenneth R Westerback
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-11Don't write out resolv.conf unless the contentsKenneth R Westerback
2017-08-10Add IMSG_SET_RESOLV_CONF and keep the cached contentsKenneth R Westerback
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-05Factor out get_routes() to do the sysctl() danceKenneth R Westerback
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-04Do not attempt to parse zero'd input buffer afterKenneth R Westerback
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-07-31Shorten description and remove details regarding the parser implementation.anton
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-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-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-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-17Nuke unused variables 'deleting' and 'adding'.Kenneth R Westerback
2017-07-17Nuke findproto() and get_ifa(). They are unused now thatKenneth R Westerback
2017-07-17Remove some magic formerly used to detect the presence of anotherKenneth R Westerback
2017-07-14"ioctl() < 0" ==> "ioctl() == -1" as god and guenther@Kenneth R Westerback
2017-07-14Replace remaining "!var" expressions withKenneth R Westerback
2017-07-14Replace remaining "!<pointer>" expressions withKenneth R Westerback