summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2021-03-03Unveil only /etc/resolv.conf and /etc/resolv.conf.new not /etc/kn
2021-03-02Read general and touchpad-specific wsmouse settings separately.Ulf Brosziewski
2021-03-02Only attach a fully configured bpf filter to a network interface.Florian Obser
2021-03-02Must include netinet/in.h before netinet/ip.h or bad things happen.Claudio Jeker
2021-03-02Fix indentation of switch / case. No binary change.Florian Obser
2021-03-02satisfy older gcc with poor warning generationTheo de Raadt
2021-03-02requires netinet/in.hTheo de Raadt
2021-03-02Rename local variable 'cur_time' in set_timeout() to 'now' likeKenneth R Westerback
2021-03-02Eliminate redundant checks for expired leases in ifi->leasedb. SimplyKenneth R Westerback
2021-03-02Make unveiling the lease directory a warning instead of a fatal errorFlorian Obser
2021-03-02Better unveil error messages; requested by deraadt some time ago.Florian Obser
2021-03-02Add missing RCS markerkn
2021-03-02Do not unveil unused unwind socket under SMALLkn
2021-03-02remove uneeded md5.h includeJonathan Gray
2021-03-02Increase the size of iov in pfkey_sa() to be large enough for allJonathan Gray
2021-03-01Make sure sa_policy is not NULL in sa_configure_iface(). This can happentobhe
2021-03-01Log adding and deleting of IP addresses as well as nameservers.Florian Obser
2021-03-01We really must handle all possible enumeration values inFlorian Obser
2021-03-01Let send_rdns_withdraw and send_deconfigure_interface clean up afterFlorian Obser
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