summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2017-07-02Unbreak tree by putting revised resolv_conf_priority() declaration inKenneth R Westerback
2017-07-01Eliminate multiple socket openings/closings and passKenneth R Westerback
2017-06-29Nuke undocumented long-deprecated and/or unsupported leaseKenneth R Westerback
2017-06-29delete_addresses(), interface_status(), addressinuse(),Kenneth R Westerback
2017-06-28reinstate .El removed in previous;Jason McIntyre
2017-06-28Only pass required fields of interface_info to priv_* functionsKenneth R Westerback
2017-06-28delete_route() doesn't need any info from its struct interface_infoKenneth R Westerback
2017-06-28resolv_conf_priority() is a function local to kroute.c, noKenneth R Westerback
2017-06-28Stop trying to clean up addresses, routes and "-L" fileKenneth R Westerback
2017-06-28Consistently use socket(..., AF_INET) for routingKenneth R Westerback
2017-06-28Be consistent and always use socket(..., SOCK_DGRAM, ...) forKenneth R Westerback
2017-06-27Make if_register_bpf() the same as the other if_register_*() functionsKenneth R Westerback
2017-06-27Nuke get_rdomain() and just snag the interface rdomain from the sameKenneth R Westerback
2017-06-27Avoid the possibility of accessing an array out of bounds.Jonathan Gray
2017-06-25Make ifconfig(8) default to prefixlen 128 when setting an IPv6 destinationStefan Sperling
2017-06-25priv_add_address() is no longer invoked to signal the deletion of theKenneth R Westerback
2017-06-25Oops. Revert unintentional/premature functional change. Deleting theKenneth R Westerback
2017-06-24Tweak handling of HUP and new LLADDR. Just use expose and use sighup()Kenneth R Westerback
2017-06-24Use a local variable rather than a global flag to recordKenneth R Westerback
2017-06-23Once you have forked into two processes, setting a global flagKenneth R Westerback
2017-06-23Oops. Remove extraneous 'return' and some braces fromKenneth R Westerback
2017-06-23Use a const char * for "/etc/resolv.conf.tail" instead of repeating theKenneth R Westerback
2017-06-23Take reyk's imsg resolv.conf improvements of a while ago to theirKenneth R Westerback
2017-06-22Drop support for old (>4yr) timestamp formats in leasesKenneth R Westerback
2017-06-21Teach get_recorded_lease() that static leases do notKenneth R Westerback
2017-06-21No need to manually check validity of ifi->active whenKenneth R Westerback
2017-06-21Consistently use time(&var) idiom rather than tossing in a fewKenneth R Westerback
2017-06-21Allow familiar idiom free_client_lease(NULL).Kenneth R Westerback
2017-06-19Various KNF nits.Kenneth R Westerback
2017-06-19Erroneous host names in various options should be ignoredKenneth R Westerback
2017-06-18Move the timeout information into struct interface_info withKenneth R Westerback
2017-06-18Convert last set_timeout() use to set_timeout_interval() andKenneth R Westerback
2017-06-18Drop (int) casts of (time_t - time_t) calculations thatKenneth R Westerback
2017-06-18Nuke stray and misleading comment.Kenneth R Westerback
2017-06-18Make 'DEBUG' compile again.Kenneth R Westerback
2017-06-18Nuke unused pointer to non-existant struct.Kenneth R Westerback
2017-06-17Shuffle dhcp[offer|ack|nak]() functions together for easy reference.Kenneth R Westerback
2017-06-17Rename struct interface_info field 'new' to clearer 'offer'.Kenneth R Westerback
2017-06-17We accept either the first offer received, or an offer for theKenneth R Westerback
2017-06-17DECLINE offers as they are deemed invalid. Decline them at theKenneth R Westerback
2017-06-16pfctl: merge identifical if conditions and void functions discarding ret valuesAdam Wolk
2017-06-16Nuke 'is_bootp' field and just use a #define to check if the leaseKenneth R Westerback
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostMarc Espie
2017-06-16s/CPU_LIDSUSPEND/CPU_LIDACTION/Martin Natano
2017-06-15Nuke unused parameter 'client_addr' from the 'handlers', i.e.Kenneth R Westerback
2017-06-15Nuke unused parameter 'client_addr' from packet_to_lease().Kenneth R Westerback
2017-06-14No need to be coy - call a "struct interface_info *" aKenneth R Westerback
2017-06-14Move active, new, offered_leases, leases fromKenneth R Westerback
2017-06-14Move state, destination, interval, requested_address fromKenneth R Westerback
2017-06-14Move xid, secs, first_sending, startup_time fields fromKenneth R Westerback