summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2021-03-01typo; from Scott BennettTheo de Raadt
2021-02-28Rename addr to gateway.tobhe
2021-02-28Move tick_msg(TICK_WAIT) calls after related log_debug()Kenneth R Westerback
2021-02-28Reduce non-debug output further by allowing up to the usual 3 secondKenneth R Westerback
2021-02-28Introduce #defines for exponential backoff, explain where they comeFlorian Obser
2021-02-27Restore ability to handle default routes on multiple interfaces, thisFlorian Obser
2021-02-27ensure local array is same size as globalTheo de Raadt
2021-02-27Stop checking 'epoch' in get_recorded_lease() and just set it asKenneth R Westerback
2021-02-27Set RTF_GATEWAY for host route based on RTM_GET response.tobhe
2021-02-27While I wrote the initial version of resolvd(8) it diverged so muchFlorian Obser
2021-02-27Disentangle log_debug() output from tick_msg() output.Kenneth R Westerback
2021-02-27Path #defines are traditionally prefixed with _PATH.Florian Obser
2021-02-27Path #defines are traditionally prefixed with _PATH.Florian Obser
2021-02-27Path #defines are traditionally prefixed with _PATH.Florian Obser
2021-02-27Read the lease file into a statically sized buffer and pass it over toFlorian Obser
2021-02-26Set RTF_GATEWAY for flow routes, not for host route.tobhe
2021-02-26Fix and improve handling of address families in vroute_getcloneroute().tobhe
2021-02-26Ignore SIGHUPkn
2021-02-26Hook up dhcpleased to the build.Florian Obser
2021-02-26Sort SEE ALSO and fix its punctuation.Theo Buehler
2021-02-26Import dhcpleased(8) - a dhcp daemon to acquire IPv4 address leasesFlorian Obser
2021-02-26remove some unused functions in slaacdJonathan Gray
2021-02-25Constify cipher API.tobhe
2021-02-25Typofixkn
2021-02-25Fix SMALL buildkn
2021-02-24Use ASN1_STRING_get0_data() instead of the deprecated ASN1_STRING_data().tobhe
2021-02-24build resolvdTheo de Raadt
2021-02-24More accurately describe the DNS proposal sources and reaction by resolvd.Theo de Raadt
2021-02-24fairly significant rewrite, including:Theo de Raadt
2021-02-24We need to track the pid of the connecting control connection to beFlorian Obser
2021-02-24Import resold(8), a daemon to rewrite resolv.conf.Florian Obser
2021-02-24Complete deleting ifi->active before calling write_lease_db().Kenneth R Westerback
2021-02-24No need to get time() twice. Just use the alreadyKenneth R Westerback
2021-02-24No need to check ifi->active for NULL when looking for duplicate/obsoleteKenneth R Westerback
2021-02-24Fix annoying typo in a comment.Kenneth R Westerback
2021-02-24Remove incomplete/incorrect connection with autoconf, clearing groundKenneth R Westerback
2021-02-24show AF for DNS proposal messages; ok claudio bluhmTheo de Raadt
2021-02-22remove unused decode_hw_header() functionJonathan Gray
2021-02-22Don't pass 'id' as argument to make function signature match similartobhe
2021-02-22Switch reboot timing to timespec, the better to handle theKenneth R Westerback
2021-02-21Rename struct client_config fields 'timeout', 'link_timeout' andKenneth R Westerback
2021-02-21exclamation mark needs escaped too;Jason McIntyre
2021-02-21No need for state_preboot() to double check timeout beingKenneth R Westerback
2021-02-21Don't explicitly send address family in IMSG_VROUTE_ADD. The receivingtobhe
2021-02-21Add ping -g, a concise display format similar to that used by otherStuart Henderson
2021-02-20Fail on invalid address family.tobhe
2021-02-20tick_msg("lease", TICK_SUCCESS) in bind_lease() should *not* beKenneth R Westerback
2021-02-20zap unneccessary .Pp;Jason McIntyre
2021-02-20document the monitor flag.David Gwynne
2021-02-20add support for handling the interface monitor flagDavid Gwynne